]> granicus.if.org Git - php/commitdiff
Fix test
authorMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:15:34 +0000 (23:15 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:15:34 +0000 (23:15 +0000)
ext/simplexml/tests/016.phpt

index a46c33571b09a7aac1ff4f87b8390e9073dbd0a2..9f886312221639f4af5254a84eb86bc9881347ec 100644 (file)
@@ -30,10 +30,10 @@ echo "---Done---\n";
 ?>
 --EXPECT--
 string(3) "Joe"
-string(3) "JoeFoo"
-string(3) "JoeFooBar"
+string(6) "JoeFoo"
+string(9) "JoeFooBar"
 ---[0]---
 string(3) "Joe"
-string(3) "JoeFoo"
-string(3) "JoeFooBar"
+string(6) "JoeFoo"
+string(9) "JoeFooBar"
 ---Done---