3v4l.org

run code in 300+ PHP versions simultaneously
<?php register_shutdown_function(function() { $lastError = error_get_last(); if ($lastError && strpos($lastError['message'], 'exceeded memory') !== false /* && extension_loaded('xdebug')*/) { echo 'you had xdebug enabled, consider disabling it!'; } }); ini_set('memory_limit', '2M'); str_repeat('a', 999999999);

preferences:
51.1 ms | 402 KiB | 5 Q