Sfoglia il codice sorgente

修改测试文件

Devin 1 mese fa
parent
commit
0d983a8d8c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);