<?php
return [
[
1,
null,
],
'',
'#VALUE!',
'foo',
0,
[],
[1],
2,
[1, 1],
[[1, 1]],
['a' => [1, 1]],
];