Searched refs:zend_verify_prop_assignable_by_ref (Results 1 – 4 of 4) sorted by relevance
58 ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, …
779 …zend_verify_prop_assignable_by_ref(prop_info, retval, (zobj->ce->__get->common.fn_flags & ZEND_ACC… in zend_std_read_property()
577 if (!zend_verify_prop_assignable_by_ref(prop_info, value_ptr, EX_USES_STRICT_TYPES())) { in zend_assign_to_typed_property_reference()3283 ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, … in zend_verify_prop_assignable_by_ref() function
602 if (!zend_verify_prop_assignable_by_ref(info, data, /* strict */ 1)) {
Completed in 37 milliseconds