ctype 123 ctype/ctype.c PHP_MINFO(ctype), ctype 36 mbstring/oniguruma/enc/ascii.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 86 mbstring/oniguruma/enc/big5.c return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype); ctype 162 mbstring/oniguruma/enc/euc_jp.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 164 mbstring/oniguruma/enc/euc_jp.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 86 mbstring/oniguruma/enc/euc_kr.c return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype); ctype 86 mbstring/oniguruma/enc/euc_tw.c return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); ctype 107 mbstring/oniguruma/enc/gb18030.c return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype); ctype 33 mbstring/oniguruma/enc/iso8859_1.c ((EncISO_8859_1_CtypeTable[code] & ctype) != 0) ctype 119 mbstring/oniguruma/enc/iso8859_1.c return ENC_IS_ISO_8859_1_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_10.c ((EncISO_8859_10_CtypeTable[code] & ctype) != 0) ctype 156 mbstring/oniguruma/enc/iso8859_10.c return ENC_IS_ISO_8859_10_CTYPE(code, ctype); ctype 33 mbstring/oniguruma/enc/iso8859_11.c ((EncISO_8859_11_CtypeTable[code] & ctype) != 0) ctype 74 mbstring/oniguruma/enc/iso8859_11.c return ENC_IS_ISO_8859_11_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_13.c ((EncISO_8859_13_CtypeTable[code] & ctype) != 0) ctype 155 mbstring/oniguruma/enc/iso8859_13.c return ENC_IS_ISO_8859_13_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_14.c ((EncISO_8859_14_CtypeTable[code] & ctype) != 0) ctype 155 mbstring/oniguruma/enc/iso8859_14.c return ENC_IS_ISO_8859_14_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_15.c ((EncISO_8859_15_CtypeTable[code] & ctype) != 0) ctype 155 mbstring/oniguruma/enc/iso8859_15.c return ENC_IS_ISO_8859_15_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_16.c ((EncISO_8859_16_CtypeTable[code] & ctype) != 0) ctype 155 mbstring/oniguruma/enc/iso8859_16.c return ENC_IS_ISO_8859_16_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_2.c ((EncISO_8859_2_CtypeTable[code] & ctype) != 0) ctype 260 mbstring/oniguruma/enc/iso8859_2.c return ENC_IS_ISO_8859_2_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_3.c ((EncISO_8859_3_CtypeTable[code] & ctype) != 0) ctype 156 mbstring/oniguruma/enc/iso8859_3.c return ENC_IS_ISO_8859_3_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_4.c ((EncISO_8859_4_CtypeTable[code] & ctype) != 0) ctype 156 mbstring/oniguruma/enc/iso8859_4.c return ENC_IS_ISO_8859_4_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_5.c ((EncISO_8859_5_CtypeTable[code] & ctype) != 0) ctype 148 mbstring/oniguruma/enc/iso8859_5.c return ENC_IS_ISO_8859_5_CTYPE(code, ctype); ctype 33 mbstring/oniguruma/enc/iso8859_6.c ((EncISO_8859_6_CtypeTable[code] & ctype) != 0) ctype 74 mbstring/oniguruma/enc/iso8859_6.c return ENC_IS_ISO_8859_6_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_7.c ((EncISO_8859_7_CtypeTable[code] & ctype) != 0) ctype 155 mbstring/oniguruma/enc/iso8859_7.c return ENC_IS_ISO_8859_7_CTYPE(code, ctype); ctype 33 mbstring/oniguruma/enc/iso8859_8.c ((EncISO_8859_8_CtypeTable[code] & ctype) != 0) ctype 74 mbstring/oniguruma/enc/iso8859_8.c return ENC_IS_ISO_8859_8_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/iso8859_9.c ((EncISO_8859_9_CtypeTable[code] & ctype) != 0) ctype 156 mbstring/oniguruma/enc/iso8859_9.c return ENC_IS_ISO_8859_9_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/koi8.c ((EncKOI8_CtypeTable[code] & ctype) != 0) ctype 147 mbstring/oniguruma/enc/koi8.c return ENC_IS_KOI8_CTYPE(code, ctype); ctype 34 mbstring/oniguruma/enc/koi8_r.c ((EncKOI8_R_CtypeTable[code] & ctype) != 0) ctype 146 mbstring/oniguruma/enc/koi8_r.c return ENC_IS_KOI8_R_CTYPE(code, ctype); ctype 171 mbstring/oniguruma/enc/sjis.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 173 mbstring/oniguruma/enc/sjis.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 3275 mbstring/oniguruma/enc/unicode.c return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); ctype 3280 mbstring/oniguruma/enc/unicode.c switch (ctype) { ctype 3334 mbstring/oniguruma/enc/unicode.c if ((ctype & ONIGENC_CTYPE_WORD) != 0) { ctype 3353 mbstring/oniguruma/enc/unicode.c switch (ctype) { ctype 3559 mbstring/oniguruma/enc/utf8.c switch (ctype) { ctype 3619 mbstring/oniguruma/enc/utf8.c return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); ctype 3624 mbstring/oniguruma/enc/utf8.c switch (ctype) { ctype 3680 mbstring/oniguruma/enc/utf8.c if ((ctype & ONIGENC_CTYPE_WORD) != 0) { ctype 173 mbstring/oniguruma/oniguruma.h int (*is_code_ctype)(OnigCodePoint code, unsigned int ctype); ctype 174 mbstring/oniguruma/oniguruma.h int (*get_ctype_code_range)(int ctype, const OnigCodePoint* sb_range[], const OnigCodePoint* mb_range[]); ctype 316 mbstring/oniguruma/oniguruma.h onigenc_is_code_ctype(enc,code,ctype) ctype 343 mbstring/oniguruma/oniguruma.h int onigenc_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, int ctype)); ctype 382 mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) ctype 414 mbstring/oniguruma/oniguruma.h (enc)->get_ctype_code_range(ctype,sbr,mbr) ctype 853 mbstring/oniguruma/regenc.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 855 mbstring/oniguruma/regenc.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 869 mbstring/oniguruma/regenc.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 871 mbstring/oniguruma/regenc.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 904 mbstring/oniguruma/regenc.c switch (ctype) { ctype 118 mbstring/oniguruma/regenc.h ((OnigEnc_Unicode_ISO_8859_1_CtypeTable[code] & ctype) != 0) ctype 143 mbstring/oniguruma/regenc.h ((OnigEncAsciiCtypeTable[code] & ctype) != 0) ctype 3624 mbstring/oniguruma/regparse.c r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sbr, &mbr); ctype 3626 mbstring/oniguruma/regparse.c return add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sbr, mbr); ctype 3633 mbstring/oniguruma/regparse.c switch (ctype) { ctype 3647 mbstring/oniguruma/regparse.c if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3654 mbstring/oniguruma/regparse.c if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3664 mbstring/oniguruma/regparse.c if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3670 mbstring/oniguruma/regparse.c if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3704 mbstring/oniguruma/regparse.c int ctype; ctype 3708 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_WORD; ctype 3712 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_WORD; ctype 3716 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_SPACE; ctype 3720 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_SPACE; ctype 3724 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_DIGIT; ctype 3728 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_DIGIT; ctype 3732 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_XDIGIT; ctype 3736 mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_XDIGIT; ctype 3743 mbstring/oniguruma/regparse.c return ctype; ctype 3748 mbstring/oniguruma/regparse.c int ctype; ctype 3798 mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, pb->ctype, not, env); ctype 3853 mbstring/oniguruma/regparse.c return pb->ctype; ctype 3862 mbstring/oniguruma/regparse.c int ctype; ctype 3890 mbstring/oniguruma/regparse.c ctype = property_name_to_ctype(start, prev, enc); ctype 3891 mbstring/oniguruma/regparse.c if (ctype < 0) break; ctype 3894 mbstring/oniguruma/regparse.c return ctype; ctype 3909 mbstring/oniguruma/regparse.c int r, ctype; ctype 3912 mbstring/oniguruma/regparse.c ctype = fetch_char_property_to_ctype(src, end, env); ctype 3913 mbstring/oniguruma/regparse.c if (ctype < 0) return ctype; ctype 3918 mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, 0, env); ctype 4206 mbstring/oniguruma/regparse.c int ctype, not; ctype 4207 mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 4208 mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, not, env); ctype 4219 mbstring/oniguruma/regparse.c int ctype; ctype 4221 mbstring/oniguruma/regparse.c ctype = fetch_char_property_to_ctype(&p, end, env); ctype 4222 mbstring/oniguruma/regparse.c if (ctype < 0) return ctype; ctype 4223 mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env); ctype 4940 mbstring/oniguruma/regparse.c int ctype, not; ctype 4945 mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 4946 mbstring/oniguruma/regparse.c r = ONIGENC_GET_CTYPE_CODE_RANGE(env->enc, ctype, &sbr, &mbr); ctype 4955 mbstring/oniguruma/regparse.c key.type = ctype; ctype 4991 mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 4995 mbstring/oniguruma/regparse.c add_ctype_to_cc(cc, ctype, 0, env); ctype 54 mbstring/oniguruma/regparse.h #define NCTYPE(node) ((node)->u.ctype) ctype 248 mbstring/oniguruma/regparse.h } ctype; ctype 1236 odbc/php_odbc.c SQLSMALLINT sqltype, ctype, scale; ctype 1312 odbc/php_odbc.c ctype = SQL_C_BINARY; ctype 1314 odbc/php_odbc.c ctype = SQL_C_CHAR; ctype 1358 odbc/php_odbc.c ctype, sqltype, precision, scale, ctype 1370 odbc/php_odbc.c ctype, sqltype, precision, scale, ctype 613 pcre/pcrelib/pcre_exec.c int ctype; ctype 4045 pcre/pcrelib/pcre_exec.c ctype = *ecode++; /* Code for the character type */ ctype 4048 pcre/pcrelib/pcre_exec.c if (ctype == OP_PROP || ctype == OP_NOTPROP) ctype 4050 pcre/pcrelib/pcre_exec.c prop_fail_result = ctype == OP_NOTPROP; ctype 4218 pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 4246 pcre/pcrelib/pcre_exec.c if (utf) switch(ctype) ctype 4539 pcre/pcrelib/pcre_exec.c switch(ctype) ctype 5018 pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 5058 pcre/pcrelib/pcre_exec.c if (ctype == OP_ANY && IS_NEWLINE(eptr)) ctype 5061 pcre/pcrelib/pcre_exec.c switch(ctype) ctype 5232 pcre/pcrelib/pcre_exec.c if (ctype == OP_ANY && IS_NEWLINE(eptr)) ctype 5235 pcre/pcrelib/pcre_exec.c switch(ctype) ctype 5585 pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 5636 pcre/pcrelib/pcre_exec.c switch(ctype) ctype 5787 pcre/pcrelib/pcre_exec.c if (gotspace == (ctype == OP_NOT_HSPACE)) break; ctype 5817 pcre/pcrelib/pcre_exec.c if (gotspace == (ctype == OP_NOT_VSPACE)) break; ctype 5929 pcre/pcrelib/pcre_exec.c if (ctype == OP_ANYNL && eptr > pp && *eptr == '\n' && ctype 5937 pcre/pcrelib/pcre_exec.c switch(ctype) ctype 6167 pcre/pcrelib/pcre_exec.c if (ctype == OP_ANYNL && eptr > pp && *eptr == '\n' && ctype 281 pdo_odbc/odbc_stmt.c SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; ctype 326 pdo_odbc/odbc_stmt.c ctype = SQL_C_BINARY; ctype 328 pdo_odbc/odbc_stmt.c ctype = SQL_C_CHAR; ctype 340 pdo_odbc/odbc_stmt.c ctype = SQL_C_BINARY; ctype 368 pdo_odbc/odbc_stmt.c P->paramtype, ctype, sqltype, precision, scale, ctype 453 soap/php_sdl.c char *ctype; ctype 461 soap/php_sdl.c ctype = strrchr((char*)tmp->children->content,':'); ctype 462 soap/php_sdl.c if (ctype == NULL) { ctype 463 soap/php_sdl.c ctype = (char*)tmp->children->content; ctype 465 soap/php_sdl.c ++ctype; ctype 467 soap/php_sdl.c if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&message) != SUCCESS) { ctype 668 soap/php_sdl.c char *ctype; ctype 670 soap/php_sdl.c ctype = strrchr((char*)message_name,':'); ctype 671 soap/php_sdl.c if (ctype == NULL) { ctype 672 soap/php_sdl.c ctype = (char*)message_name; ctype 674 soap/php_sdl.c ++ctype; ctype 676 soap/php_sdl.c if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { ctype 767 soap/php_sdl.c char *ctype; ctype 837 soap/php_sdl.c ctype = strrchr((char*)bindingAttr->children->content,':'); ctype 838 soap/php_sdl.c if (ctype == NULL) { ctype 839 soap/php_sdl.c ctype = (char*)bindingAttr->children->content; ctype 841 soap/php_sdl.c ++ctype; ctype 843 soap/php_sdl.c if (zend_hash_find(&ctx.bindings, ctype, strlen(ctype)+1, (void*)&tmp) != SUCCESS) { ctype 844 soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); ctype 892 soap/php_sdl.c ctype = strrchr((char*)type->children->content,':'); ctype 893 soap/php_sdl.c if (ctype == NULL) { ctype 894 soap/php_sdl.c ctype = (char*)type->children->content; ctype 896 soap/php_sdl.c ++ctype; ctype 898 soap/php_sdl.c if (zend_hash_find(&ctx.portTypes, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) {