<?php
return [
[
true,
'',
],
'1000',
1000,
'Abč',
false,
'abč',
'10.010',
10.01,
' ',
'no arguments' => ['exception'],
'one argument1' => ['exception', 'abc'],
];