3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Αισθητήρες</title> </head> <body> <table> <?php for (int i=1; i<12; i++) { echo '<tr>'; for (int j=1; j<5; j++) { echo '<td>'.i*j.'</td>'; } echo '</tr>'; } ?> </table> </body> </html>
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'i' (T_STRING), expecting ';' in /in/73q17 on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting ';' in /in/73q17 on line 12
Process exited with code 255.

preferences:
182.76 ms | 1395 KiB | 65 Q