Home
last modified time | relevance | path

Searched refs:cc (Results 26 – 50 of 84) sorted by relevance

1234

/PHP-8.3/Zend/tests/
H A Dget_class_vars_001.phpt15 static protected $cc = 6;
/PHP-8.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt80 // expect cc and dd to be 10 and 30
81 list($cc,,$dd) = array(10,20,30,40);
82 echo "CC=$cc DD=$dd\n";
/PHP-8.3/ext/standard/tests/array/
H A Dbug20381.phpt16 'c' => 'cc',
/PHP-8.3/ext/standard/tests/streams/
H A Dbug60817.phpt37 string(2) "cc"
/PHP-8.3/ext/standard/
H A Diptc.c91 char cc; in php_iptc_get1() local
98 cc = c; in php_iptc_get1()
99 PUTC(cc); in php_iptc_get1()
H A Dpack.c1001 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
1003 if (cc < 10) { in PHP_FUNCTION()
1004 cc += '0'; in PHP_FUNCTION()
1006 cc += 'a' - 10; in PHP_FUNCTION()
1009 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c437 uint32_t cc, cp; in match_ref() local
441 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
1037 if (cc != fc && cc != UCD_OTHERCASE(fc)) RRETURN(MATCH_NOMATCH); in match()
1360 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1379 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1397 if (Lc != cc && Loc != cc) break; in match()
3100 if (cc >= 128 || (mb->ctypes[cc] & ctype_digit) == 0) in match()
3117 if (cc < 128 && (mb->ctypes[cc] & ctype_space) != 0) in match()
3134 if (cc >= 128 || (mb->ctypes[cc] & ctype_space) == 0) in match()
3151 if (cc < 128 && (mb->ctypes[cc] & ctype_word) != 0) in match()
[all …]
H A Dpcre2_compile.c979 uint32_t cc; in show_parsed() local
983 else for (cc = ESCAPES_FIRST; cc <= ESCAPES_LAST; cc++) in show_parsed()
987 if (cc > ESCAPES_LAST) cc = CHAR_QUESTION_MARK; in show_parsed()
1172 if (cc > 32 && cc < 128) fprintf(stderr, "%c", cc); in show_parsed()
1510 uint32_t c, cc; in PRIV() local
1647 cc = 0; in PRIV()
1657 cc = (cc << 4) | xc; in PRIV()
1675 cc = (cc << 4) | xc; in PRIV()
1677 cc = (cc << 4) | xc; in PRIV()
1861 cc = *ptr++; in PRIV()
[all …]
/PHP-8.3/TSRM/
H A Dthreads.m496 dnl -Kthread UDK cc (UnixWare)
97 dnl -mt WorkShop cc (Solaris)
101 dnl -qthreaded AIX cc V5
/PHP-8.3/ext/filter/tests/
H A D033_run.inc18 "aa:bb:cc:dd:ee:ff",
H A D056.phpt16 'ab..cc.dd',
/PHP-8.3/ext/openssl/tests/
H A Dbug79881.phpt28 cc+wLMic6UZ1QrXcvo9efj6/bjLHTee39u4SlIcuL20x97993HZyqP5ZSi+QkKfr
/PHP-8.3/ext/hash/
H A Dhash_tiger.c36 cc = c;
81 c += cc;
118 uint64_t aa, bb, cc; \
/PHP-8.3/ext/phar/tests/
H A Dcached_manifest_1.phpt28 string(%d) "phar://%snophar.phar/b%cc.php"
H A Dphar_oo_002.phpt117 string(43) "phar://*/files/phar_oo_002.phar.php/b%cc.php"
/PHP-8.3/ext/imap/tests/
H A Dbug80710_1.phpt9 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
H A Dbug80710_2.phpt9 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_decrement_errors.phpt10 "-cc",
H A Dstr_increment_errors.phpt10 "-cc",
H A Dstrtolower.phpt258 cc => cc
H A Dstrtoupper1.phpt261 cc => cc
/PHP-8.3/scripts/
H A Dphpize.m435 AC_PROG_CC([cc gcc])
172 AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2275 sljit_ins cc; in sljit_emit_jump() local
2288 cc = get_cc(compiler, type); in sljit_emit_jump()
2289 jump->flags |= cc << 8; in sljit_emit_jump()
2666 sljit_ins cc; in sljit_emit_op_flags() local
2673 cc = get_cc(compiler, type); in sljit_emit_op_flags()
2677 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2695 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2700 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags()
2718 sljit_uw cc, tmp; in sljit_emit_cmov() local
2723 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
[all …]
/PHP-8.3/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt22 "-cc",
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c3966 cc->nh++;
3976 cc->v.k=VVOID;
3978 luaK_setlist(fs,cc->t->u.s.info,cc->na,cc->tostore);
3979 cc->tostore=0;
3986 luaK_setlist(fs,cc->t->u.s.info,cc->na,(-1));
3987 cc->na--;
3992 luaK_setlist(fs,cc->t->u.s.info,cc->na,cc->tostore);
3998 cc->na++;
3999 cc->tostore++;
4006 cc.na=cc.nh=cc.tostore=0;
[all …]

Completed in 87 milliseconds

1234