3v4l.org

run code in 500+ PHP versions simultaneously
<?php for ($i = 'a'; $i < 'z'; $i++){ echo "$i\n"; } echo $i; // 'z'
Output for 8.5.0 - 8.5.6
a Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 b Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 c Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 d Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 e Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 f Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 g Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 h Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 i Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 j Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 k Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 l Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 m Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 n Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 o Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 p Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 q Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 r Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 s Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 t Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 u Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 v Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 w Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 x Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 y Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/RQfEm on line 2 z
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.21
a b c d e f g h i j k l m n o p q r s t u v w x y z

preferences:
100.75 ms | 1271 KiB | 4 Q