Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt38 $oc = new stdClass;
39 $oc->a[${f()}] = g();
40 var_dump($oc);
/PHP-5.5/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-5.5/sapi/cli/
H A Dphp_cli.c559 zend_constant ic, oc, ec; in cli_register_file_handles() local
598 oc.value = *zout; in cli_register_file_handles()
599 oc.flags = CONST_CS; in cli_register_file_handles()
600 oc.name = zend_strndup(ZEND_STRL("STDOUT")); in cli_register_file_handles()
601 oc.name_len = sizeof("STDOUT"); in cli_register_file_handles()
602 oc.module_number = 0; in cli_register_file_handles()
603 zend_register_constant(&oc TSRMLS_CC); in cli_register_file_handles()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4219 pcre_uint32 oc, od; in add_to_class() local
4239 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class()
6598 open_capitem *oc; in compile_branch() local
6605 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7285 open_capitem *oc; in compile_branch() local
7288 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7362 open_capitem *oc; in compile_branch() local
7371 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
7993 open_capitem *oc; in compile_branch() local
8012 for (oc = cd->open_caps; oc != NULL; oc = oc->next) in compile_branch()
[all …]
H A Dpcre_jit_compile.c464 } oc; member
2430 oc = c; in char_get_othercase_bit()
2446 bit = c ^ oc; in char_get_othercase_bit()
3514 oc = othercase; in scan_prefix()
3556 oc++; in scan_prefix()
3836 oc = first_char; in fast_forward_first_char()
4067 oc = req_char; in search_requested_char()
5701 read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, FALSE); in compile_char1_matchingpath()
5702 bit = c ^ oc; in compile_char1_matchingpath()
5760 read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, TRUE); in compile_char1_matchingpath()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1876 int oc; /* old pixel value */ in gdImageFill() local
1900 oc = gdImageGetPixel(im, x, y); in gdImageFill()
1901 if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) { in gdImageFill()
1914 if (c != oc) { in gdImageFill()
1934 for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { in gdImageFill()
1948 for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) { in gdImageFill()
1956 skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); in gdImageFill()
1971 int oc; /* old pixel value */ in _gdImageFillTiled() local
1994 oc = gdImageGetPixel(im, x, y); in _gdImageFillTiled()
2002 for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { in _gdImageFillTiled()
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c74437 int oc;
74453 oc = pOp->opcode;
74505 if( (oc & 0x0001)==(OP_SeekGT & 0x0001) ) oc--;
74514 if( (oc & 0x0001)==(OP_SeekLT & 0x0001) ) oc++;
74537 assert( oc!=OP_SeekGT || r.default_rc==-1 );
74538 assert( oc!=OP_SeekLE || r.default_rc==-1 );
74539 assert( oc!=OP_SeekGE || r.default_rc==+1 );
74557 if( oc>=OP_SeekGE ){ assert( oc==OP_SeekGE || oc==OP_SeekGT );
74558 if( res<0 || (res==0 && oc==OP_SeekGT) ){
74566 assert( oc==OP_SeekLT || oc==OP_SeekLE );
[all …]

Completed in 530 milliseconds