X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparams011.phpt;fp=tests%2Fparams011.phpt;h=1f9ecf7b7e51207615519ba9b16d0ebb6a70da45;hb=c329d4dabccd5caff9869d88be4e14f477e028b6;hp=0000000000000000000000000000000000000000;hpb=e1de6f2d6a6f2e2707c1b4998317e457ed8de4a4;p=m6w6%2Fext-http diff --git a/tests/params011.phpt b/tests/params011.phpt new file mode 100644 index 0000000..1f9ecf7 --- /dev/null +++ b/tests/params011.phpt @@ -0,0 +1,23 @@ +--TEST-- +bool args params +--SKIPIF-- + +--FILE-- + false, "arguments" => array("wrong" => false, "correct" => true)); +$p["container"] = $container; +var_dump("container=0;wrong=0;correct" === $p->toString()); +var_dump(array("container" => $container) === $p->toArray()); + +?> +DONE +--EXPECT-- +Test +bool(true) +bool(true) +DONE