From: Zoe Slattery Date: Fri, 13 Feb 2009 22:01:28 +0000 (+0000) Subject: remove UEXPECT X-Git-Tag: RELEASE_1_3_5~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2f7c555906e17c47a0128ef77c687a2a947fe8;p=php remove UEXPECT --- diff --git a/ext/standard/tests/array/array_map_variation4.phpt b/ext/standard/tests/array/array_map_variation4.phpt index bbf975de9b..fcc4090632 100644 --- a/ext/standard/tests/array/array_map_variation4.phpt +++ b/ext/standard/tests/array/array_map_variation4.phpt @@ -177,104 +177,3 @@ array(6) { string(7) "heredoc" } Done ---UEXPECTF-- -*** Testing array_map() : associative array with diff. keys for 'arr1' argument *** - -Warning: Illegal offset type in %s on line %d - -Warning: Illegal offset type in %s on line %d - -Warning: Illegal offset type in %s on line %d - -Warning: Illegal offset type in %s on line %d --- Iteration 1 -- -array(0) { -} --- Iteration 2 -- -array(1) { - [0]=> - unicode(1) "0" -} --- Iteration 3 -- -array(1) { - [1]=> - unicode(1) "1" -} --- Iteration 4 -- -array(4) { - [1]=> - unicode(1) "1" - [2]=> - unicode(1) "2" - [3]=> - unicode(1) "3" - [4]=> - unicode(1) "4" -} --- Iteration 5 -- -array(1) { - [2]=> - unicode(5) "float" -} --- Iteration 6 -- -array(4) { - [1]=> - unicode(2) "f1" - [3]=> - unicode(2) "f2" - [4]=> - unicode(2) "f3" - [33333333]=> - unicode(2) "f4" -} --- Iteration 7 -- -array(4) { - [u"\tHello"]=> - int(111) - [u"re\td"]=> - unicode(5) "color" - [u"\v\fworld"]=> - float(2.2) - [u"pen\n"]=> - int(33) -} --- Iteration 8 -- -array(4) { - [u" Hello"]=> - int(111) - [u"re d"]=> - unicode(5) "color" - [u" world"]=> - float(2.2) - [u"pen -"]=> - int(33) -} --- Iteration 9 -- -array(2) { - [0]=> - unicode(5) "hello" - [u"Hello world"]=> - unicode(6) "string" -} --- Iteration 10 -- -array(1) { - [u""]=> - unicode(5) "hello" -} --- Iteration 11 -- -array(6) { - [u"hello"]=> - int(1) - [u"fruit"]=> - float(2.2) - [133]=> - unicode(3) "int" - [444]=> - unicode(5) "float" - [u""]=> - unicode(5) "unset" - [u"Hello world"]=> - unicode(7) "heredoc" -} -Done