--- embedaddon/php/ext/standard/tests/array/array_merge_variation9.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/array_merge_variation9.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -1,7 +1,5 @@ --TEST-- Test array_merge() function : usage variations - referenced variables ---INI-- -allow_call_time_pass_reference=on --FILE-- @@ -100,15 +95,5 @@ array(6) { &string(11) "hello world" [2]=> &string(3) "baz" -} - --- Merge an array and a reference to the first array -- -array(3) { - ["key1"]=> - string(4) "val1" - ["key2"]=> - string(4) "val2" - ["key3"]=> - string(4) "val3" } Done