Files
PhpSpreadsheet/tests/data/Calculation/Information/INFO.php
T
Robin van der Vliet 4fd2f4d551 Fix issues
2025-11-10 22:00:38 +01:00

39 lines
441 B
PHP

<?php
declare(strict_types=1);
return [
[
1,
'numfile',
],
[
'PHP ' . PHP_VERSION,
'osversion',
],
[
'Automatic',
'recalc',
],
[
'Automatic',
'RECALC',
],
[
'PHP',
'system',
],
[
'#VALUE!',
1,
],
[
'#VALUE!',
'A',
],
[
'#VALUE!',
'#VALUE!',
],
];