parser/phpast/samples/assoc-array.php
2022-07-19 16:39:55 +01:00

7 lines
47 B
PHP

<?php
[
5 => 1,
6 => 2,
7 => 3,
];