3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s=''; $s++; var_dump($s);
Output for 8.5.0 - 8.5.3
Deprecated: Increment on non-numeric string is deprecated, use str_increment() instead in /in/t4rhN on line 4 string(1) "1"
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18
Deprecated: Increment on non-alphanumeric string is deprecated in /in/t4rhN on line 4 string(1) "1"
Output for 8.1.34, 8.2.0 - 8.2.30
string(1) "1"

preferences:
48.76 ms | 838 KiB | 4 Q