Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 88) sorted by relevance

1234

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.h114 #define php_unicode_is_digit(cc) php_unicode_is_prop(cc, UC_ND, 0) argument
118 #define php_unicode_is_blank(cc) php_unicode_is_prop(cc, UC_ZS, 0) argument
128 #define php_unicode_is_upper(cc) php_unicode_is_prop(cc, UC_LU, 0) argument
145 #define php_unicode_is_hex(cc) php_unicode_is_prop(cc, 0, UC_HD) argument
154 #define php_unicode_is_rtl(cc) php_unicode_is_prop(cc, UC_R, 0) argument
155 #define php_unicode_is_ltr(cc) php_unicode_is_prop(cc, UC_L, 0) argument
168 #define php_unicode_is_dash(cc) php_unicode_is_prop(cc, UC_PD, 0) argument
169 #define php_unicode_is_math(cc) php_unicode_is_prop(cc, UC_SM, 0) argument
190 #define php_unicode_is_han(cc) (((cc) >= 0x4e00 && (cc) <= 0x9fff) ||\ argument
191 ((cc) >= 0xf900 && (cc) <= 0xfaff))
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c118 cs = cc + GET(cc, 1); in find_minlength()
141 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
177 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
199 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
208 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
209 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
234 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_minlength()
242 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
255 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_minlength()
318 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
[all …]
H A Dpcre_jit_compile.c567 do cc += GET(cc, 1); while (*cc == OP_ALT); in bracketend()
579 cc += GET(cc, 1); in no_alternatives()
3570 cc += GET(cc, 1); in scan_prefix()
7298 cc += GET(cc, 1); in compile_assert_matchingpath()
7484 cc += GET(cc, 1); in compile_assert_matchingpath()
7862 cc += GET(cc, 1); in compile_bracket_matchingpath()
8335 cc += GET(cc, 1); in compile_bracket_matchingpath()
8504 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
9914 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
10721 cc += GET(cc, 1); in compile_recurse()
[all …]
H A Dpcre_compile.c1075 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1325 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1364 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1770 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1821 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1831 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1858 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1870 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_fixedlength()
1884 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_fixedlength()
1915 cc++; in find_fixedlength()
[all …]
/PHP-7.2/ext/hash/
H A Dhash_ripemd.c220 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
227 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
234 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
241 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
311 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
319 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
327 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
329 tmp = c; c = cc; cc = tmp; in RIPEMD256Transform()
335 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
409 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
[all …]
/PHP-7.2/main/
H A Dsnprintf.c1234 int cc; in strx_printv() local
1264 int cc; in ap_php_slprintf() local
1274 return cc; in ap_php_slprintf()
1280 int cc; in ap_php_vslprintf() local
1287 return cc; in ap_php_vslprintf()
1293 int cc; in ap_php_snprintf() local
1305 int cc; in ap_php_vsnprintf() local
1315 int cc; in ap_php_vasprintf() local
1332 return cc; in ap_php_vasprintf()
1338 int cc; in ap_php_asprintf() local
[all …]
/PHP-7.2/ext/pcre/tests/
H A Dungreedy.phpt6 var_dump(preg_match('/<.*>/', '<aa> <bb> <cc>', $m));
9 var_dump(preg_match('/<.*>/U', '<aa> <bb> <cc>', $m));
12 var_dump(preg_match('/(?U)<.*>/', '<aa> <bb> <cc>', $m));
20 string(14) "<aa> <bb> <cc>"
/PHP-7.2/ext/filter/tests/
H A D033.phpt17 …om http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 aa:bb:cc:dd:ee:ff
21 … aa:bb:cc:dd:ee:ff
22 …om http://a.b.c 1.2.3.4 123 123abc() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
23 …om http://a.b.c 1.2.3.4 123 123abc() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
25 …om http://a.b.c 1.2.3.4 123 123abc&#60;&#62;() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
26 …om http://a.b.c 1.2.3.4 123 123abc&lt;&gt;() O&#039;Henry 하퍼 aa:bb:cc:dd:ee:ff
27 …om http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 aa:bb:cc:dd:ee:ff
29 … http://a.b.c 1.2.3.4 123 123abc<>() O'Henry aa:bb:cc:dd:ee:ff
32 …om http://a.b.c 1.2.3.4 123 123abc<>() O\'Henry 하퍼 aa:bb:cc:dd:ee:ff
H A D040.phpt20 var_dump(filter_has_var(INPUT_GET, "cc"));
21 var_dump(filter_has_var(-1, "cc"));
22 var_dump(filter_has_var(0, "cc"));
23 var_dump(filter_has_var("", "cc"));
/PHP-7.2/Zend/tests/
H A Dclosure_024.phpt9 $cc = clone $c;
12 echo $cc(10)."\n";
17 echo $cc(10)."\n";
H A Dget_class_methods_003.phpt9 static function cc();
26 static function cc() { }
47 string(2) "cc"
55 string(2) "cc"
H A Dget_class_vars_007.phpt9 static protected $c, $cc;
38 ["cc"]=>
H A Dget_class_vars_003.phpt15 static protected $cc = 6;
47 ["cc"]=>
H A Dget_class_vars_002.phpt15 static protected $cc = 6;
40 ["cc"]=>
/PHP-7.2/ext/standard/tests/array/
H A Dbug36975.phpt5 $a = array('aa', 'aa', 'bb', 'bb', 'cc', 'cc');
39 string(2) "cc"
41 string(2) "cc"
/PHP-7.2/ext/reflection/tests/
H A Dbug43926.phpt23 $cc = $rc->newInstance();
32 print("Is? A ". ($ra->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof A) ? …
33 print("Is? C ". ($rc->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof C) ? …
34 print("Is? D ". ($rd->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof D) ? …
35 print("Is? E ". ($re->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof E) ? …
/PHP-7.2/ext/mysqli/tests/
H A Dbug73949.phpt13 class cc{
20 while($db= mysqli_fetch_object($res,'cc',$t)){}
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1130 cc->flags = 0; in initialize_cclass()
1943 bsr2 = cc->bs; in and_cclass()
1944 buf2 = cc->mbuf; in and_cclass()
2001 bsr2 = cc->bs; in or_cclass()
2002 buf2 = cc->mbuf; in or_cclass()
4041 CClassNode* cc; in parse_char_property() local
4487 cc = prev_cc; in parse_char_class()
4901 CClassNode* cc; member
4917 cc = iarg->cc; in i_apply_case_fold()
4918 bs = cc->bs; in i_apply_case_fold()
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_out.c135 int cc = 0; in format_converter() local
814 return (cc); in format_converter()
819 int cc; in strx_printv() local
842 *ccp = cc; in strx_printv()
847 int cc; in phpdbg_xml_vsnprintf() local
850 return (cc); in phpdbg_xml_vsnprintf()
855 int cc; in phpdbg_xml_vasprintf() local
863 if (cc >= 0) { in phpdbg_xml_vasprintf()
864 *buf = emalloc(++cc); in phpdbg_xml_vasprintf()
865 if ((cc = phpdbg_xml_vsnprintf(*buf, cc, format, escape_xml, ap)) < 0) { in phpdbg_xml_vasprintf()
[all …]
/PHP-7.2/ext/standard/
H A Dflock_compat.c183 register char cc = *cp; in inet_aton() local
185 switch (cc) { in inet_aton()
196 acc = acc * 10 + (cc - '0'); in inet_aton()
/PHP-7.2/ext/imap/tests/
H A Dbug45705_2.phpt16 'cc' => 'John Doe <john@example.com>',
35 ["cc"]=>
49 ["cc"]=>
H A Dbug31142_1.phpt14 $envelope["cc"] = "bar@example.com";
40 cc: bar@example.com
H A Dbug40854.phpt13 $envelope["cc"] = "bar@example.com";
38 cc: bar@example.com
/PHP-7.2/tests/classes/
H A Dconstants_basic_003.phpt11 const cc = C::MY_CONST;
22 var_dump(B::cc);
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_connection_class.phpt17 ini_set('oci8.connection_class',"New cc");
29 The New oci8.connection_class is New cc

Completed in 115 milliseconds

1234