>', ['::', true, '<<', '>>'], ], [ 'Καλό απόγευμα', [' ', true, 'Καλό', 'απόγευμα'], ], [ 'Boolean-TRUE', ['-', true, 'Boolean', '', true], ], [ 'Boolean-TRUE', ['-', true, 'Boolean', ' ', true], ], [ 'Boolean--TRUE', ['-', false, 'Boolean', '', true], ], [ 'C:\\Users\\Mark\\Documents\\notes.doc', ['\\', true, 'C:', 'Users', 'Mark', 'Documents', 'notes.doc'], ], 'no argument' => ['exception', []], 'one argument' => ['exception', ['-']], 'two arguments' => ['exception', ['-', true]], 'three arguments' => ['a', ['-', true, 'a']], 'boolean as string' => ['TRUE-FALSE-TRUE', ['-', true, true, false, true]], ];