X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparse_message_004.phpt;h=5ce6048ddf530378346679be6cc92650260a358f;hp=759065ccae26a7d6a8ed742b07f270403a2738dd;hb=d7ce6cca59bb57636f075048fc3ff48038c3e45e;hpb=db5299a8b005bf625b4e34666b48e6cce8990482 diff --git a/tests/parse_message_004.phpt b/tests/parse_message_004.phpt index 759065c..5ce6048 100644 --- a/tests/parse_message_004.phpt +++ b/tests/parse_message_004.phpt @@ -30,8 +30,8 @@ var_dump(http_parse_message($message)); echo "Done\n"; ?> --EXPECTF-- -%sTEST -object(stdClass)%s { +%aTEST +object(stdClass)%a { ["type"]=> int(2) ["httpVersion"]=> @@ -50,7 +50,7 @@ object(stdClass)%s { ["body"]=> string(10) "1234567890" ["parentMessage"]=> - object(stdClass)%s { + object(stdClass)%a { ["type"]=> int(1) ["httpVersion"]=> @@ -69,7 +69,7 @@ object(stdClass)%s { ["body"]=> string(0) "" ["parentMessage"]=> - object(stdClass)%s { + object(stdClass)%a { ["type"]=> int(2) ["httpVersion"]=> @@ -88,7 +88,7 @@ object(stdClass)%s { ["body"]=> string(0) "" ["parentMessage"]=> - object(stdClass)%s { + object(stdClass)%a { ["type"]=> int(1) ["httpVersion"]=>