--TEST-- ctype on integers --EXTENSIONS-- ctype --FILE-- --EXPECT-- ctype_lower 26 ctype_upper 26 ctype_alpha 52 ctype_digit 10 ctype_alnum 62 ctype_cntrl 33 ctype_graph 94 ctype_print 95 ctype_punct 32 ctype_space 6 ctype_xdigit 22