3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { function register() { if (!function_exists('test_init')) { function test_init() { echo 'Initializing library'.PHP_EOL; } } } } $test = new test; $test->register(); test_init(); ?>

preferences:
51.41 ms | 402 KiB | 5 Q