Home
last modified time | relevance | path

Searched refs:o (Results 426 – 450 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dtempnam_variation7-win32.phpt46 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 Dtempnam_variation2-win32.phpt58 printf("%o", fileperms($file_name) );
H A Dtempnam_variation2.phpt58 printf("%o", fileperms($file_name) );
H A D001.phpt65 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
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);
/PHP-7.3/ext/zip/lib/
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
/PHP-7.3/ext/standard/tests/array/
H A Drsort_basic.phpt18 "l" => "lemon", "o" => "orange",
H A Dsort_basic.phpt24 "l" => "lemon", "o" => "orange",
/PHP-7.3/
H A DREADME.PARAMETER_PARSING_API70 o - object of any type (zval*)
146 if (zend_parse_parameters(ZEND_NUM_ARGS(), "o!a",
H A DUPGRADING.INTERNALS18 o. IS_UNUSED
130 o. IS_UNUSED became zero and can't be used as a bitmask (there were no such
H A D.gitignore13 *.o
H A Drun-tests.php922 $o = opendir($dir) or error("cannot open directory: $dir");
924 while (($name = readdir($o)) !== false) {
951 closedir($o);
2364 $o = explode("\n", $output);
2366 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);
/PHP-7.3/ext/standard/
H A Dstring.c3253 const char *o = ZSTR_VAL(haystack); local
3255 const char *endp = o + ZSTR_LEN(haystack);
3257 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
3258 o += needle_len;
3338 const char *o = lc_haystack; local
3345 while ((o = (char*)php_memnstr(o, n, ZSTR_LEN(lc_needle), endp))) {
3346 o += ZSTR_LEN(lc_needle);
3425 const char *o = haystack; local
3427 const char *endp = o + length;
3429 while ((o = (char*)php_memnstr(o, n, needle_len, endp))) {
[all …]
/PHP-7.3/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc84 'HsOAheABymIw4olaVsfKb18UtGmpHqUcEeoIqAQ41cWg0M8wnutBmBHrgSo4ayQ6l/o+hbiPXyVQNdeiYKVrN0aj/pS5DnQhMS…
/PHP-7.3/ext/ldap/tests/
H A DREADME38 o: Example
/PHP-7.3/TSRM/
H A Dthreads.m4145 if test "x$ac_cv_pthreads_cflags" != "x" -o "x$ac_cv_pthreads_lib" != "x"; then
/PHP-7.3/ext/curl/
H A Dconfig.m415 if test "$PHP_CURL" = "yes" -o "$PHP_CURL" = "/usr"; then
/PHP-7.3/ext/standard/tests/strings/
H A Dquoted_printable_encode_002.phpt20 $o = new Foo;
21 var_dump(quoted_printable_encode($o));
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in292 ; %o: output header
294 ; - %{Content-Type}o
295 ; - %{X-Powered-By}o
296 ; - %{Transfert-Encoding}o
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h406 } o; member
H A Dapprentice.c468 if (ms->o.pbuf) { in file_ms_free()
469 efree(ms->o.pbuf); in file_ms_free()
471 if (ms->o.buf) { in file_ms_free()
472 efree(ms->o.buf); in file_ms_free()
495 ms->o.buf = ms->o.pbuf = NULL; in file_ms_alloc()
/PHP-7.3/ext/date/tests/
H A Ddate_format_variation1.phpt98 $format = 'H:m:s \m \i\s\ \m\o\n\t\h';
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h132 } o; member

Completed in 60 milliseconds

1...<<11121314151617181920