X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2F001.phpt;h=d4ee29f2472c401c68c3be9be226fb9c9d1713ff;hb=5e5879a62292d26f7486eec434617e7427ab3165;hp=b3e5775c1a5329a3eeed4db7914a5be16c51c680;hpb=3964b8f0cd83ef3ba5de9d0b2e5e395f95404a8c;p=m6w6%2Fext-json_post diff --git a/tests/001.phpt b/tests/001.phpt index b3e5775..d4ee29f 100644 --- a/tests/001.phpt +++ b/tests/001.phpt @@ -1,8 +1,8 @@ --TEST-- -json_post +json_post with most common types, as array --SKIPIF-- --POST_RAW-- Content-type: text/json @@ -11,7 +11,6 @@ Content-type: text/json "null": null, "bool": true, "int": 123, - "bigint": 36893488147419103232, "float": 123.123, "string": "Hello World", "array": [1,2,3], @@ -22,18 +21,17 @@ Content-type: text/json } --FILE-- +Done --EXPECTF-- -array(8) { +array(7) { ["null"]=> NULL ["bool"]=> bool(true) ["int"]=> int(123) - ["bigint"]=> - float(3.689%dE+19) ["float"]=> float(123.123) ["string"]=> @@ -62,4 +60,5 @@ array(8) { string(11) "Österreich" } } -string(8) "No error" \ No newline at end of file +int(0) +Done \ No newline at end of file