3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { public functoion bar() { echo 123; } } $f = new foo(); $func = array($f, 'bar'); call_user_func($func);
Output for 5.4.0 - 5.4.9
Parse error: syntax error, unexpected 'functoion' (T_STRING), expecting variable (T_VARIABLE) in /in/J33Qm on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.19
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/J33Qm on line 3
Process exited with code 255.

preferences:
167.68 ms | 1386 KiB | 37 Q