felipe          Mon Feb 11 15:46:51 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/array   array_map_variation14.phpt 
  Log:
  Fix test (UEXPECTF)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_map_variation14.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/array/array_map_variation14.phpt
diff -u php-src/ext/standard/tests/array/array_map_variation14.phpt:1.2 
php-src/ext/standard/tests/array/array_map_variation14.phpt:1.3
--- php-src/ext/standard/tests/array/array_map_variation14.phpt:1.2     Mon Feb 
 4 12:37:15 2008
+++ php-src/ext/standard/tests/array/array_map_variation14.phpt Mon Feb 11 
15:46:51 2008
@@ -132,7 +132,7 @@
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -141,7 +141,7 @@
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }
@@ -152,7 +152,7 @@
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -161,7 +161,7 @@
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }
@@ -173,7 +173,7 @@
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -182,7 +182,7 @@
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }

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

Reply via email to