Lines Matching refs:touch
2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
29 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n";
36 echo "\n*** testing touch ***";
37 var_dump(touch(NULL));
38 var_dump(touch(false));
39 var_dump(touch(''));
42 var_dump(touch(' '));
43 var_dump(touch('|'));
49 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
89 *** testing touch ***bool(false)
93 Warning: touch(): %s in %s on line %d
96 Warning: touch(): %s in %s on line %d