Searched refs:MAY_BE_VOID (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_type_info.h | 41 #define MAY_BE_VOID (1 << IS_VOID) macro
|
H A D | zend_API.c | 2577 zend_check_magic_method_return_type(ce, fptr, error_type, MAY_BE_VOID); in zend_check_magic_method_implementation() 2588 zend_check_magic_method_return_type(ce, fptr, error_type, MAY_BE_VOID); in zend_check_magic_method_implementation() 2594 zend_check_magic_method_return_type(ce, fptr, error_type, MAY_BE_VOID); in zend_check_magic_method_implementation() 2633 zend_check_magic_method_return_type(ce, fptr, error_type, MAY_BE_VOID); in zend_check_magic_method_implementation() 2652 zend_check_magic_method_return_type(ce, fptr, error_type, MAY_BE_VOID); in zend_check_magic_method_implementation()
|
H A D | zend_compile.c | 1296 if (type_mask & MAY_BE_VOID) { in zend_type_to_string_resolved() 6647 if ((type_mask & MAY_BE_VOID) && (ZEND_TYPE_IS_COMPLEX(type) || type_mask != MAY_BE_VOID)) { in zend_compile_typename() 6935 if (ZEND_TYPE_FULL_MASK(arg_info->type) & MAY_BE_VOID) { in zend_compile_params() 7579 if (ZEND_TYPE_FULL_MASK(type) & (MAY_BE_VOID|MAY_BE_NEVER|MAY_BE_CALLABLE)) { in zend_compile_prop_decl()
|
H A D | zend_execute.c | 1397 if (ZEND_TYPE_FULL_MASK(ret_info->type) & MAY_BE_VOID) { in zend_verify_internal_return_type()
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_inference.c | 2357 if (type_mask & MAY_BE_VOID) { in zend_convert_type_declaration_mask()
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 3170 ZEND_ASSERT(!(type_mask & MAY_BE_VOID)); in ZEND_METHOD()
|
Completed in 140 milliseconds