3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 27; echo 'Wartość zmiennej $a wynosi: ' . $a . '' i się nie zmieni';
Output for 8.0.0 - 8.0.2
Parse error: syntax error, unexpected identifier "i", expecting "," or ";" in /in/H6eMA on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.15
Parse error: syntax error, unexpected 'i' (T_STRING), expecting ';' or ',' in /in/H6eMA on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.27
Parse error: syntax error, unexpected 'i' (T_STRING), expecting ',' or ';' in /in/H6eMA on line 3
Process exited with code 255.

preferences:
173.99 ms | 1395 KiB | 54 Q