3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Testing extends Thread { public function run() { goto END ; } } $s = new Testing(); $s->start(); $s->join(); ?>
Output for 5.3.23, 5.4.13
Fatal error: 'goto' to undefined label 'END' in /in/X2TBE on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.22, 5.4.0 - 5.4.12
Fatal error: 'goto' to undefined label 'END' in TZQcm on line 4
Process exited with code 255.

preferences:
205.62 ms | 1395 KiB | 45 Q