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

49 lines
485 B
PHP

<?php
return [
[
'#VALUE!',
'ABC',
],
[
'#VALUE!',
-5,
],
[
'A',
65,
],
[
'{',
123,
],
[
'~',
126,
],
[
'⽇',
12103,
],
[
'œ',
0x153,
],
[
'ƒ',
0x192,
],
[
'℅',
0x2105,
],
[
'∑',
0x2211,
],
[
'†',
0x2020,
],
];