3v4l.org

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

preferences:
176.46 ms | 1395 KiB | 49 Q