X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=tests%2Ferror003.phpt;fp=tests%2Ferror003.phpt;h=dd7a3e5b676df1002123d422c3c030d5215c5522;hp=93bcc9ba6bc05653a7b56ca58cbeb31e71deb180;hb=bda8b43e0418324d9caf532c146bca5a5be89fc1;hpb=d4d2ec5974d3876b2a117c9bd30023b2915afe06 diff --git a/tests/error003.phpt b/tests/error003.phpt index 93bcc9b..dd7a3e5 100644 --- a/tests/error003.phpt +++ b/tests/error003.phpt @@ -1,7 +1,5 @@ --TEST-- json_post with malformed JSON [warning] (https://github.com/m6w6/ext-json_post/issues/3) ---EXTENSIONS-- -json_post --INI-- json_post.onerror.warning = on --POST_RAW-- @@ -12,5 +10,5 @@ Content-Type: application/json error.inc --EXPECTHEADERS-- --EXPECTF-- -Warning: json_post: json_decode failed with error code: 3 in %s on line %s +Warning: json_post: json_decode failed with error code: %d in %s on line %s DONE