3v4l.org

run code in 300+ PHP versions simultaneously
<?php function safeEval($haystack,$needle) { str_ireplace($needle,"' '",$haystack); //$return = $haystack; return eval($haystack); //return; } $string = array("Hello","drop","Kyle"), array("Drop"); safeEval($string);
Output for 5.3.0 - 5.3.25, 5.4.0 - 5.4.15
Parse error: syntax error, unexpected ',' in /in/Nrdcr on line 10
Process exited with code 255.

preferences:
181.7 ms | 1387 KiB | 49 Q