Home
last modified time | relevance | path

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

1234

/PHP-7.0/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.0/ext/pcre/pcrelib/
H A Dpcre_study.c116 cs = cc + GET(cc, 1); in find_minlength()
139 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
175 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
197 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
206 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
207 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
232 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_minlength()
240 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
253 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_minlength()
316 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
[all …]
H A Dpcre_jit_compile.c547 do cc += GET(cc, 1); while (*cc == OP_ALT); in bracketend()
559 cc += GET(cc, 1); in no_alternatives()
3334 cc += GET(cc, 1); in scan_prefix()
6502 cc += GET(cc, 1); in compile_assert_matchingpath()
6668 cc += GET(cc, 1); in compile_assert_matchingpath()
7040 cc += GET(cc, 1); in compile_bracket_matchingpath()
7513 cc += GET(cc, 1); in compile_bracket_matchingpath()
7678 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
8905 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
9710 cc += GET(cc, 1); in compile_recurse()
[all …]
H A Dpcre_compile.c1072 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1322 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1361 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1767 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1818 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1828 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1855 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1867 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_fixedlength()
1881 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in find_fixedlength()
1912 cc++; in find_fixedlength()
[all …]
/PHP-7.0/ext/hash/
H A Dhash_ripemd.c216 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
223 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
230 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
237 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
307 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
315 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
323 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
325 tmp = c; c = cc; cc = tmp; in RIPEMD256Transform()
331 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
405 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
[all …]
/PHP-7.0/main/
H A Dsnprintf.c1230 int cc; in strx_printv() local
1260 int cc; in ap_php_slprintf() local
1270 return cc; in ap_php_slprintf()
1276 int cc; in ap_php_vslprintf() local
1283 return cc; in ap_php_vslprintf()
1289 int cc; in ap_php_snprintf() local
1301 int cc; in ap_php_vsnprintf() local
1311 int cc; in ap_php_vasprintf() local
1328 return cc; in ap_php_vasprintf()
1334 int cc; in ap_php_asprintf() local
[all …]
/PHP-7.0/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.0/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.0/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.0/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.0/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.0/ext/mbstring/oniguruma/
H A Dregparse.c1131 cc->flags = 0; in initialize_cclass()
1151 CClassNode* cc; in node_new_cclass_by_codepoint_range() local
1992 bsr2 = cc->bs; in and_cclass()
2050 bsr2 = cc->bs; in or_cclass()
4024 CClassNode* cc; in parse_char_property() local
4436 prev_cc = cc; in parse_char_class()
4907 if (IS_NOT_NULL(cc->mbuf)) xfree(cc->mbuf); in i_free_shared_class()
4973 cc = iarg->cc; in i_apply_case_fold()
4974 bs = cc->bs; in i_apply_case_fold()
4991 if (IS_NCCLASS_NOT(cc)) clear_not_flag_cclass(cc, env->enc); in i_apply_case_fold()
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dbug73949.phpt13 class cc{
20 while($db= mysqli_fetch_object($res,'cc',$t)){}
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c72 cc++; \
135 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()
865 if ((cc = phpdbg_xml_vsnprintf(*buf, cc, format, escape_xml, ap)) < 0) { in phpdbg_xml_vasprintf()
[all …]
/PHP-7.0/ext/standard/
H A Dflock_compat.c187 register char cc = *cp; in inet_aton() local
189 switch (cc) { in inet_aton()
200 acc = acc * 10 + (cc - '0'); in inet_aton()
/PHP-7.0/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.0/tests/classes/
H A Dconstants_basic_003.phpt11 const cc = C::MY_CONST;
22 var_dump(B::cc);
/PHP-7.0/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 111 milliseconds

1234