Home
last modified time | relevance | path

Searched refs:fileperms (Results 1 – 25 of 40) sorted by relevance

12

/PHP-5.5/ext/standard/tests/file/
H A Dfileperms_variation2.phpt2 Test fileperms() function: usage variations - invalid filenames
7 /* Prototype: int fileperms ( string $filename )
11 /* Testing fileperms() with invalid arguments -int, float, bool, NULL, resource */
34 var_dump( fileperms($filename) );
49 Warning: fileperms(): stat failed for -2.34555 in %s on line %d
52 Warning: fileperms(): stat failed for in %s on line %d
56 Warning: fileperms(): stat failed for 1 in %s on line %d
61 Warning: fileperms() expects parameter 1 to be a valid path, resource given in %s on line %d
64 Warning: fileperms(): stat failed for 1234 in %s on line %d
67 Warning: fileperms(): stat failed for 0 in %s on line %d
H A Dfileperms_variation3.phpt2 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
[all …]
H A D006_error.phpt2 Test fileperms(), chmod() functions: error conditions
23 Prototype: int fileperms ( string $filename )
31 echo "*** Testing error conditions for fileperms(), chmod() ***\n";
35 printf("%o", fileperms("/etc/passwd") );
40 printf("%o", fileperms("/etc") );
46 var_dump( fileperms("/no/such/file/dir") );
55 var_dump( fileperms() );
59 var_dump( fileperms(dirname(__FILE__)."/006_error.tmp", 0777) );
60 var_dump( fileperms("nofile", 0777) );
69 *** Testing error conditions for fileperms(), chmod() ***
[all …]
H A Dfileperms_variation1.phpt2 Test fileperms() function: usage variations - links
12 /* Prototype: int fileperms ( string $filename )
16 /* Creating soft and hard links to a file and applying fileperms() on links */
21 echo "*** Testing fileperms() with links ***\n";
24 var_dump( fileperms($file_path."/fileperms_variation1_symlink.tmp") ); //expected true
29 var_dump( fileperms($file_path."/fileperms_variation1_link.tmp") ); // expected: true
43 *** Testing fileperms() with links ***
H A D006_basic.phpt2 Test fileperms() & chmod() functions: basic functionality
23 Prototype: int fileperms ( string $filename );
32 echo "*** Testing fileperms(), chmod() with files and dirs ***\n";
35 printf("%o", fileperms($path."/perm.tmp") );
41 printf("%o", fileperms($path."/perm") );
53 *** Testing fileperms(), chmod() with files and dirs ***
H A Dchmod_variation2.phpt28 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
34 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
42 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
50 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
57 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
H A Dchmod_variation2-win32.phpt28 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
34 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
41 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
48 printf("%o\n", fileperms($filepath) & PERMISSIONS_MASK);
H A D006_variation2.phpt2 Test fileperms() & chmod() functions: usage variation - misc. perms
23 Prototype: int fileperms ( string $filename );
33 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
41 echo "\n*** Testing fileperms(), chmod() with miscellaneous permissions ***\n";
72 printf("%o", fileperms($file_name) );
77 printf("%o", fileperms($dir_name) );
92 *** Testing fileperms() & chmod() : usage variations ***
94 *** Testing fileperms(), chmod() with miscellaneous permissions ***
H A Dcopy_basic.phpt26 printf( "%o", fileperms(__FILE__) );
28 printf( "%o", fileperms($file_name1) );
30 printf( "%o", fileperms($file_name2) );
H A Dchmod_basic.phpt21 $set_perms = (fileperms($filename) & MODE_MASK);
H A Dchmod_variation1.phpt19 $set_perms = (fileperms($dirname) & PERMISSIONS_MASK);
H A Dcopy_variation15.phpt37 $old_perms = fileperms($dir);
H A Dtempnam_variation3-win32.phpt77 printf("%o\n", fileperms($file_name) );
H A Dtempnam_variation1-win32.phpt31 printf("%o", fileperms($files[$i]) );
H A Dtempnam_variation1.phpt31 printf("%o", fileperms($files[$i]) );
/PHP-5.5/tests/security/
H A Dopen_basedir_fileperms.phpt8 test_open_basedir("fileperms");
16 *** Testing open_basedir configuration [fileperms] ***
23 Warning: fileperms(): open_basedir restriction in effect. File(../bad) is not within the allowed pa…
26 Warning: fileperms(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al…
29 Warning: fileperms(): open_basedir restriction in effect. File(..) is not within the allowed path(s…
32 Warning: fileperms(): open_basedir restriction in effect. File(../) is not within the allowed path(…
35 Warning: fileperms(): open_basedir restriction in effect. File(/) is not within the allowed path(s)…
38 Warning: fileperms(): open_basedir restriction in effect. File(../bad/.) is not within the allowed …
41 Warning: fileperms(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t…
47 Warning: fileperms(): open_basedir restriction in effect. File(./../.) is not within the allowed pa…
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite18.phar3 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
5 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
H A Dwrite18.phar.inc9 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
11 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
/PHP-5.5/ext/phar/tests/
H A Dstat.phpt22 echo "fileperms\n";
23 var_dump(fileperms("dir/file1.txt"));
59 var_dump(fileperms("not/found"));
185 fileperms
223 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
/PHP-5.5/ext/session/tests/
H A Dbug42596.phpt29 var_dump(decoct(fileperms($sessfile)));
/PHP-5.5/ext/standard/
H A Dphp_filestat.h36 PHP_FUNCTION(fileperms);
/PHP-5.5/ext/phar/tests/tar/
H A Dall.phpt38 var_dump((string) decoct(fileperms($pname2 . '/b')));
H A DallU.phpt38 var_dump((string) decoct(fileperms($pname2 . '/b')));
/PHP-5.5/ext/phar/tests/zip/
H A Dall.phpt41 var_dump((string) decoct(fileperms($pname2 . '/b')));
H A DallU.phpt41 var_dump((string) decoct(fileperms($pname2 . '/b')));

Completed in 79 milliseconds

12