3v4l.org

run code in 300+ PHP versions simultaneously
<?php $expected = [ [ 'clientCode' => '01', 'orderNumber' => '01', 'customerOrderNumber' => '02', 'id' => '1', 'qty' => '2' ], [ 'clientCode' => '01', 'orderNumber' => '01', 'customerOrderNumber' => '02', 'id' => '5', 'qty' => '1' ], [ 'clientCode' => '01', 'orderNumber' => '02', 'customerOrderNumber' => '675', 'id' => '300', 'qty' => '4' ], [ 'clientCode' => '01', 'orderNumber' => '02', 'customerOrderNumber' => '675', 'id' => '265', 'qty' => '2' ], [ 'clientCode' => '01', 'orderNumber' => '02', 'customerOrderNumber' => '675', 'id' => '100', 'qty' => '1' ], ]; var_dump($expected);
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
array(5) { [0]=> array(5) { ["clientCode"]=> string(2) "01" ["orderNumber"]=> string(2) "01" ["customerOrderNumber"]=> string(2) "02" ["id"]=> string(1) "1" ["qty"]=> string(1) "2" } [1]=> array(5) { ["clientCode"]=> string(2) "01" ["orderNumber"]=> string(2) "01" ["customerOrderNumber"]=> string(2) "02" ["id"]=> string(1) "5" ["qty"]=> string(1) "1" } [2]=> array(5) { ["clientCode"]=> string(2) "01" ["orderNumber"]=> string(2) "02" ["customerOrderNumber"]=> string(3) "675" ["id"]=> string(3) "300" ["qty"]=> string(1) "4" } [3]=> array(5) { ["clientCode"]=> string(2) "01" ["orderNumber"]=> string(2) "02" ["customerOrderNumber"]=> string(3) "675" ["id"]=> string(3) "265" ["qty"]=> string(1) "2" } [4]=> array(5) { ["clientCode"]=> string(2) "01" ["orderNumber"]=> string(2) "02" ["customerOrderNumber"]=> string(3) "675" ["id"]=> string(3) "100" ["qty"]=> string(1) "1" } }
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/aVsRK on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/aVsRK on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/aVsRK on line 2
Process exited with code 255.

preferences:
290.07 ms | 401 KiB | 460 Q