3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types = 1); function f(): int { if (true) goto a; if (random_int(0,1)) return 2; return 1; if (true) { a: return 2; } } f();
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3

preferences:
46.68 ms | 697 KiB | 4 Q