3v4l.org

run code in 300+ PHP versions simultaneously
<?php class X extends ArrayObject { public function first() { return $this[0]; } public function last() { return $this[count($this) - 1]; } } $array = new X(); $array[] = 'ciao!!!!!!!'; $array[] = 'hello'; $array[] = 'sono'; $array[] = 'ultimo'; echo $array->first(); echo "\n"; echo $array->last();

This is an error 404

There are `0` results


preferences:
156.1 ms | 1398 KiB | 7 Q