<?php
return [
[
'HELLO',
'HELLO ',
],
' HELLO',
' HELLO ',
'HELLO WORLD',
'TRUE',
true,
null,
'no arguments' => ['exception'],
];