Home
last modified time | relevance | path

Searched refs:ZEND_TYPE_ENCODE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_API.h100 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, ZEND_TYPE_ENCODE(IS_A…
101 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) { #name, ZEND_TYPE_ENCODE(IS_C…
102 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_ENCODE(type…
104 …RIADIC_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_ENCODE(type_hint, al…
116 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), return_ref…
H A Dzend_types.h145 #define ZEND_TYPE_ENCODE(code, allow_null) \ macro
H A Dzend_compile.c5471 arg_info->type = ZEND_TYPE_ENCODE(ast->attr, allow_null); in zend_compile_typename()
5482 arg_info->type = ZEND_TYPE_ENCODE(type, allow_null); in zend_compile_typename()
5601 arg_info->type = ZEND_TYPE_ENCODE(0, 1); in zend_compile_params()
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c308 f.arg_info[i].type = ZEND_TYPE_ENCODE(0,1); in com_method_get()

Completed in 45 milliseconds