zoe             Fri Feb 13 22:01:28 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/array   array_map_variation4.phpt 
  Log:
  remove UEXPECT
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_map_variation4.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/array/array_map_variation4.phpt
diff -u php-src/ext/standard/tests/array/array_map_variation4.phpt:1.1.2.2 
php-src/ext/standard/tests/array/array_map_variation4.phpt:1.1.2.3
--- php-src/ext/standard/tests/array/array_map_variation4.phpt:1.1.2.2  Thu Jan 
 3 09:43:45 2008
+++ php-src/ext/standard/tests/array/array_map_variation4.phpt  Fri Feb 13 
22:01:28 2009
@@ -177,104 +177,3 @@
   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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to