3v4l.org

run code in 300+ PHP versions simultaneously
<?php $challenge = function() { $f = Common::getGetString('eval'); $f = str_replace(array('`', '$', '*', '#', ':', '\\', '"', "'", '(', ')', '.', '>'), '', $f); if((strlen($f) > 13) || (false !== strpos($f, 'return'))) { die('sorry, not allowed!'); } try { eval("\$spaceone = $f"); } catch (Exception $e) { return false; } return ($spaceone === '1337'); };

preferences:
36.61 ms | 402 KiB | 5 Q