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.c112 ctype_impl(isalnum, 1, 0); in PHP_FUNCTION()
119 ctype_impl(isalpha, 0, 0); in PHP_FUNCTION()
126 ctype_impl(iscntrl, 0, 0); in PHP_FUNCTION()
133 ctype_impl(isdigit, 1, 0); in PHP_FUNCTION()
140 ctype_impl(islower, 0, 0); in PHP_FUNCTION()
147 ctype_impl(isgraph, 1, 1); in PHP_FUNCTION()
154 ctype_impl(isprint, 1, 1); in PHP_FUNCTION()
161 ctype_impl(ispunct, 0, 0); in PHP_FUNCTION()
168 ctype_impl(isspace, 0, 0); in PHP_FUNCTION()
175 ctype_impl(isupper, 0, 0); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds