sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/TextData/LEN.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

29 lines
262 B
PHP

<?php
return [
[
0,
null,
],
[
0,
'',
],
[
9,
'AbCdEfGhI',
],
[
10,
'MARK BAKER',
],
[
4,
true,
],
[
5,
false,
],
];