3v4l.org

run code in 300+ PHP versions simultaneously
<?php function fn(){ static $a, $b = 0; $x = $y = 1; echo 'static(', var_export($a, true), ',', var_export($b, true), ')', PHP_EOL; echo 'non_static(', var_export($x, true), ',', var_export($y, true), ')'; } fn();

preferences:
46.41 ms | 2335 KiB | 5 Q