Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt38 $oc = new stdClass;
39 $oc->a[${f()}] = g();
40 var_dump($oc);
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt98 oc s
153 oc"
H A Dstr_split_variation5.phpt105 string(9) "oc string"
155 string(10) "oc"
/PHP-8.1/sapi/cli/
H A Dphp_cli.c535 zend_constant ic, oc, ec; in cli_register_file_handles() local
557 php_stream_to_zval(s_out, &oc.value); in cli_register_file_handles()
564 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in cli_register_file_handles()
565 oc.name = zend_string_init_interned("STDOUT", sizeof("STDOUT")-1, 0); in cli_register_file_handles()
566 zend_register_constant(&oc); in cli_register_file_handles()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c885 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
914 oc.value = zout; in phpdbg_register_file_handles()
915 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in phpdbg_register_file_handles()
916 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
917 zend_hash_del(EG(zend_constants), oc.name); in phpdbg_register_file_handles()
918 zend_register_constant(&oc); in phpdbg_register_file_handles()
/PHP-8.1/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-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c534 } oc; member
3509 bit = c ^ oc; in char_get_othercase_bit()
5742 oc = othercase; in scan_prefix()
5758 oc++; in scan_prefix()
6152 PCRE2_UCHAR oc; in fast_forward_first_char() local
6154 oc = first_char; in fast_forward_first_char()
6423 sljit_u32 oc, bit; in search_requested_char() local
6436 oc = req_char; in search_requested_char()
8755 read_char(common, c < oc ? c : oc, c > oc ? c : oc, NULL, 0); in compile_char1_matchingpath()
8821 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.c4932 uint32_t oc, od; in add_to_class_internal() local
4937 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class_internal()
4942 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
4946 else if (oc >= cb->class_range_start && od <= cb->class_range_end) continue; in add_to_class_internal()
4952 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class_internal()
4953 else if (od > end && oc <= end + 1) in add_to_class_internal()
5405 open_capitem *oc; in compile_branch() local
6146 for (oc = cb->open_caps; in compile_branch()
6147 oc != NULL && oc->assert_depth >= cb->assert_depth; in compile_branch()
6148 oc = oc->next) in compile_branch()
[all …]

Completed in 90 milliseconds