Home
last modified time | relevance | path

Searched refs:array_diff (Results 1 – 5 of 5) sorted by relevance

/web-php/tests/Unit/I18n/
H A DLanguagesTest.php12 use function array_diff; alias
48 array_diff(Languages::LANGUAGES, Languages::INACTIVE_ONLINE_LANGUAGES),
/web-php/include/
H A Dlanguages.inc28 $ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES);
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt1103 . Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
H A DNEWS_5_4_0_RC1.txt1148 . Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
6240 - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry)
H A DNEWS_5_4_0_beta1.txt1052 . Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
6144 - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry)

Completed in 57 milliseconds