ctype 284 Zend/zend_operators.c if (Z_OBJ_HT_P(op)->cast_object(op, &dst, ctype TSRMLS_CC) == FAILURE) { \ ctype 287 Zend/zend_operators.c zend_get_type_by_const(ctype)); \ ctype 290 Zend/zend_operators.c Z_TYPE_P(op) = ctype; \ ctype 134 ext/ctype/ctype.c PHP_MINFO(ctype), ctype 36 ext/mbstring/oniguruma/enc/ascii.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 86 ext/mbstring/oniguruma/enc/big5.c return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype); ctype 162 ext/mbstring/oniguruma/enc/euc_jp.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 164 ext/mbstring/oniguruma/enc/euc_jp.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 86 ext/mbstring/oniguruma/enc/euc_kr.c return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype); ctype 86 ext/mbstring/oniguruma/enc/euc_tw.c return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); ctype 107 ext/mbstring/oniguruma/enc/gb18030.c return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype); ctype 33 ext/mbstring/oniguruma/enc/iso8859_1.c ((EncISO_8859_1_CtypeTable[code] & ctype) != 0) ctype 145 ext/mbstring/oniguruma/enc/iso8859_1.c return ENC_IS_ISO_8859_1_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_10.c ((EncISO_8859_10_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_10.c return ENC_IS_ISO_8859_10_CTYPE(code, ctype); ctype 33 ext/mbstring/oniguruma/enc/iso8859_11.c ((EncISO_8859_11_CtypeTable[code] & ctype) != 0) ctype 74 ext/mbstring/oniguruma/enc/iso8859_11.c return ENC_IS_ISO_8859_11_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_13.c ((EncISO_8859_13_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_13.c return ENC_IS_ISO_8859_13_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_14.c ((EncISO_8859_14_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_14.c return ENC_IS_ISO_8859_14_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_15.c ((EncISO_8859_15_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_15.c return ENC_IS_ISO_8859_15_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_16.c ((EncISO_8859_16_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_16.c return ENC_IS_ISO_8859_16_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_2.c ((EncISO_8859_2_CtypeTable[code] & ctype) != 0) ctype 286 ext/mbstring/oniguruma/enc/iso8859_2.c return ENC_IS_ISO_8859_2_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_3.c ((EncISO_8859_3_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_3.c return ENC_IS_ISO_8859_3_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_4.c ((EncISO_8859_4_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_4.c return ENC_IS_ISO_8859_4_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_5.c ((EncISO_8859_5_CtypeTable[code] & ctype) != 0) ctype 148 ext/mbstring/oniguruma/enc/iso8859_5.c return ENC_IS_ISO_8859_5_CTYPE(code, ctype); ctype 33 ext/mbstring/oniguruma/enc/iso8859_6.c ((EncISO_8859_6_CtypeTable[code] & ctype) != 0) ctype 74 ext/mbstring/oniguruma/enc/iso8859_6.c return ENC_IS_ISO_8859_6_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_7.c ((EncISO_8859_7_CtypeTable[code] & ctype) != 0) ctype 155 ext/mbstring/oniguruma/enc/iso8859_7.c return ENC_IS_ISO_8859_7_CTYPE(code, ctype); ctype 33 ext/mbstring/oniguruma/enc/iso8859_8.c ((EncISO_8859_8_CtypeTable[code] & ctype) != 0) ctype 74 ext/mbstring/oniguruma/enc/iso8859_8.c return ENC_IS_ISO_8859_8_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/iso8859_9.c ((EncISO_8859_9_CtypeTable[code] & ctype) != 0) ctype 182 ext/mbstring/oniguruma/enc/iso8859_9.c return ENC_IS_ISO_8859_9_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/koi8.c ((EncKOI8_CtypeTable[code] & ctype) != 0) ctype 147 ext/mbstring/oniguruma/enc/koi8.c return ENC_IS_KOI8_CTYPE(code, ctype); ctype 34 ext/mbstring/oniguruma/enc/koi8_r.c ((EncKOI8_R_CtypeTable[code] & ctype) != 0) ctype 146 ext/mbstring/oniguruma/enc/koi8_r.c return ENC_IS_KOI8_R_CTYPE(code, ctype); ctype 171 ext/mbstring/oniguruma/enc/sjis.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 173 ext/mbstring/oniguruma/enc/sjis.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 3275 ext/mbstring/oniguruma/enc/unicode.c return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); ctype 3280 ext/mbstring/oniguruma/enc/unicode.c switch (ctype) { ctype 3334 ext/mbstring/oniguruma/enc/unicode.c if ((ctype & ONIGENC_CTYPE_WORD) != 0) { ctype 3353 ext/mbstring/oniguruma/enc/unicode.c switch (ctype) { ctype 3592 ext/mbstring/oniguruma/enc/utf8.c switch (ctype) { ctype 3652 ext/mbstring/oniguruma/enc/utf8.c return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype); ctype 3657 ext/mbstring/oniguruma/enc/utf8.c switch (ctype) { ctype 3713 ext/mbstring/oniguruma/enc/utf8.c if ((ctype & ONIGENC_CTYPE_WORD) != 0) { ctype 179 ext/mbstring/oniguruma/oniguruma.h int (*is_code_ctype)(OnigCodePoint code, unsigned int ctype); ctype 180 ext/mbstring/oniguruma/oniguruma.h int (*get_ctype_code_range)(int ctype, const OnigCodePoint* sb_range[], const OnigCodePoint* mb_range[]); ctype 322 ext/mbstring/oniguruma/oniguruma.h onigenc_is_code_ctype(enc,code,ctype) ctype 349 ext/mbstring/oniguruma/oniguruma.h int onigenc_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, int ctype)); ctype 388 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) ctype 420 ext/mbstring/oniguruma/oniguruma.h (enc)->get_ctype_code_range(ctype,sbr,mbr) ctype 853 ext/mbstring/oniguruma/regenc.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 855 ext/mbstring/oniguruma/regenc.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 869 ext/mbstring/oniguruma/regenc.c return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); ctype 871 ext/mbstring/oniguruma/regenc.c if ((ctype & (ONIGENC_CTYPE_WORD | ctype 904 ext/mbstring/oniguruma/regenc.c switch (ctype) { ctype 118 ext/mbstring/oniguruma/regenc.h ((OnigEnc_Unicode_ISO_8859_1_CtypeTable[code] & ctype) != 0) ctype 143 ext/mbstring/oniguruma/regenc.h ((OnigEncAsciiCtypeTable[code] & ctype) != 0) ctype 3627 ext/mbstring/oniguruma/regparse.c r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sbr, &mbr); ctype 3629 ext/mbstring/oniguruma/regparse.c return add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sbr, mbr); ctype 3636 ext/mbstring/oniguruma/regparse.c switch (ctype) { ctype 3650 ext/mbstring/oniguruma/regparse.c if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3657 ext/mbstring/oniguruma/regparse.c if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3667 ext/mbstring/oniguruma/regparse.c if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3673 ext/mbstring/oniguruma/regparse.c if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype)) ctype 3707 ext/mbstring/oniguruma/regparse.c int ctype; ctype 3711 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_WORD; ctype 3715 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_WORD; ctype 3719 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_SPACE; ctype 3723 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_SPACE; ctype 3727 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_DIGIT; ctype 3731 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_DIGIT; ctype 3735 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_XDIGIT; ctype 3739 ext/mbstring/oniguruma/regparse.c ctype = ONIGENC_CTYPE_XDIGIT; ctype 3746 ext/mbstring/oniguruma/regparse.c return ctype; ctype 3751 ext/mbstring/oniguruma/regparse.c int ctype; ctype 3801 ext/mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, pb->ctype, not, env); ctype 3856 ext/mbstring/oniguruma/regparse.c return pb->ctype; ctype 3865 ext/mbstring/oniguruma/regparse.c int ctype; ctype 3893 ext/mbstring/oniguruma/regparse.c ctype = property_name_to_ctype(start, prev, enc); ctype 3894 ext/mbstring/oniguruma/regparse.c if (ctype < 0) break; ctype 3897 ext/mbstring/oniguruma/regparse.c return ctype; ctype 3912 ext/mbstring/oniguruma/regparse.c int r, ctype; ctype 3915 ext/mbstring/oniguruma/regparse.c ctype = fetch_char_property_to_ctype(src, end, env); ctype 3916 ext/mbstring/oniguruma/regparse.c if (ctype < 0) return ctype; ctype 3921 ext/mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, 0, env); ctype 4209 ext/mbstring/oniguruma/regparse.c int ctype, not; ctype 4210 ext/mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 4211 ext/mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, not, env); ctype 4222 ext/mbstring/oniguruma/regparse.c int ctype; ctype 4224 ext/mbstring/oniguruma/regparse.c ctype = fetch_char_property_to_ctype(&p, end, env); ctype 4225 ext/mbstring/oniguruma/regparse.c if (ctype < 0) return ctype; ctype 4226 ext/mbstring/oniguruma/regparse.c r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env); ctype 4985 ext/mbstring/oniguruma/regparse.c int ctype, not; ctype 4990 ext/mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 4991 ext/mbstring/oniguruma/regparse.c r = ONIGENC_GET_CTYPE_CODE_RANGE(env->enc, ctype, &sbr, &mbr); ctype 5000 ext/mbstring/oniguruma/regparse.c key.type = ctype; ctype 5035 ext/mbstring/oniguruma/regparse.c ctype = parse_ctype_to_enc_ctype(tok->u.subtype, ¬); ctype 5039 ext/mbstring/oniguruma/regparse.c add_ctype_to_cc(cc, ctype, 0, env); ctype 54 ext/mbstring/oniguruma/regparse.h #define NCTYPE(node) ((node)->u.ctype) ctype 248 ext/mbstring/oniguruma/regparse.h } ctype; ctype 941 ext/odbc/php_odbc.c SWORD sqltype, ctype, scale; ctype 1006 ext/odbc/php_odbc.c ctype = SQL_C_BINARY; ctype 1008 ext/odbc/php_odbc.c ctype = SQL_C_CHAR; ctype 1048 ext/odbc/php_odbc.c ctype, sqltype, precision, scale, ctype 1060 ext/odbc/php_odbc.c ctype, sqltype, precision, scale, ctype 536 ext/pcre/pcrelib/pcre_exec.c int ctype; ctype 2813 ext/pcre/pcrelib/pcre_exec.c ctype = *ecode++; /* Code for the character type */ ctype 2816 ext/pcre/pcrelib/pcre_exec.c if (ctype == OP_PROP || ctype == OP_NOTPROP) ctype 2818 ext/pcre/pcrelib/pcre_exec.c prop_fail_result = ctype == OP_NOTPROP; ctype 2904 ext/pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 2931 ext/pcre/pcrelib/pcre_exec.c if (utf8) switch(ctype) ctype 3149 ext/pcre/pcrelib/pcre_exec.c switch(ctype) ctype 3381 ext/pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 3417 ext/pcre/pcrelib/pcre_exec.c (ctype == OP_ANY && (ims & PCRE_DOTALL) == 0 && ctype 3422 ext/pcre/pcrelib/pcre_exec.c switch(ctype) ctype 3582 ext/pcre/pcrelib/pcre_exec.c switch(ctype) ctype 3783 ext/pcre/pcrelib/pcre_exec.c else if (ctype == OP_EXTUNI) ctype 3835 ext/pcre/pcrelib/pcre_exec.c switch(ctype) ctype 3945 ext/pcre/pcrelib/pcre_exec.c if (gotspace == (ctype == OP_NOT_HSPACE)) break; ctype 3971 ext/pcre/pcrelib/pcre_exec.c if (gotspace == (ctype == OP_NOT_VSPACE)) break; ctype 4062 ext/pcre/pcrelib/pcre_exec.c switch(ctype) ctype 160 ext/pdo_odbc/odbc_stmt.c SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; ctype 205 ext/pdo_odbc/odbc_stmt.c ctype = SQL_C_BINARY; ctype 207 ext/pdo_odbc/odbc_stmt.c ctype = SQL_C_CHAR; ctype 238 ext/pdo_odbc/odbc_stmt.c P->paramtype, ctype, sqltype, precision, scale, ctype 353 ext/soap/php_sdl.c char *ctype; ctype 361 ext/soap/php_sdl.c ctype = strrchr((char*)tmp->children->content,':'); ctype 362 ext/soap/php_sdl.c if (ctype == NULL) { ctype 363 ext/soap/php_sdl.c ctype = (char*)tmp->children->content; ctype 365 ext/soap/php_sdl.c ++ctype; ctype 367 ext/soap/php_sdl.c if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&message) != SUCCESS) { ctype 568 ext/soap/php_sdl.c char *ctype; ctype 570 ext/soap/php_sdl.c ctype = strrchr((char*)message_name,':'); ctype 571 ext/soap/php_sdl.c if (ctype == NULL) { ctype 572 ext/soap/php_sdl.c ctype = (char*)message_name; ctype 574 ext/soap/php_sdl.c ++ctype; ctype 576 ext/soap/php_sdl.c if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { ctype 667 ext/soap/php_sdl.c char *ctype; ctype 737 ext/soap/php_sdl.c ctype = strrchr((char*)bindingAttr->children->content,':'); ctype 738 ext/soap/php_sdl.c if (ctype == NULL) { ctype 739 ext/soap/php_sdl.c ctype = (char*)bindingAttr->children->content; ctype 741 ext/soap/php_sdl.c ++ctype; ctype 743 ext/soap/php_sdl.c if (zend_hash_find(&ctx.bindings, ctype, strlen(ctype)+1, (void*)&tmp) != SUCCESS) { ctype 744 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); ctype 787 ext/soap/php_sdl.c ctype = strrchr((char*)type->children->content,':'); ctype 788 ext/soap/php_sdl.c if (ctype == NULL) { ctype 789 ext/soap/php_sdl.c ctype = (char*)type->children->content; ctype 791 ext/soap/php_sdl.c ++ctype; ctype 793 ext/soap/php_sdl.c if (zend_hash_find(&ctx.portTypes, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) {