Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A Dproperty_exists.phpt20 static function test($oc, $props)
24 echo $oc, '::$' , $p2, "\n";
25 var_dump(property_exists($oc, $p2));
34 static function test($oc, $props)
38 echo $oc, '::$' , $p2, "\n";
39 var_dump(property_exists($oc, $p2));
48 static function test($oc, $props)
52 echo $oc, '::$' , $p2, "\n";
53 var_dump(property_exists($oc, $p2));
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt38 $oc = new stdClass;
39 $oc->a[${f()}] = g();
40 var_dump($oc);
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt104 oc s
159 oc"
H A Dstr_split_variation5.phpt113 string(9) "oc string"
163 string(10) "oc"
/PHP-7.4/sapi/cli/
H A Dphp_cli.c549 zend_constant ic, oc, ec; in cli_register_file_handles() local
571 php_stream_to_zval(s_out, &oc.value); in cli_register_file_handles()
578 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in cli_register_file_handles()
579 oc.name = zend_string_init_interned("STDOUT", sizeof("STDOUT")-1, 0); in cli_register_file_handles()
580 zend_register_constant(&oc); in cli_register_file_handles()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1917 int oc; /* old pixel value */ in gdImageFill() local
1941 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1942 if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) { in gdImageFill()
1955 if (c != oc) { in gdImageFill()
1975 for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { in gdImageFill()
1989 for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) { in gdImageFill()
1998 for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); in gdImageFill()
2013 int oc; /* old pixel value */ in _gdImageFillTiled() local
2036 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2060 for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) { in _gdImageFillTiled()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c534 } oc; member
3513 bit = c ^ oc; in char_get_othercase_bit()
5738 oc = othercase; in scan_prefix()
5754 oc++; in scan_prefix()
6148 PCRE2_UCHAR oc; in fast_forward_first_char() local
6150 oc = first_char; in fast_forward_first_char()
6348 sljit_u32 oc, bit; in search_requested_char() local
6361 oc = req_char; in search_requested_char()
8678 read_char(common, c < oc ? c : oc, c > oc ? c : oc, NULL, 0); in compile_char1_matchingpath()
8744 read_char(common, c < oc ? c : oc, c > oc ? c : oc, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
[all …]
H A Dpcre2_compile.c4910 uint32_t oc, od; in add_to_class_internal() local
4915 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class_internal()
4920 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
4924 else if (oc >= cb->class_range_start && od <= cb->class_range_end) continue; in add_to_class_internal()
4930 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class_internal()
4931 else if (od > end && oc <= end + 1) in add_to_class_internal()
5383 open_capitem *oc; in compile_branch() local
6124 for (oc = cb->open_caps; in compile_branch()
6125 oc != NULL && oc->assert_depth >= cb->assert_depth; in compile_branch()
6126 oc = oc->next) in compile_branch()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c995 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
1024 oc.value = zout; in phpdbg_register_file_handles()
1025 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in phpdbg_register_file_handles()
1026 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
1027 zend_hash_del(EG(zend_constants), oc.name); in phpdbg_register_file_handles()
1028 zend_register_constant(&oc); in phpdbg_register_file_handles()

Completed in 91 milliseconds