3v4l.org

run code in 300+ PHP versions simultaneously
<?php function foo(): int { static $x = 1; return $x; static $x = 2; } echo foo();
Output for 8.0.1 - 8.0.28, 8.1.0 - 8.1.17, 8.2.0 - 8.2.4
2

preferences:
18.23 ms | 405 KiB | 5 Q