3v4l.org

run code in 300+ PHP versions simultaneously
<?php function x() { global $hello; $hello = true; function y() { global $hello; var_dump($hello); } y(); } x();

preferences:
36.56 ms | 402 KiB | 5 Q