1 /* This is a generated file, edit the .stub.php file instead. 2 * Stub hash: 155783e1858a7f24dbc1c3e810d5cffee5468bf7 */ 3 4 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0) 5 ZEND_ARG_TYPE_INFO(0, text, IS_MIXED, 0) 6 ZEND_END_ARG_INFO() 7 8 #define arginfo_ctype_alpha arginfo_ctype_alnum 9 10 #define arginfo_ctype_cntrl arginfo_ctype_alnum 11 12 #define arginfo_ctype_digit arginfo_ctype_alnum 13 14 #define arginfo_ctype_lower arginfo_ctype_alnum 15 16 #define arginfo_ctype_graph arginfo_ctype_alnum 17 18 #define arginfo_ctype_print arginfo_ctype_alnum 19 20 #define arginfo_ctype_punct arginfo_ctype_alnum 21 22 #define arginfo_ctype_space arginfo_ctype_alnum 23 24 #define arginfo_ctype_upper arginfo_ctype_alnum 25 26 #define arginfo_ctype_xdigit arginfo_ctype_alnum 27 28 29 ZEND_FUNCTION(ctype_alnum); 30 ZEND_FUNCTION(ctype_alpha); 31 ZEND_FUNCTION(ctype_cntrl); 32 ZEND_FUNCTION(ctype_digit); 33 ZEND_FUNCTION(ctype_lower); 34 ZEND_FUNCTION(ctype_graph); 35 ZEND_FUNCTION(ctype_print); 36 ZEND_FUNCTION(ctype_punct); 37 ZEND_FUNCTION(ctype_space); 38 ZEND_FUNCTION(ctype_upper); 39 ZEND_FUNCTION(ctype_xdigit); 40 41 42 static const zend_function_entry ext_functions[] = { 43 ZEND_FE(ctype_alnum, arginfo_ctype_alnum) 44 ZEND_FE(ctype_alpha, arginfo_ctype_alpha) 45 ZEND_FE(ctype_cntrl, arginfo_ctype_cntrl) 46 ZEND_FE(ctype_digit, arginfo_ctype_digit) 47 ZEND_FE(ctype_lower, arginfo_ctype_lower) 48 ZEND_FE(ctype_graph, arginfo_ctype_graph) 49 ZEND_FE(ctype_print, arginfo_ctype_print) 50 ZEND_FE(ctype_punct, arginfo_ctype_punct) 51 ZEND_FE(ctype_space, arginfo_ctype_space) 52 ZEND_FE(ctype_upper, arginfo_ctype_upper) 53 ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit) 54 ZEND_FE_END 55 }; 56