--- embedaddon/php/ext/standard/tests/array/array_key_exists_variation4.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/array_key_exists_variation4.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -1,7 +1,5 @@ --TEST-- Test array_key_exists() function : usage variations - referenced variables ---INI-- -allow_call_time_pass_reference=on --FILE-- @@ -36,11 +27,5 @@ echo "Done"; *** Testing array_key_exists() : usage variations *** -- $search is a reference to $array -- -bool(true) - --- $key is a referenced variable -- -bool(true) - --- Both arguments are referenced variables -- bool(true) Done