Home
last modified time | relevance | path

Searched refs:o (Results 451 – 475 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.3/ext/standard/tests/strings/
H A Dprintf.phpt142 printf( "%o", $octal_num );
H A Dprintf_64bit.phpt142 printf( "%o", $octal_num );
/PHP-7.3/ext/standard/tests/file/
H A Dchmod_basic-win32-mb.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
H A Dchmod_basic-win32.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
H A D006_variation1.phpt44 printf("%o", fileperms($file_name) );
49 printf("%o", fileperms($dir_name) );
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
H A Dtempnam_variation4-0.phpt43 printf("%o\n", $mode);
H A Dtempnam_variation4-1.phpt43 printf("%o\n", $mode);
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md146 * NEW: octal codepoint \o{.....}
H A DHISTORY206 2017/05/19: [new] add \o{17777777777} syntax.
824 ex. /(?x)(?<= # <any-utf-8 multibyte char>o\n~) /
2120 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile.
/PHP-7.3/ext/standard/
H A Dbasic_functions.c4366 int argc = 0, o; local
4479 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
4481 if (o == PHP_GETOPT_INVALID_ARG) {
4486 if (o == 0) {
4489 if (o == 1) {
4490 o = '-';
4492 opt[0] = o;
H A Dvar_unserializer.re907 "o:" uiv ":" ["] {
/PHP-7.3/Zend/
H A Dzend_types.h815 #define ZVAL_OBJ(z, o) do { \ argument
817 Z_OBJ_P(__z) = (o); \
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_property_data.c29568 register int o = wordlist[key].name; in unicode_lookup_property_name() local
29569 if (o >= 0) in unicode_lookup_property_name()
29571 register const char *s = o + unicode_prop_name_pool; in unicode_lookup_property_name()
H A Dregcomp.c1342 reg->options = node->o.options; in compile_length_option_node()
1355 reg->options = node->o.options; in compile_option_node()
2893 reg->options = BAG_(node)->o.options; in get_head_value_node()
5156 reg->options = BAG_(node)->o.options; in tune_tree()
6118 env->options = BAG_(NODE_BODY(node))->o.options; in optimize_nodes()
6182 env->options = en->o.options; in optimize_nodes()
7336 fprintf(f, "option:%d", BAG_(node)->o.options); in print_indent_tree()
H A Dregparse.c2434 BAG_(node)->o.options = 0; in node_new_bag()
2485 BAG_(node)->o.options = option; in node_new_option()
7961 env->options = BAG_(*np)->o.options; in parse_exp()
/PHP-7.3/ext/odbc/
H A Dconfig.m4263 LIST=`empocc -listlines -bcs -o a a.c`
/PHP-7.3/
H A Dconfigure.ac588 dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist
1091 o Builds the foobar extension as shared extension.
1092 o foobar package install prefix is /usr/local/foobar/
H A D.gdbinit529 printf "\\%o", $str[$tmp]
H A DNEWS470 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
1759 . Fixed bug #75851 (Year component overflow with date formats "c", "o", "r"
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md416 ### 31. ONIG_SYN_OP_ESC_O_BRACE_OCTAL (enable `\o{1OOOOOOOOOO}` octal codes)
421 like `\o{1}` for code point 1, and `\o{177776}` for code point 65534.
H A DRE25 \o{17777777777} wide octal char (character code point value)
/PHP-7.3/ext/wddx/tests/
H A Dbug37569.phpt205 <wddxPacket version='1.0'><header/><data><string>o</string></data></wddxPacket>
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic5309 0 name mach-o \b [
5317 >>8 use mach-o \b
5321 >>>8 use mach-o \b
17122 0 name mach-o-cpu
17305 0 name mach-o-be
17307 >4 use mach-o-cpu
17354 >0 use \^mach-o-be
17359 >0 use mach-o-be
20074 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document
27567 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000
[all …]
H A Dmagic私はガラスを食べられます5309 0 name mach-o \b [
5317 >>8 use mach-o \b
5321 >>>8 use mach-o \b
17122 0 name mach-o-cpu
17305 0 name mach-o-be
17307 >4 use mach-o-cpu
17354 >0 use \^mach-o-be
17359 >0 use mach-o-be
20074 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document
27567 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000
[all …]

Completed in 439 milliseconds

1...<<11121314151617181920