13 lines
132 B
PHP
13 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
[
|
||
|
55,
|
||
|
55, 'not found',
|
||
|
],
|
||
|
[
|
||
|
'not found',
|
||
|
'#N/A', 'not found',
|
||
|
],
|
||
|
];
|