Home
last modified time | relevance | path

Searched refs:ctype (Results 26 – 50 of 126) sorted by relevance

123456

/PHP-5.5/ext/ctype/tests/
H A Dctype_digit_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_lower_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_upper_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_xdigit_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_space_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_punct_basic.phpt10 * Source code: ext/ctype/ctype.c
H A Dctype_space_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_digit_variation2.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument
33 ((EncISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
250 return ENC_IS_ISO_8859_1_CTYPE(code, ctype); in is_code_ctype()
H A Deuc_tw.c78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype() argument
80 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); in euctw_is_code_ctype()
H A Dbig5.c87 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype() argument
89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype); in big5_is_code_ctype()
H A Deuc_kr.c87 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype() argument
89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype); in euckr_is_code_ctype()
/PHP-5.5/ext/ctype/
H A Dctype.c33 static PHP_MINFO_FUNCTION(ctype);
123 PHP_MINFO(ctype),
130 ZEND_GET_MODULE(ctype)
135 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
H A DCREDITS1 ctype

Completed in 52 milliseconds

123456