3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "this is school of sachin"; $pattern = "sch"; $b = explode(' ',$a); $b = array_reverse($b); for($i=0;$i < count($b);$i++){ if($a,strpos($b[$i]) !== false){ echo $i; } } ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23
Parse error: syntax error, unexpected ',' in /in/lP5uC on line 7
Process exited with code 255.

preferences:
201.33 ms | 1395 KiB | 60 Q