3v4l.org

run code in 500+ PHP versions simultaneously
<?php function foo(): void { return; return null; }
Output for 8.5.0
Fatal error: A void function must not return a value (did you mean "return;" instead of "return null;"?) in /in/W38En on line 5 Stack trace: #0 {main}
Process exited with code 255.
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15
Fatal error: A void function must not return a value (did you mean "return;" instead of "return null;"?) in /in/W38En on line 5
Process exited with code 255.

preferences:
48.88 ms | 806 KiB | 3 Q