<?php
return [
[
123456.789,
2,
false,
'123,456.79',
],
1,
true,
'123456.8',
'123456.79',
'ABC',
null,
'#NUM!',
123.456,
];