--TEST-- Test raw() --SKIPIF-- --FILE-- raw('foo')); var_dump($p[42]); unset($p['foo']); try { $p->raw('foo'); echo "expected exception"; } catch (InvalidArgumentException $e) { } --EXPECTF-- string(8) "called-2" string(5) "ret-2" object(Closure)#%i (0) { } string(8) "called-2" string(5) "ret-2"