php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ctype_arginfo.h
Go to the documentation of this file.
1/* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 155783e1858a7f24dbc1c3e810d5cffee5468bf7 */
3
4ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0)
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
39
40static const zend_function_entry ext_functions[] = {
41 ZEND_FE(ctype_alnum, arginfo_ctype_alnum)
53};
ctype_print(mixed $text)
ctype_xdigit(mixed $text)
ctype_lower(mixed $text)
ctype_alpha(mixed $text)
Definition ctype.stub.php:7
ctype_punct(mixed $text)
ctype_cntrl(mixed $text)
Definition ctype.stub.php:9
ctype_graph(mixed $text)
ctype_alnum(mixed $text)
Definition ctype.stub.php:5
ctype_upper(mixed $text)
#define arginfo_ctype_graph
#define arginfo_ctype_lower
#define arginfo_ctype_space
#define arginfo_ctype_alpha
#define arginfo_ctype_digit
#define arginfo_ctype_cntrl
#define arginfo_ctype_print
#define arginfo_ctype_punct
#define arginfo_ctype_xdigit
#define arginfo_ctype_upper
#define ctype_digit
#define ctype_space
unsigned const char * text
Definition php_ffi.h:53
#define ZEND_FE_END
Definition zend_API.h:124
struct _zend_function_entry zend_function_entry
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
Definition zend_API.h:205
#define ZEND_END_ARG_INFO()
Definition zend_API.h:219
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
Definition zend_API.h:138
#define ZEND_FE(name, arg_info)
Definition zend_API.h:86
#define ZEND_FUNCTION(name)
Definition zend_API.h:75
#define IS_MIXED
Definition zend_types.h:619
#define _IS_BOOL
Definition zend_types.h:629