--- embedaddon/php/ext/standard/tests/array/array_values_variation6.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/array_values_variation6.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -1,7 +1,5 @@ --TEST-- Test array_values() function : usage variations - Referenced variables ---INI-- -allow_call_time_pass_reference=on --FILE-- @@ -56,15 +50,5 @@ array(3) { &string(4) "deux" [2]=> &string(5) "three" -} - --- Pass $input argument by reference -- -array(3) { - [0]=> - int(1) - [1]=> - int(2) - [2]=> - int(3) } Done