p2 project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
991 B

<?php
return [
[
[
1,
1,
'A',
],
'A1',
],
[
[
1,
12,
'A',
],
'A12',
],
[
[
10,
1,
'J',
],
'J1',
],
[
[
10,
20,
'J',
],
'J20',
],
[
[
35,
1,
'AI',
],
'AI1',
],
[
[
35,
2012,
'AI',
],
'AI2012',
],
[
[
2,
3,
'B',
],
'B3',
],
[
[
2,
3,
'B',
],
'$B3',
],
[
[
2,
3,
'B',
],
'B$3',
],
[
[
2,
3,
'B',
],
'$B$3',
],
];