Lines Matching refs:touch
2 Test touch() function : variation: various valid and invalid paths
47 echo "*** Testing touch() : variation ***\n";
71 $res = touch($path);
86 echo "FAILED: $path - touch returned true, nothing there\n";
93 echo "FAILED: $path - touch returned false, something there\n";
131 $res = touch($path,0,0);
149 *** Testing touch() : variation ***
160 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
163 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
172 Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
175 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
178 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d