3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Positive numbers: $res5[0][0]="tag1,tag10,tag11,tag13,tag15,tag17,tag19,tag20,tag4,tag9,tag8,tag7,tag6,tag5,tag3,tag2,tag18,tag16,tag14,tag12"; if (strpos($res5[0][0], 'tag') !== false) { $str1=substr($res5[0][0],0,3); $str2=preg_replace("/tag/","",substr($res5[0][0],3)); $html.="<td style='word-wrap: break-word; word-break:break-all;'>".$str1.$str2"</td>"; } ?>
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected '"</td>"' (T_CONSTANT_ENCAPSED_STRING) in /in/uvsDs on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /in/uvsDs on line 9
Process exited with code 255.

preferences:
190.02 ms | 1395 KiB | 66 Q