3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $arr["Intercambio"] = array([0] = array( ["A"] = array([0] = "AA"), ["B"] = array([0] = "BB"), ["C"] = array([0] = "CC") ) ); var_dump($arr);
Output for 7.1.0 - 7.1.7
Fatal error: Assignments can only happen to writable values in /in/dMPPK on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Parse error: syntax error, unexpected '=', expecting ')' in /in/dMPPK on line 6
Process exited with code 255.

preferences:
169.44 ms | 1395 KiB | 36 Q