--TEST-- int key params --SKIPIF-- --FILE-- array("value" => "nothing", "arguments" => array(1=>"yes"))) === $p->params); var_dump("0=nothing;1=yes" === $p->toString()); ?> DONE --EXPECT-- Test bool(true) bool(true) DONE