Home
last modified time | relevance | path

Searched refs:cc (Results 51 – 75 of 88) sorted by relevance

1234

/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c56 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ argument
57 ((cc) >= 'A' && (cc) <= 'F') ||\
58 ((cc) >= 'a' && (cc) <= 'f'))
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregenc.c500 static const OnigPairAmbigCodes cc[] = { in onigenc_iso_8859_1_get_all_pair_ambig_codes() local
571 *ccs = cc; in onigenc_iso_8859_1_get_all_pair_ambig_codes()
572 return sizeof(cc) / sizeof(OnigPairAmbigCodes); in onigenc_iso_8859_1_get_all_pair_ambig_codes()
H A Dregcomp.c561 if (IS_CCLASS_SHARE(cc)) { in compile_length_cclass_node()
566 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
591 if (IS_CCLASS_SHARE(cc)) { in compile_cclass_node()
593 r = add_pointer(reg, cc); in compile_cclass_node()
597 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
598 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
607 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
615 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
4425 if (IS_NOT_NULL(cc->mbuf) || IS_CCLASS_NOT(cc)) { in optimize_node_left()
4434 if ((z && !IS_CCLASS_NOT(cc)) || (!z && IS_CCLASS_NOT(cc))) { in optimize_node_left()
[all …]
H A DREADME.ja95 cc sample.c -L/usr/local/lib -lonig
H A DREADME94 cc sample.c -L/usr/local/lib -lonig
/PHP-5.3/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt144 235: cc
H A Dstrtolower.phpt279 cc => cc
H A Dstrtoupper1.phpt279 cc => cc
H A Dstrtolower-win32.phpt267 cc => ec
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput6944 \x{01ca}\x{01cb}\x{01cc}
947 \x{01ca}\x{01cb}\x{01cc}
949 /[z\x{01cc}]+/8i
950 \x{01ca}\x{01cb}\x{01cc}
1149 \x{01ca}\x{01cb}\x{01cc}
1152 \x{01ca}\x{01cb}\x{01cc}
1154 /\x{01cc}+/8i
1155 \x{01ca}\x{01cb}\x{01cc}
H A Dtestoutput61628 \x{01ca}\x{01cb}\x{01cc}
1629 0: \x{1ca}\x{1cb}\x{1cc}
1632 \x{01ca}\x{01cb}\x{01cc}
1633 0: \x{1ca}\x{1cb}\x{1cc}
1635 /[z\x{01cc}]+/8i
1636 \x{01ca}\x{01cb}\x{01cc}
1637 0: \x{1ca}\x{1cb}\x{1cc}
1917 0: \x{1ca}\x{1cb}\x{1cc}
1921 0: \x{1ca}\x{1cb}\x{1cc}
1923 /\x{01cc}+/8i
[all …]
H A Dtestinput101154 \x{01ca}\x{01cb}\x{01cc}
1157 \x{01ca}\x{01cb}\x{01cc}
1159 /\x{01cc}+/8i
1160 \x{01ca}\x{01cb}\x{01cc}
H A Dtestoutput102380 \x{01ca}\x{01cb}\x{01cc}
2381 0: \x{1ca}\x{1cb}\x{1cc}
2386 \x{01ca}\x{01cb}\x{01cc}
2387 0: \x{1ca}\x{1cb}\x{1cc}
2391 /\x{01cc}+/8i
2392 \x{01ca}\x{01cb}\x{01cc}
2393 0: \x{1ca}\x{1cb}\x{1cc}
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_002.phpt116 string(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
H A Dphar_oo_002U.phpt116 unicode(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
H A Dphar_setdefaultstub.phpt74 'cc' => 'text/plain',
369 'cc' => 'text/plain',
664 'cc' => 'text/plain',
H A Dphar_createdefaultstub.phpt54 'cc' => 'text/plain',
348 'cc' => 'text/plain',
650 'cc' => 'text/plain',
/PHP-5.3/ext/imap/
H A Dphp_imap.c433 ZEND_ARG_INFO(0, cc)
3538 PHP_RFC822_PARSE_ADRLIST(&env->cc, pvalue); in PHP_FUNCTION()
3915 if (cc) { in _php_imap_mail()
3916 bufferLen += strlen(cc) + 6; in _php_imap_mail()
3953 if (cc && *cc) { in _php_imap_mail()
3955 strlcat(bufferHeader, cc, bufferLen + 1); in _php_imap_mail()
3957 tempMailTo = estrdup(cc); in _php_imap_mail()
3958 bt_len = strlen(cc); in _php_imap_mail()
4031 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4494 if (en->cc) { in _php_make_header_object()
[all …]
/PHP-5.3/scripts/
H A Dphpize.m426 AC_PROG_CC([cc gcc])
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME584 Solaris 9 sparcv9: ./configure --disable-cpp CC=/bin/cc CFLAGS="-m64 -g"
585 Solaris 9 x86: ./configure --disable-cpp CC=/bin/cc CFLAGS="-g"
834 pcrecpp.cc )
835 pcre_scanner.cc ) source for the C++ wrapper library
839 pcre_stringpiece.cc source for the C++ stringpiece functions
897 pcrecpp_unittest.cc )
898 pcre_scanner_unittest.cc ) test programs for the C++ wrapper
899 pcre_stringpiece_unittest.cc )
/PHP-5.3/ext/phar/tests/files/
H A Dinclude_path2.phar18 'cc' => 'text/plain',
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',

Completed in 92 milliseconds

1234