3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mutabledefault(&$arg=array("foo")) { var_dump($arg); $arg["bar"] = "new"; } $ah = array("hiss") mutabledefault(); mutabledefault();
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'mutabledefault' (T_STRING) in /in/QeOXU on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/QeOXU on line 9
Process exited with code 255.

preferences:
182.24 ms | 1399 KiB | 65 Q