Lines Matching defs:prop_info
551 …nd_never_inline zval* zend_assign_to_typed_property_reference(zend_property_info *prop_info, zval … in zend_assign_to_typed_property_reference()
1207 zend_property_info *prop_info = in zend_verify_internal_read_property_type() local
1490 static zend_never_inline void zend_binary_assign_op_typed_prop(zend_property_info *prop_info, zval … in zend_binary_assign_op_typed_prop()
1904 static void zend_incdec_typed_prop(zend_property_info *prop_info, zval *var_ptr, zval *copy OPLINE_… in zend_incdec_typed_prop()
3046 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
3130 zend_property_info *prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_fetch_property_address() local
3191 zend_property_info *prop_info; in zend_fetch_property_address() local
3230 zend_property_info *prop_info = NULL; in zend_assign_to_property_reference() local
3282 …_result zend_fetch_static_property_address_ex(zval **retval, zend_property_info **prop_info, uint3… in zend_fetch_static_property_address_ex()
3361 …end_result zend_fetch_static_property_address(zval **retval, zend_property_info **prop_info, uint3… in zend_fetch_static_property_address()
3595 ZEND_API bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, zval … in zend_verify_prop_assignable_by_ref()