3v4l.org

run code in 300+ 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:
27.81 ms | 404 KiB | 5 Q