Home
last modified time | relevance | path

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

123

/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt76 // expect cc and dd to be 10 and 30
77 list($cc,,$dd) = array(10,20,30,40);
78 echo "CC=$cc DD=$dd\n";
/PHP-7.4/ext/standard/tests/array/
H A Dbug20381.phpt16 'c' => 'cc',
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60817.phpt35 string(2) "cc"
/PHP-7.4/ext/standard/
H A Diptc.c101 char cc; in php_iptc_get1() local
108 cc = c; in php_iptc_get1()
109 PUTC(cc); in php_iptc_get1()
H A Dpack.c998 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
1000 if (cc < 10) { in PHP_FUNCTION()
1001 cc += '0'; in PHP_FUNCTION()
1003 cc += 'a' - 10; in PHP_FUNCTION()
1006 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
/PHP-7.4/ext/filter/tests/
H A D033_run.inc18 "aa:bb:cc:dd:ee:ff",
H A D056.phpt16 'ab..cc.dd',
/PHP-7.4/ext/openssl/tests/
H A Dbug79881.phpt26 cc+wLMic6UZ1QrXcvo9efj6/bjLHTee39u4SlIcuL20x97993HZyqP5ZSi+QkKfr
/PHP-7.4/TSRM/
H A Dthreads.m496 dnl -Kthread UDK cc (UnixWare)
97 dnl -mt WorkShop cc (Solaris)
101 dnl -qthreaded AIX cc V5
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
1020 if (cc != fc && cc != UCD_OTHERCASE(fc)) RRETURN(MATCH_NOMATCH); in match()
1343 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1362 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1380 if (Lc != cc && Loc != cc) break; in match()
3007 if (cc >= 128 || (mb->ctypes[cc] & ctype_digit) == 0) in match()
3024 if (cc < 128 && (mb->ctypes[cc] & ctype_space) != 0) in match()
3041 if (cc >= 128 || (mb->ctypes[cc] & ctype_space) == 0) in match()
3058 if (cc < 128 && (mb->ctypes[cc] & ctype_word) != 0) in match()
[all …]
H A Dpcre2_compile.c974 uint32_t cc; in show_parsed() local
978 else for (cc = ESCAPES_FIRST; cc <= ESCAPES_LAST; cc++) in show_parsed()
982 if (cc > ESCAPES_LAST) cc = CHAR_QUESTION_MARK; in show_parsed()
1167 if (cc > 32 && cc < 128) fprintf(stderr, "%c", cc); in show_parsed()
1489 uint32_t c, cc; in PRIV() local
1626 cc = 0; in PRIV()
1636 cc = (cc << 4) | xc; in PRIV()
1654 cc = (cc << 4) | xc; in PRIV()
1656 cc = (cc << 4) | xc; in PRIV()
1836 cc = *ptr++; in PRIV()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt267 cc => cc
299 ec => cc
H A Dconvert_cyr_string_basic.phpt148 235: cc
H A Dstrtolower-win32.phpt267 cc => ec
/PHP-7.4/ext/hash/
H A Dhash_tiger.c38 cc = c;
83 c += cc;
120 uint64_t aa, bb, cc; \
/PHP-7.4/ext/phar/tests/
H A Dcached_manifest_1.phpt31 string(%d) "phar://%snophar.phar/b%cc.php"
H A Dphar_oo_002.phpt114 string(43) "phar://*/files/phar_oo_002.phar.php/b%cc.php"
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
H A Dbug80710_2.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1835 sljit_ins cc; in sljit_emit_jump() local
1848 cc = get_cc(type); in sljit_emit_jump()
1849 jump->flags |= cc << 8; in sljit_emit_jump()
2171 sljit_ins cc; in sljit_emit_op_flags() local
2178 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
2182 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2200 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2205 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags()
2223 sljit_uw cc, tmp; in sljit_emit_cmov() local
2230 cc = get_cc(type & 0xff); in sljit_emit_cmov()
[all …]
H A DsljitNativeARM_32.c2511 sljit_uw cc, ins; in sljit_emit_op_flags() local
2518 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
2523 FAIL_IF(push_inst(compiler, ((MOV | RD(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2534 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2537 …FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 0) & ~COND_MASK) | (cc in sljit_emit_op_flags()
2551 sljit_uw cc, tmp; in sljit_emit_cmov() local
2558 cc = get_cc(type & 0xff); in sljit_emit_cmov()
2563 return push_inst(compiler, ((MOV | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
2567 return push_inst(compiler, ((MVN | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
2571 …FAIL_IF(push_inst(compiler, (MOVW & ~COND_MASK) | cc | RD(dst_reg) | ((tmp << 4) & 0xf0000) | (tmp… in sljit_emit_cmov()
[all …]
H A DsljitNativeARM_64.c1805 sljit_ins cc; in sljit_emit_op_flags() local
1811 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
1815 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1840 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1853 sljit_ins cc; in sljit_emit_cmov() local
1866 cc = get_cc(type & 0xff); in sljit_emit_cmov()
1869 return push_inst(compiler, (CSEL ^ inv_bits) | (cc << 12) | RD(dst_reg) | RN(dst_reg) | RM(src)); in sljit_emit_cmov()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c225 zend_class_constant *cc; in zend_optimizer_pass1() local
228 if ((cc = zend_hash_find_ptr(&ce->constants_table, in zend_optimizer_pass1()
230 (Z_ACCESS_FLAGS(cc->value) & ZEND_ACC_PPP_MASK) == ZEND_ACC_PUBLIC) { in zend_optimizer_pass1()
231 c = &cc->value; in zend_optimizer_pass1()
/PHP-7.4/ext/imap/
H A Dphp_imap.c432 ZEND_ARG_INFO(0, cc)
3651 PHP_RFC822_PARSE_ADRLIST(&env->cc, pvalue); in PHP_FUNCTION()
4067 if (cc) { in _php_imap_mail()
4068 bufferLen += strlen(cc) + 6; in _php_imap_mail()
4105 if (cc && *cc) { in _php_imap_mail()
4107 strlcat(bufferHeader, cc, bufferLen + 1); in _php_imap_mail()
4109 tempMailTo = estrdup(cc); in _php_imap_mail()
4110 bt_len = strlen(cc); in _php_imap_mail()
4183 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4210 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.4/scripts/
H A Dphpize.m435 AC_PROG_CC([cc gcc])

Completed in 110 milliseconds

123