/** @generate-function-entries */
-function ctype_alnum($text): bool {}
+/** @param string|int $text */
+function ctype_alnum(mixed $text): bool {}
-function ctype_alpha($text): bool {}
+/** @param string|int $text */
+function ctype_alpha(mixed $text): bool {}
-function ctype_cntrl($text): bool {}
+/** @param string|int $text */
+function ctype_cntrl(mixed $text): bool {}
-function ctype_digit($text): bool {}
+/** @param string|int $text */
+function ctype_digit(mixed $text): bool {}
-function ctype_lower($text): bool {}
+/** @param string|int $text */
+function ctype_lower(mixed $text): bool {}
-function ctype_graph($text): bool {}
+/** @param string|int $text */
+function ctype_graph(mixed $text): bool {}
-function ctype_print($text): bool {}
+/** @param string|int $text */
+function ctype_print(mixed $text): bool {}
-function ctype_punct($text): bool {}
+/** @param string|int $text */
+function ctype_punct(mixed $text): bool {}
-function ctype_space($text): bool {}
+/** @param string|int $text */
+function ctype_space(mixed $text): bool {}
-function ctype_upper($text): bool {}
+/** @param string|int $text */
+function ctype_upper(mixed $text): bool {}
-function ctype_xdigit($text): bool {}
+/** @param string|int $text */
+function ctype_xdigit(mixed $text): bool {}
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: a5de84e1cb6919e7dfc69a42b7f05967ebca24c3 */
+ * Stub hash: 5263184b90f82d53c6da4388c79b76a8c17977e9 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0)
- ZEND_ARG_INFO(0, text)
+ ZEND_ARG_TYPE_INFO(0, text, IS_MIXED, 0)
ZEND_END_ARG_INFO()
#define arginfo_ctype_alpha arginfo_ctype_alnum