]> granicus.if.org Git - php/commitdiff
Fix test (UEXPECTF)
authorFelipe Pena <felipe@php.net>
Mon, 11 Feb 2008 15:46:51 +0000 (15:46 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 11 Feb 2008 15:46:51 +0000 (15:46 +0000)
ext/standard/tests/array/array_map_variation14.phpt

index a67327704359e6080e4f50abae39522737aa0f75..6400789731f4ee4858c3106a81c807522ec278e2 100644 (file)
@@ -132,7 +132,7 @@ array(2) {
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -141,7 +141,7 @@ array(2) {
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }
@@ -152,7 +152,7 @@ array(2) {
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -161,7 +161,7 @@ array(2) {
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }
@@ -173,7 +173,7 @@ array(2) {
     [0]=>
     int(1)
     [1]=>
-    string(3) "one"
+    unicode(3) "one"
     [2]=>
     float(1.1)
   }
@@ -182,7 +182,7 @@ array(2) {
     [0]=>
     int(2)
     [1]=>
-    string(3) "two"
+    unicode(3) "two"
     [2]=>
     float(2.2)
   }