3v4l.org

run code in 500+ PHP versions simultaneously
<?php if (!function_exists('get_magic_quotes_gpc')) { function get_magic_quotes_gpc() { echo "Called fallback", PHP_EOL; return false; } } $magicQuotes = get_magic_quotes_gpc(); echo "Magic quotes are ", $magicQuotes ? "On" : "Off", PHP_EOL;

preferences:
46.75 ms | 2679 KiB | 5 Q