Home
last modified time | relevance | path

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

/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_enum.c333 zend_type name_type = ZEND_TYPE_INIT_CODE(IS_STRING, 0, 0); in zend_enum_register_props()
339 zend_type value_type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in zend_enum_register_props()
H A Dzend_API.h122 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL…
124 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), defa…
126 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1, 0)), NULL…
141 …{ #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL …
143 …{ #name, ZEND_TYPE_INIT_CODE(IS_CALLABLE, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NU…
181 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
H A Dzend_types.h265 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ macro
H A Dzend_compile.c6168 return (zend_type) ZEND_TYPE_INIT_CODE(ast->attr, 0, 0); in zend_compile_single_typename()
6179 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
6549 arg_infos->type = (zend_type) ZEND_TYPE_INIT_CODE(fallback_return_type, 0, 0); in zend_compile_params()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_enum.c333 zend_type name_type = ZEND_TYPE_INIT_CODE(IS_STRING, 0, 0); in zend_enum_register_props()
339 zend_type value_type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in zend_enum_register_props()
H A Dzend_API.h122 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL…
124 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), defa…
126 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1, 0)), NULL…
141 …{ #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL …
143 …{ #name, ZEND_TYPE_INIT_CODE(IS_CALLABLE, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NU…
181 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
H A Dzend_types.h265 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ macro
H A Dzend_compile.c6168 return (zend_type) ZEND_TYPE_INIT_CODE(ast->attr, 0, 0); in zend_compile_single_typename()
6179 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
6549 arg_infos->type = (zend_type) ZEND_TYPE_INIT_CODE(fallback_return_type, 0, 0); in zend_compile_params()
/dports/devel/pecl-ds/ds-1.3.0/src/php/
H A Darginfo.h116 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
/dports/www/mod_php80/php-8.0.15/ext/zend_test/
H A Dtest.c432 (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0, 0)); in PHP_MINIT_FUNCTION()
468 (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0, 0)); in PHP_MINIT_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/zend_test/
H A Dtest.c432 (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0, 0)); in PHP_MINIT_FUNCTION()
468 (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0, 0)); in PHP_MINIT_FUNCTION()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_attributes.c288 …y(zend_ce_attribute, str, &tmp, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0,… in zend_register_attribute_ce()
H A Dzend_API.h122 { #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
124 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), default…
126 { #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1)), NULL },
141 { #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
143 …{ #name, ZEND_TYPE_INIT_CODE(IS_CALLABLE, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL …
163 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
H A Dzend_types.h262 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ macro
H A Dzend_compile.c6028 return (zend_type) ZEND_TYPE_INIT_CODE(ast->attr, 0, 0); in zend_compile_single_typename()
6039 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
6346 arg_infos->type = (zend_type) ZEND_TYPE_INIT_CODE(fallback_return_type, 0, 0); in zend_compile_params()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_attributes.c288 …y(zend_ce_attribute, str, &tmp, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CODE(IS_LONG, 0,… in zend_register_attribute_ce()
H A Dzend_API.h122 { #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
124 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), default…
126 { #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1)), NULL },
141 { #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
143 …{ #name, ZEND_TYPE_INIT_CODE(IS_CALLABLE, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL …
163 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
H A Dzend_types.h262 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ macro
H A Dzend_compile.c6028 return (zend_type) ZEND_TYPE_INIT_CODE(ast->attr, 0, 0); in zend_compile_single_typename()
6039 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
6346 arg_infos->type = (zend_type) ZEND_TYPE_INIT_CODE(fallback_return_type, 0, 0); in zend_compile_params()
/dports/lang/php80/php-8.0.15/
H A DNEWS598 ZEND_TYPE_INIT_CODE). (Nikita)
/dports/www/mod_php80/php-8.0.15/
H A DNEWS598 ZEND_TYPE_INIT_CODE). (Nikita)
/dports/www/mod_php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.c6813 zend_type type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in ZEND_METHOD()
/dports/lang/php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.c6813 zend_type type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in ZEND_METHOD()