3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a() { function b() { } return "Defining b()"; } var_dump(function_exists('b'), a(), function_exists('b'));

preferences:
30.68 ms | 402 KiB | 5 Q