Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 10 of 10) sorted by last modified time

/PHP-7.3/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()
1997 skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); in gdImageFill()
2012 int oc; /* old pixel value */ in _gdImageFillTiled() local
2035 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2043 for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { in _gdImageFillTiled()
[all …]
/PHP-7.3/sapi/cli/
H A Dphp_cli.c562 zend_constant ic, oc, ec; in cli_register_file_handles() local
584 php_stream_to_zval(s_out, &oc.value); in cli_register_file_handles()
591 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in cli_register_file_handles()
592 oc.name = zend_string_init_interned("STDOUT", sizeof("STDOUT")-1, 0); in cli_register_file_handles()
593 zend_register_constant(&oc); in cli_register_file_handles()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c992 zend_constant ic, oc, ec; in phpdbg_register_file_handles() local
1021 oc.value = zout; in phpdbg_register_file_handles()
1022 ZEND_CONSTANT_SET_FLAGS(&oc, CONST_CS, 0); in phpdbg_register_file_handles()
1023 oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0); in phpdbg_register_file_handles()
1024 zend_hash_del(EG(zend_constants), oc.name); in phpdbg_register_file_handles()
1025 zend_register_constant(&oc); in phpdbg_register_file_handles()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c87505 int oc; /* Opcode */
87522 oc = pOp->opcode;
87564 if( (oc & 0x0001)==(OP_SeekGT & 0x0001) ) oc--;
87573 if( (oc & 0x0001)==(OP_SeekLT & 0x0001) ) oc++;
87610 assert( oc!=OP_SeekGT || r.default_rc==-1 );
87611 assert( oc!=OP_SeekLE || r.default_rc==-1 );
87612 assert( oc!=OP_SeekGE || r.default_rc==+1 );
87634 if( oc>=OP_SeekGE ){ assert( oc==OP_SeekGE || oc==OP_SeekGT );
87635 if( res<0 || (res==0 && oc==OP_SeekGT) ){
87650 assert( oc==OP_SeekLT || oc==OP_SeekLE );
[all …]
/PHP-7.3/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.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c520 } oc; member
3032 bit = c ^ oc; in char_get_othercase_bit()
4257 oc++; in scan_prefix()
5293 PCRE2_UCHAR oc; in fast_forward_first_char() local
5295 oc = first_char; in fast_forward_first_char()
5478 sljit_u32 oc, bit; in search_requested_char() local
5495 oc = req_char; in search_requested_char()
7574 read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, FALSE); in compile_char1_matchingpath()
7575 bit = c ^ oc; in compile_char1_matchingpath()
7635 read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, TRUE); in compile_char1_matchingpath()
[all …]
H A Dpcre2_compile.c4541 uint32_t oc, od; in add_to_class_internal() local
4561 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class_internal()
5011 open_capitem *oc; in compile_branch() local
5708 for (oc = cb->open_caps; in compile_branch()
5709 oc != NULL && oc->assert_depth >= cb->assert_depth; in compile_branch()
5710 oc = oc->next) in compile_branch()
6259 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()
6263 oc->flag = TRUE; in compile_branch()
7253 for (oc = cb->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7255 if (oc->number == meta_arg) in compile_branch()
[all …]
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt38 $oc = new stdClass;
39 $oc->a[${f()}] = g();
40 var_dump($oc);
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_split_variation5.phpt113 string(9) "oc string"
163 string(10) "oc"
H A Dchunk_split_variation4.phpt104 oc s
159 oc"

Completed in 499 milliseconds