3v4l.org

run code in 500+ PHP versions simultaneously
<?php function init() { $a = 'a'; $b = 'b'; function test() { global $a,$b; var_dump($a, $b); } echo test(); } init();

preferences:
82.56 ms | 2673 KiB | 5 Q