3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(): void { return void; } test();
Output for 7.1.0 - 7.1.12, 7.2.0, 8.1.3
Fatal error: A void function must not return a value in /in/9PmmL on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.26
Notice: Use of undefined constant void - assumed 'void' in /in/9PmmL on line 5 Fatal error: Uncaught TypeError: Return value of test() must be an instance of void, string returned in /in/9PmmL:5 Stack trace: #0 /in/9PmmL(8): test() #1 {main} thrown in /in/9PmmL on line 5
Process exited with code 255.

preferences:
180.74 ms | 1399 KiB | 49 Q