3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a extends Closure{}
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.32
Fatal error: Class a may not inherit from final class (Closure) in /in/C8Ro0 on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Class 'Closure' not found in /in/C8Ro0 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Class a: Cannot inherit from undefined class closure in /in/C8Ro0 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Class a: Cannot inherit from undefined class closure in /in/C8Ro0 on line 3

preferences:
211.54 ms | 1395 KiB | 123 Q