Home
last modified time | relevance | path

Searched refs:o (Results 401 – 425 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.3/ext/standard/tests/file/
H A Duserwrapper.phpt15 …printf("Making directory: %s as %o%s\n", $directory, $mode, $options & STREAM_MKDIR_RECURSIVE ? " …
H A Dtempnam_variation3-win32.phpt77 printf("%o\n", fileperms($file_name) );
H A D001-win32-mb.phpt48 printf ("$fname permissions are 0%o\n", 0777 & fileperms($fname));
H A Dfscanf_variation51.phpt29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dtempnam_variation1-win32-mb.phpt31 printf("%o", fileperms($files[$i]) );
H A Dtempnam_variation1-win32.phpt31 printf("%o", fileperms($files[$i]) );
H A D001-win32.phpt45 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dtempnam_variation1.phpt31 printf("%o", fileperms($files[$i]) );
H A Dtempnam_variation3.phpt49 printf("%o", fileperms($file_name) );
H A Dtempnam_variation7.phpt47 printf("%o", fileperms($file_name) );
H A Dtempnam_variation8-win32.phpt57 printf("%o", fileperms($file_name) );
/PHP-7.3/
H A Dserver-tests.php120 $o = explode("\n", $output);
121 $w1 = array_diff_assoc($w,$o);
122 $o1 = array_diff_assoc($o,$w);
826 $o = opendir($dir) or $this->error("cannot open directory: $dir");
827 while (($name = readdir($o)) !== FALSE) {
853 closedir($o);
H A Dacinclude.m42375 if test -r $i/$PHP_LIBDIR/libssl.a -o -r $i/$PHP_LIBDIR/libssl.$SHLIB_SUFFIX_NAME; then
2966 dnl Add providerdesc.o or .lo into global objects when needed
2969 PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
2994 … dtrace_objs="[$]dtrace_objs `echo $ac_lo | $SED -e 's,\.lo$,.o,' -e 's#\(.*\)\/#\1\/.libs\/#'`"
2998 dtrace_objs='$(PHP_DTRACE_OBJS:.lo=.o)'
3018 dtrace_prov_name="`echo $ac_provsrc | $SED -e 's#\(.*\)\/##'`.o"
3020 dtrace_d_obj="`echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/\([^/]*\)#\1/.libs/\2#'`.o"
3021 dtrace_nolib_objs='$(PHP_DTRACE_OBJS:.lo=.o)'
3035 …AN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtrace_nolib_objs 2> /dev/nu…
3046 $ac_bdir[$]ac_provsrc.o: \$(PHP_DTRACE_OBJS)
[all …]
/PHP-7.3/ext/openssl/tests/
H A Dbug74022_2.phpt15 …Fz8E8XHBmO/uobhEuCPR2LnUv+xFN8zoPQlA5ueRz1yBF8L+CsvDGp/N3KF26ETWlvmnEdt7foE+o/J7aG6xO/CNB+/+yGbVPZ…
/PHP-7.3/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt44 "o" => "my-domain",
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcspn_variation9.phpt41 $mask = "sft\n34lw56r78d90\0\xaa\100o";
H A Dstrspn_variation9.phpt41 $mask = "sfth12\ne34lw56r78d90\0\xaa\100o";
H A Dstr_split_variation2.phpt169 string(1) "o"
222 string(1) "o"
H A Dstrtok_variation6.phpt28 "\\\\\\\k\h\\e\l\o\w\r\l\d"
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
/PHP-7.3/ext/filter/tests/
H A D043.phpt125 string(1) "o"
/PHP-7.3/ext/pdo/tests/
H A Dpdo_016a.phpt2 PDO Common: PDO::FETCH_BOUND w/o :
/PHP-7.3/ext/fileinfo/libmagic/
H A Dmagic.c321 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()

Completed in 46 milliseconds

1...<<11121314151617181920