X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=tests%2F005.phpt;fp=tests%2F005.phpt;h=4fc56648d313c6f42cce966d6d408a7690b43e2d;hp=0000000000000000000000000000000000000000;hb=d17718b78d2b199b65286d9584f4dbff8100f530;hpb=88d61717dea2609ba0f358c87c0d540cfc3ec10a;ds=sidebyside diff --git a/tests/005.phpt b/tests/005.phpt new file mode 100644 index 0000000..4fc5664 --- /dev/null +++ b/tests/005.phpt @@ -0,0 +1,21 @@ +--TEST-- +json_post with empty object +--SKIPIF-- + +--POST_RAW-- +Content-type: text/json + +{ +} +--FILE-- + +Done +--EXPECTF-- +array(0) { +} +int(0) +Done