3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ public function goto(){ if(isset($this)){ echo "this is defined."; } else{ echo ""thisis""; } } }
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting identifier (T_STRING) in /in/OjZhm on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /in/OjZhm on line 6
Process exited with code 255.

preferences:
181.17 ms | 1395 KiB | 64 Q