Searched refs:allow_minus (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/ctype/ |
H A D | ctype.c | 63 …type_fallback(zval *c, zval *return_value, int (*iswhat)(int), bool allow_digits, bool allow_minus) in ctype_fallback() argument 75 RETURN_BOOL(allow_minus); in ctype_fallback() 84 #define ctype_impl(iswhat, allow_digits, allow_minus) do { \ argument 104 ctype_fallback(c, return_value, iswhat, allow_digits, allow_minus); \
|
Completed in 4 milliseconds