--TEST-- touch() error tests --CREDITS-- Dave Kelsey --FILE-- --EXPECTF-- Warning: touch() expects at least 1 parameter, 0 given in %s on line %d NULL Warning: touch() expects at most 3 parameters, 4 given in %s on line %d NULL Warning: touch(): Unable to create file /no/such/file/or/directory because No such file or directory in %s on line %d bool(false)