3v4l.org

run code in 500+ 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:
98.7 ms | 2145 KiB | 5 Q