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";
51 echo "\n*** testing touch ***\n";
52 $a = touch(NULL);
53 $b = touch(false);
54 $c = touch('');
55 $d = touch(' ');
56 $e = touch('|');
77 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
79 *** testing touch ***