3v4l.org

run code in 500+ PHP versions simultaneously
<?php class A { function __construct() : void { return; } }
Output for 8.3.5
Fatal error: Method A::__construct() cannot declare a return type in /in/uEOnQ on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.31, 7.3.0 - 7.3.19, 7.4.0 - 7.4.7
Fatal error: Constructor A::__construct() cannot declare a return type in /in/uEOnQ on line 3
Process exited with code 255.

preferences:
51.73 ms | 739 KiB | 3 Q