3v4l.org

run code in 300+ PHP versions simultaneously
<?php function clone() { printf('%s', func_get_arg(0)); } clone('abc');
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected 'clone' (T_CLONE), expecting identifier (T_STRING) or '(' in /in/p9H9p on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CLONE, expecting T_STRING or '(' in /in/p9H9p on line 3
Process exited with code 255.

preferences:
194.14 ms | 1386 KiB | 66 Q