Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_enum.c473 zend_type name_type = ZEND_TYPE_INIT_CODE(IS_STRING, 0, 0); in zend_enum_register_props()
479 zend_type value_type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in zend_enum_register_props()
H A Dzend_API.h139 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL…
141 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), defa…
143 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1, 0)), NULL…
163 …{ #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL …
165 …{ #name, ZEND_TYPE_INIT_CODE(IS_CALLABLE, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NU…
203 …{ (const char*)(uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_ARG_INF…
H A Dzend_types.h286 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ macro
H A Dzend_compile.c6623 return (zend_type) ZEND_TYPE_INIT_CODE(ast->attr, 0, 0); in zend_compile_single_typename()
6643 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
7145 arg_infos->type = (zend_type) ZEND_TYPE_INIT_CODE(fallback_return_type, 0, 0); in zend_compile_params()
/php-src/ext/reflection/
H A Dphp_reflection.c7034 zend_type type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in ZEND_METHOD()

Completed in 83 milliseconds