3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test implements ArrayAccess { function offsetGet($o){} function offsetUnset($o){} function offsetSet($o, $v){} function offsetExists($o){ var_dump($o);} } $arr = new Test; isset($arr[false]); isset($arr[0.12345]);

preferences:
26.95 ms | 404 KiB | 5 Q