3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('key' => 'value'); var_dump($array{'key'});
Output for 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Parse error: syntax error, unexpected token "{", expecting ")" in /in/1dTOj on line 4
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /in/1dTOj 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/1dTOj on line 4 string(5) "value"
Output for 5.6.38 - 5.6.40, 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
string(5) "value"

preferences:
127.43 ms | 1647 KiB | 4 Q