Lines Matching refs:touch
2 Test touch() function : variation: various valid and invalid paths
12 /* Prototype : bool touch(string filename [, int time [, int atime]])
52 echo "*** Testing touch() : variation ***\n";
76 $res = touch($path);
91 echo "FAILED: $path - touch returned true, nothing there\n";
98 echo "FAILED: $path - touch returned false, something there\n";
136 $res = touch($path,0,0);
155 *** Testing touch() : variation ***
166 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
169 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
178 Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
181 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because Invalid argument in %s…
184 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because Invalid argument in…