Lines Matching refs:fileperms
2 Test fileperms() function: usage variations - diff. path notations
7 /* Prototype: int fileperms ( string $filename )
15 echo "*** Testing fileperms() with different notations of file names ***\n";
31 "fileperms_variation3/fileperms*.tmp",
42 var_dump( fileperms( $file_path."/".$file ) );
57 *** Testing fileperms() with different notations of file names ***
62 Warning: fileperms(): stat failed for %s//fileperms_variation3/fileperms_variation3.tmp/ in %s on l…
70 Warning: fileperms(): stat failed for %s//fileperms_variation3/*.tmp in %s on line %d
74 Warning: fileperms(): stat failed for %s/fileperms_variation3/fileperms*.tmp in %s on line %d
78 Warning: fileperms() expects parameter 1 to be a valid path, string given in %s on line %d
82 Warning: fileperms() expects parameter 1 to be a valid path, string given in %s on line %d