3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo function bar() { return array(0 => 'aaa'); } } $foo = new Foo; echo $foo->bar()[0];
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected 'function' (T_FUNCTION), expecting '{' in /in/dOF5P on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_FUNCTION, expecting '{' in /in/dOF5P on line 3
Process exited with code 255.

preferences:
184.36 ms | 1395 KiB | 63 Q