Lines Matching refs:touch
2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
26 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
50 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n";
57 echo "\n*** testing touch ***";
58 var_dump(touch(NULL));
59 var_dump(touch(false));
60 var_dump(touch(''));
63 var_dump(touch(' '));
64 var_dump(touch('|'));
70 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
110 *** testing touch ***bool(false)
114 Warning: touch(): %s in %s on line %d
117 Warning: touch(): %s in %s on line %d