/PHP-8.3/ext/mbstring/ |
H A D | php_unicode.h | 115 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND) argument 117 #define php_unicode_is_cntrl(cc) php_unicode_is_prop1(cc, UC_C) argument 119 #define php_unicode_is_punct(cc) php_unicode_is_prop1(cc, UC_P) argument 120 #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, \ argument 124 #define php_unicode_is_print(cc) php_unicode_is_prop(cc, \ argument 137 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R) argument 138 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L) argument 150 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM) argument 164 #define php_unicode_is_han(cc) (((cc) >= 0x4e00 && (cc) <= 0x9fff) ||\ argument 165 ((cc) >= 0xf900 && (cc) <= 0xfaff)) [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 273 PCRE2_SPTR cc; in pcre2_callout_enumerate() local 300 switch (*cc) in pcre2_callout_enumerate() 361 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 363 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]); in pcre2_callout_enumerate() 380 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate() 388 cc += GET(cc, 1); in pcre2_callout_enumerate() 397 cc += PRIV(OP_lengths)[*cc] + cc[1]; in pcre2_callout_enumerate() 409 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 422 cc += GET(cc, 1 + 2*LINK_SIZE); in pcre2_callout_enumerate() [all …]
|
H A D | pcre2_study.c | 158 cs = cc + GET(cc, 1); in find_minlength() 190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 239 nextbranch = cc + GET(cc, 1); in find_minlength() 253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 276 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 289 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 323 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength() 399 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength() [all …]
|
H A D | pcre2_jit_compile.c | 840 do cc += GET(cc, 1); while (*cc == OP_ALT); in bracketend() 852 cc += GET(cc, 1); in no_alternatives() 5546 cc += GET(cc, 1); in scan_prefix() 9901 cc += GET(cc, 1); in compile_assert_matchingpath() 10088 cc += GET(cc, 1); in compile_assert_matchingpath() 10497 cc += GET(cc, 1); in compile_bracket_matchingpath() 10893 cc += GET(cc, 1); in compile_bracket_matchingpath() 11162 cc += GET(cc, 1); in compile_bracketpos_matchingpath() 12703 cc += GET(cc, 1); in compile_bracket_backtrackingpath() 13534 cc += GET(cc, 1); in compile_recurse() [all …]
|
/PHP-8.3/ext/hash/ |
H A D | hash_ripemd.c | 232 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform() 239 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform() 246 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform() 253 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform() 324 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform() 332 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform() 340 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform() 342 tmp = c; c = cc; cc = tmp; in RIPEMD256Transform() 348 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform() 423 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform() [all …]
|
/PHP-8.3/main/ |
H A D | snprintf.c | 1066 return (cc); in format_converter() 1076 size_t cc; in strx_printv() local 1098 return cc; in strx_printv() 1104 size_t cc; in ap_php_slprintf() local 1111 cc = len -1; in ap_php_slprintf() 1122 cc = len -1; in ap_php_vslprintf() 1131 size_t cc; in ap_php_snprintf() local 1151 int cc; in ap_php_vasprintf() local 1168 return cc; in ap_php_vasprintf() 1174 int cc; in ap_php_asprintf() local [all …]
|
/PHP-8.3/ext/pcre/tests/ |
H A D | ungreedy.phpt | 6 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-8.3/ext/filter/tests/ |
H A D | 033.phpt | 17 …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'Henry 하퍼 aa:bb:cc:dd:ee:ff 23 …om http://a.b.c 1.2.3.4 123 123abc() O'Henry 하퍼 aa:bb:cc:dd:ee:ff 25 …om http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 aa:bb:cc:dd:ee:ff 26 …om http://a.b.c 1.2.3.4 123 123abc<>() O'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 D | 040.phpt | 18 var_dump(filter_has_var(INPUT_GET, "cc")); 20 filter_has_var(-1, "cc"); 25 var_dump(filter_has_var(0, "cc"));
|
/PHP-8.3/Zend/tests/ |
H A D | closure_024.phpt | 9 $cc = clone $c; 12 echo $cc(10)."\n"; 17 echo $cc(10)."\n";
|
H A D | get_class_methods_003.phpt | 9 static function cc(); 26 static function cc() { } 47 string(2) "cc" 55 string(2) "cc"
|
H A D | get_class_vars_007.phpt | 9 static protected $c, $cc; 38 ["cc"]=>
|
H A D | get_class_vars_003.phpt | 15 static protected $cc = 6; 47 ["cc"]=>
|
H A D | get_class_vars_002.phpt | 15 static protected $cc = 6; 40 ["cc"]=>
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug36975.phpt | 5 $a = array('aa', 'aa', 'bb', 'bb', 'cc', 'cc'); 39 string(2) "cc" 41 string(2) "cc"
|
/PHP-8.3/ext/reflection/tests/ |
H A D | bug43926.phpt | 23 $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-8.3/ext/imap/tests/ |
H A D | bug45705_2.phpt | 12 'cc' => 'John Doe <john@example.com>', 17 imap_mail_compose($envelope, [1 => ['cc' => 'Steve Doe <steve@example.com>',]]); 31 ["cc"]=> 45 ["cc"]=>
|
H A D | bug40854.phpt | 9 $envelope["cc"] = "bar@example.com"; 34 cc: bar@example.com
|
H A D | bug31142_1.phpt | 10 $envelope["cc"] = "bar@example.com"; 36 cc: bar@example.com
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | bug73949.phpt | 13 class cc{ 20 while($db= mysqli_fetch_object($res,'cc',$t)){}
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | pack_arrays.phpt | 17 [cc] => 134810123 23 [cc] => 134810123
|
/PHP-8.3/ext/standard/ |
H A D | flock_compat.c | 168 char cc = *cp; in inet_aton() local 170 switch (cc) { in inet_aton() 181 acc = acc * 10 + (cc - '0'); in inet_aton()
|
/PHP-8.3/tests/classes/ |
H A D | constants_basic_003.phpt | 11 const cc = C::MY_CONST; 22 var_dump(B::cc);
|
/PHP-8.3/ext/oci8/tests/ |
H A D | drcp_connection_class.phpt | 18 ini_set('oci8.connection_class',"New cc"); 30 The New oci8.connection_class is New cc
|
/PHP-8.3/Zend/Optimizer/ |
H A D | pass1.c | 171 zend_class_constant *cc = zend_hash_find_ptr( in zend_optimizer_pass1() local 173 …if (cc && !(ZEND_CLASS_CONST_FLAGS(cc) & ZEND_ACC_DEPRECATED) && (ZEND_CLASS_CONST_FLAGS(cc) & ZEN… in zend_optimizer_pass1() 174 zval *c = &cc->value; in zend_optimizer_pass1()
|