From: Marcus Boerger Date: Mon, 22 Dec 2003 23:15:34 +0000 (+0000) Subject: Fix test X-Git-Tag: php_ibase_before_split~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b89ce361fc75ce23f6005c88330d70e1dc85957d;p=php Fix test --- diff --git a/ext/simplexml/tests/016.phpt b/ext/simplexml/tests/016.phpt index a46c33571b..9f88631222 100644 --- a/ext/simplexml/tests/016.phpt +++ b/ext/simplexml/tests/016.phpt @@ -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---