Lines Matching refs:touch
2 touch() tests
14 $filename = __DIR__."/touch.dat";
16 var_dump(touch($filename));
19 var_dump(touch($filename, 101));
23 var_dump(touch($filename, -1));
27 var_dump(touch($filename, 100, 100));
31 var_dump(touch($filename, 100, -100));
34 var_dump(touch("/no/such/file/or/directory"));
39 touch("/no/such/file/or/directory", null, 1599492068);
58 Warning: touch(): Unable to create file /no/such/file/or/directory because %s in %s on line %d
60 touch(): Argument #2 ($mtime) cannot be null when argument #3 ($atime) is an integer