3v4l.org

run code in 300+ PHP versions simultaneously
<?php class String { public function __construct() { echo 'hello world!'; } } new String;
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Fatal error: Cannot use 'String' as class name as it is reserved in /in/gjo39 on line 3
Process exited with code 255.

preferences:
177.73 ms | 1399 KiB | 36 Q