php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
skeleton_arginfo.h
Go to the documentation of this file.
1/* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 54b0ffc3af871b189435266df516f7575c1b9675 */
3
6
10
13
14static const zend_function_entry ext_functions[] = {
15 ZEND_FE(test1, arginfo_test1)
16 ZEND_FE(test2, arginfo_test2)
18};
test2(string $str="")
test1()
#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_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_value)
Definition zend_API.h:140
#define ZEND_FE(name, arg_info)
Definition zend_API.h:86
#define ZEND_FUNCTION(name)
Definition zend_API.h:75
#define IS_STRING
Definition zend_types.h:606
#define IS_VOID
Definition zend_types.h:617