]> granicus.if.org Git - php/commitdiff
remove UEXPECT
authorZoe Slattery <zoe@php.net>
Fri, 13 Feb 2009 22:01:28 +0000 (22:01 +0000)
committerZoe Slattery <zoe@php.net>
Fri, 13 Feb 2009 22:01:28 +0000 (22:01 +0000)
ext/standard/tests/array/array_map_variation4.phpt

index bbf975de9bbd20060021f9d54ba1abc81b3a235e..fcc4090632f3bb3ff8ef59dc6ad705104c72d705 100644 (file)
@@ -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"\v\fworld"]=>
-  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