Lines Matching refs:zend_property_info

77 ZEND_API bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref_ex(const zend_property_info *prop_in…
78 ZEND_API bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(const zend_property_info *prop_info,…
80 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(const zend_property_info *prop, const zval *…
81 …END_COLD void zend_throw_ref_type_error_type(const zend_property_info *prop1, const zend_property_…
86 …_COLD void ZEND_FASTCALL zend_readonly_property_modification_error(const zend_property_info *info);
88 …d ZEND_FASTCALL zend_readonly_property_indirect_modification_error(const zend_property_info *info);
92 …ND_FASTCALL zend_object_released_while_assigning_to_property_error(const zend_property_info *info);
96 ZEND_API bool ZEND_FASTCALL zend_asymmetric_property_has_set_access(const zend_property_info *prop_…
97 …TCALL zend_asymmetric_visibility_property_modification_error(const zend_property_info *info, const…
128 …LL zend_ref_add_type_source(zend_property_info_source_list *source_list, zend_property_info *prop);
129 …d_ref_del_type_source(zend_property_info_source_list *source_list, const zend_property_info *prop);
515 ZEND_API bool zend_verify_property_type(const zend_property_info *info, zval *property, bool strict…
516 ZEND_COLD void zend_verify_property_type_error(const zend_property_info *info, const zval *property…
517 ZEND_COLD void zend_magic_get_property_type_inconsistency_error(const zend_property_info *info, con…
527 zend_property_info **_prop, **_end; \