3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = []; $parent = ['itemListElement' => []]; $a =['@type' => 'ListItem', 'position' => '1', 'item' => ['name' => 'testName1']]]; $b =['@type' => 'ListItem', 'position' => '2', 'item' => ['name' => 'testName2']]]; array_push($parent, $a); array_push($parent, $b); var_dump($array);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected ']' in /in/oQZln on line 7
Process exited with code 255.

preferences:
172.19 ms | 1395 KiB | 36 Q