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[$this->count() - 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:
146.82 ms | 1399 KiB | 7 Q