3v4l.org

run code in 300+ PHP versions simultaneously
<?php function function_fixture(){ function test(){ echo __FUNCTION__, PHP_EOL; } echo __FUNCTION__, PHP_EOL; test(); } function_fixture(); var_dump(function_exists('test'));

preferences:
75.43 ms | 402 KiB | 5 Q