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(strpos($b[$i],$pattern) !== false){ echo $i+1; if($pattern == $b[$i]){ echo 'Full word'; } else{ echo 'Not a full word'; } } ?>
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected end of file in /in/sgcf2 on line 16
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/sgcf2 on line 16
Process exited with code 255.

preferences:
167.46 ms | 1395 KiB | 60 Q