Home
last modified time | relevance | path

Searched refs:ZEND_TYPE_INIT_NONE (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c339 f.arg_info[i].type = (zend_type) ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(by_ref, 0)); in com_method_get()
/PHP-8.0/Zend/
H A Dzend_API.h115 { #name, ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
117 { #name, ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), default_value },
119 { #name, ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(pass_by_ref, 1)), NULL },
169 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(retur…
H A Dzend_types.h256 #define ZEND_TYPE_INIT_NONE(extra_flags) \ macro
H A Dzend_compile.c6103 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_typename()
6442 arg_info->type = (zend_type) ZEND_TYPE_INIT_NONE(0); in zend_compile_params()
6517 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_params()
7047 zend_type type = ZEND_TYPE_INIT_NONE(0); in zend_compile_prop_decl()
H A Dzend_API.c3970 …e_typed_property(ce, name, property, access_type, doc_comment, (zend_type) ZEND_TYPE_INIT_NONE(0)); in zend_declare_property_ex()

Completed in 70 milliseconds