--- embedaddon/php/ext/standard/tests/array/array_change_key_case_variation7.phpt 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/array_change_key_case_variation7.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -1,7 +1,5 @@ --TEST-- Test array_change_key_case() function : usage variations - referenced variables ---INI-- -allow_call_time_pass_reference=on --FILE-- @@ -60,26 +52,6 @@ array(3) { string(3) "xyz" } Referenced: -array(3) { - ["one"]=> - int(1) - ["two"]=> - int(2) - ["ABC"]=> - string(3) "xyz" -} - --- $input is an array passed by reference -- -Result: -array(3) { - ["ONE"]=> - int(1) - ["TWO"]=> - int(2) - ["ABC"]=> - string(3) "xyz" -} -Original: array(3) { ["one"]=> int(1)