Home
last modified time | relevance | path

Searched refs:o (Results 151 – 175 of 473) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation7-win32.phpt46 printf("%o", fileperms($file_name) );
H A Dtempnam_variation7.phpt47 printf("%o", fileperms($file_name) );
H A Dumask_variation1.phpt27 echo sprintf('%03o', $mask);
38 echo substr(sprintf('%o', fileperms($filename)), -3);
50 echo substr(sprintf('%o', fileperms($dirname)), -3);
H A Dumask_variation2.phpt27 echo sprintf('%03o', $mask);
38 echo substr(sprintf('%o', fileperms($filename)), -3);
50 echo substr(sprintf('%o', fileperms($dirname)), -3);
H A Dfscanf_variation54.phpt42 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
H A Dfscanf_variation27.phpt45 $octal_formats = array( "%o",
47 " %o", "%o ", "% o",
48 "\t%o", "\n%o", "%4o",
49 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation28.phpt43 $octal_formats = array( "%o",
45 " %o", "%o ", "% o",
46 "\t%o", "\n%o", "%4o",
47 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation29.phpt34 $octal_formats = array( "%o",
36 " %o", "%o ", "% o",
37 "\t%o", "\n%o", "%4o",
38 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation51.phpt29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfscanf_variation30.phpt39 $octal_formats = array ( "%o",
41 " %o", "%o ", "% o",
42 "\t%o", "\n%o", "%4o",
43 "%30o", "%[0-7]", "%*o"
H A Dfscanf_variation31.phpt45 $octal_formats = array( "%o", "%ho", "%lo", "%Lo", " %o", "%o ", "% o", "\t%o", "\n%o", "%4o", "%30
H A Dfscanf_variation32.phpt31 $octal_formats = array( "%o",
33 " %o", "%o ", "% o",
34 "\t%o", "\n%o", "%4o",
35 "%30o", "%[0-7]", "%*o"
H A Dbug52820.phpt21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
24 rewind($o);
25 echo stream_get_contents($o);
26 return $o;
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
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 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 Dcopy_basic.phpt26 printf( "%o", fileperms(__FILE__) );
28 printf( "%o", fileperms($file_name1) );
30 printf( "%o", fileperms($file_name2) );
H A D006_error.phpt35 printf("%o", fileperms("/etc/passwd") );
40 printf("%o", fileperms("/etc") );
H A D006_variation1.phpt44 printf("%o", fileperms($file_name) );
49 printf("%o", fileperms($dir_name) );
H A D006_variation2.phpt65 "u+rwx, g+rw, o+wx"
72 printf("%o", fileperms($file_name) );
77 printf("%o", fileperms($dir_name) );
H A D001-win32.phpt45 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
H A D001.phpt65 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));

Completed in 36 milliseconds

12345678910>>...19