Home
last modified time | relevance | path

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

/php-src/ext/ctype/
H A Dctype.c65 …type_fallback(zval *c, zval *return_value, int (*iswhat)(int), bool allow_digits, bool allow_minus) in ctype_fallback() argument
77 RETURN_BOOL(allow_minus); in ctype_fallback()
86 #define ctype_impl(iswhat, allow_digits, allow_minus) do { \ argument
106 ctype_fallback(c, return_value, iswhat, allow_digits, allow_minus); \

Completed in 14 milliseconds