3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "α"; var_dump( ++$a); $b = "a"; var_dump(++$b);
Output for 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
Deprecated: Increment on non-alphanumeric string is deprecated in /in/k0Nti on line 4 string(2) "α" string(1) "b"
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
string(2) "α" string(1) "b"

preferences:
81.39 ms | 407 KiB | 5 Q