Home
last modified time | relevance | path

Searched defs:type_mask (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.c162 static void pi_type_mask(zend_ssa_phi *phi, uint32_t type_mask) { in pi_type_mask()
171 static inline void pi_not_type_mask(zend_ssa_phi *phi, uint32_t type_mask) { in pi_not_type_mask()
492 uint32_t type_mask; in place_essa_pis() local
H A Dzend_ssa.h52 uint32_t type_mask; /* Type mask to intersect with */ member
H A Dsccp.c740 static inline void ct_eval_type_check(zval *result, uint32_t type_mask, zval *op1) { in ct_eval_type_check()
H A Dzend_inference.c2332 static uint32_t zend_convert_type_declaration_mask(uint32_t type_mask) { in zend_convert_type_declaration_mask()
/PHP-8.1/Zend/
H A Dzend_execute.c703 static bool zend_verify_weak_scalar_type_hint(uint32_t type_mask, zval *arg) in zend_verify_weak_scalar_type_hint()
764 static bool zend_verify_weak_scalar_type_hint_no_sideeffect(uint32_t type_mask, zval *arg) in zend_verify_weak_scalar_type_hint_no_sideeffect()
788 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte… in zend_verify_scalar_type_hint()
921 uint32_t type_mask = ZEND_TYPE_FULL_MASK(info->type); in i_zend_check_property_type() local
1018 uint32_t type_mask; in zend_check_type_slow() local
1222 uint32_t type_mask = zend_get_internal_func_info(fn, NULL, NULL); in zend_verify_internal_func_info() local
3442 uint32_t type_mask; in i_zend_verify_type_assignable_zval() local
H A Dzend_types.h132 uint32_t type_mask; member
273 #define ZEND_TYPE_INIT_PTR_MASK(ptr, type_mask) \ argument
285 #define ZEND_TYPE_INIT_CLASS_CONST_MASK(class_name, type_mask) \ argument
H A Dzend_API.h130 #define ZEND_ARG_TYPE_MASK(pass_by_ref, name, type_mask, default_value) \ argument
132 #define ZEND_ARG_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask, default_value) \ argument
134 #define ZEND_ARG_VARIADIC_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask) \ argument
H A Dzend_compile.c1221 uint32_t type_mask = ZEND_TYPE_PURE_MASK(type); in zend_type_to_string_resolved() local
6453 uint32_t type_mask = ZEND_TYPE_PURE_MASK(type); in zend_compile_typename() local
7696 uint32_t type_mask = ZEND_TYPE_PURE_MASK(type); in zend_compile_enum_backing_type() local
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c2735 uint32_t type_mask; in ZEND_METHOD() local
2752 uint32_t type_mask; in ZEND_METHOD() local
3083 static void append_type_mask(zval *return_value, uint32_t type_mask) { in append_type_mask()
3092 uint32_t type_mask; in ZEND_METHOD() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c496 uint32_t type_mask = ZEND_TYPE_PURE_MASK(arg_info->type); in skip_valid_arguments() local

Completed in 137 milliseconds