Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 25 of 199) sorted by path

12345678

/PHP-5.5/Zend/tests/
H A Dbug30702.phpt12 public $c1=bar::C1;
27 ["c1"]=>
H A Dbug55825.phpt12 $c1 = new C;
13 $c1->inc();
14 $c1->inc();
H A Dbug69017.phpt6 class c1
17 c1::$a1[] = 1;
18 c1::$a2[] = 1;
19 c1::$a3[] = 1;
21 var_dump(c1::$a1);
22 var_dump(c1::$a2);
23 var_dump(c1::$a3);
/PHP-5.5/Zend/
H A Dzend_operators.c2042 int c1, c2; in zend_binary_strcasecmp() local
2052 if (c1 != c2) { in zend_binary_strcasecmp()
2053 return c1 - c2; in zend_binary_strcasecmp()
2064 int c1, c2; in zend_binary_strncasecmp() local
2073 if (c1 != c2) { in zend_binary_strncasecmp()
2074 return c1 - c2; in zend_binary_strncasecmp()
2085 int c1, c2; in zend_binary_strcasecmp_l() local
2095 if (c1 != c2) { in zend_binary_strcasecmp_l()
2096 return c1 - c2; in zend_binary_strcasecmp_l()
2107 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]
/PHP-5.5/
H A Dconfig.guess738 echo c1-convex-bsd
/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_basic.phpt16 $c1 = 'abcXYZ';
19 var_dump(ctype_alnum($c1));
H A Dctype_alpha_basic.phpt16 $c1 = 'abcXYZ';
19 var_dump(ctype_alpha($c1));
H A Dctype_cntrl_basic.phpt16 $c1 = "\r\n\t";
19 var_dump(ctype_cntrl($c1));
H A Dctype_digit_basic.phpt16 $c1 = '1234';
19 var_dump(ctype_digit($c1));
H A Dctype_graph_basic.phpt16 $c1 = 'helloWorld!';
19 var_dump(ctype_graph($c1));
H A Dctype_lower_basic.phpt16 $c1 = 'helloworld';
19 var_dump(ctype_lower($c1));
H A Dctype_print_basic.phpt16 $c1 = "Hello, World!";
19 var_dump(ctype_print($c1));
H A Dctype_punct_basic.phpt17 $c1 = '@!$*';
20 var_dump(ctype_punct($c1));
H A Dctype_space_basic.phpt16 $c1 = " \t\r\n";
17 var_dump(ctype_space($c1));
H A Dctype_upper_basic.phpt16 $c1 = 'HELLOWORLD';
19 var_dump(ctype_upper($c1));
H A Dctype_xdigit_basic.phpt15 $c1 = 'abcdefABCDEF0123456789';
18 var_dump(ctype_xdigit($c1));
/PHP-5.5/ext/date/lib/
H A Ddow.c45 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
50 c1 = century_value(y / 100); in timelib_day_of_week_ex()
53 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-5.5/ext/dom/tests/
H A Ddom001.phpt203 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
264 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
H A Ddom007.phpt25 <course cid="c1">
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1302 samesets(g, c1, c2) in samesets() argument
1304 int c1;
1310 register unsigned uc1 = (unsigned char)c1;
H A Dregcomp.ih39 static int samesets(register struct re_guts *g, int c1, int c2);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4512 >88 belong&0x000f0000 =0x00000000 c1
4532 >88 belong&0x000f0000 =0x00000000 c1
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c758 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
769 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
770 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
771 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
772 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
774 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
775 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
776 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
777 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()

Completed in 83 milliseconds

12345678