X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparams012.phpt;fp=tests%2Fparams012.phpt;h=f5a33cac1e34a034c1c9666c9cdbe48b33b1ff80;hb=c329d4dabccd5caff9869d88be4e14f477e028b6;hp=0000000000000000000000000000000000000000;hpb=e1de6f2d6a6f2e2707c1b4998317e457ed8de4a4;p=m6w6%2Fext-http diff --git a/tests/params012.phpt b/tests/params012.phpt new file mode 100644 index 0000000..f5a33ca --- /dev/null +++ b/tests/params012.phpt @@ -0,0 +1,22 @@ +--TEST-- +no args params +--SKIPIF-- + +--FILE-- +toString()); +$p["param"] = false; +var_dump("param=0" === $p->toString()); +?> +DONE +--EXPECT-- +Test +bool(true) +bool(true) +DONE