3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); function foo(): string { return 1; } foo();
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught TypeError: foo(): Return value must be of type string, int returned in /in/Ug7TG:6 Stack trace: #0 /in/Ug7TG(9): foo() #1 {main} thrown in /in/Ug7TG on line 6
Process exited with code 255.

preferences:
68.3 ms | 1131 KiB | 4 Q