Home
last modified time | relevance | path

Searched refs:zend_assign_to_typed_property_reference (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.c575 static zend_never_inline zval* zend_assign_to_typed_property_reference(zend_property_info *prop_inf… in zend_assign_to_typed_property_reference() function
2962 …variable_ptr = zend_assign_to_typed_property_reference(prop_info, variable_ptr, value_ptr EXECUTE_… in zend_assign_to_property_reference()
H A Dzend_vm_def.h2849 prop = zend_assign_to_typed_property_reference(prop_info, prop, value_ptr EXECUTE_DATA_CC);
H A Dzend_vm_execute.h1116 prop = zend_assign_to_typed_property_reference(prop_info, prop, value_ptr EXECUTE_DATA_CC); in ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER()

Completed in 146 milliseconds