3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = 'Hello, World!'; var_dump($foo{0});
Output for 8.0.0 - 8.0.27, 8.1.0 - 8.1.14, 8.2.0 - 8.2.1
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /in/ZhVjS on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Deprecated: Array and string offset access syntax with curly braces is deprecated in /in/ZhVjS on line 4 string(1) "H"
Output for 7.3.13 - 7.3.33
string(1) "H"

preferences:
164.44 ms | 1002 KiB | 7 Q