upgrade test suite to 5.3
[m6w6/ext-http] / tests / parse_message_001.phpt
index 84c874c12392fac8b0c05a77a39aab5c791864a2..a252d637459f114991e8385a321c9f093989a0e1 100644 (file)
@@ -13,6 +13,6 @@ $m = http_parse_message(http_get('http://www.google.com'));
 echo $m->body;
 echo "Done\n";
 --EXPECTF--
-%sTEST
-<HTML>%sThe document has moved%s</HTML>
+%aTEST
+<HTML>%aThe document has moved%a</HTML>
 Done