Explorar el Código

修改测试文件

Devin hace 1 mes
padre
commit
0d983a8d8c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test.php

+ 1 - 0
test.php

@@ -15887,4 +15887,5 @@ $arr2 = [
     '11393',
 ];
 $res = array_values(array_diff($arr1, $arr2));
+print_r(2222);
 print_r($res);