PhpSpreadsheet/tests/data/Calculation/TextData/T.php

25 lines
262 B
PHP
Raw Normal View History

<?php
return [
[
123456.789,
null,
],
[
'123456.789',
'123456.789',
],
[
'Mark Baker',
'Mark Baker',
],
[
null,
null,
],
[
true,
null,
],
];