Home
last modified time | relevance | path

Searched refs:ctype_impl (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/ctype/
H A Dctype.c110 ctype_impl(isalnum, 1, 0); in PHP_FUNCTION()
117 ctype_impl(isalpha, 0, 0); in PHP_FUNCTION()
124 ctype_impl(iscntrl, 0, 0); in PHP_FUNCTION()
131 ctype_impl(isdigit, 1, 0); in PHP_FUNCTION()
138 ctype_impl(islower, 0, 0); in PHP_FUNCTION()
145 ctype_impl(isgraph, 1, 1); in PHP_FUNCTION()
152 ctype_impl(isprint, 1, 1); in PHP_FUNCTION()
159 ctype_impl(ispunct, 0, 0); in PHP_FUNCTION()
166 ctype_impl(isspace, 0, 0); in PHP_FUNCTION()
173 ctype_impl(isupper, 0, 0); in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds