Home
last modified time | relevance | path

Searched refs:zend_assign_to_typed_ref (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_execute.h125 ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *value, uint8_t value_type, bool s…
163 return zend_assign_to_typed_ref(variable_ptr, value, value_type, strict); in zend_assign_to_variable()
H A Dzend_execute.c3666 ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, uint8_t value_type, b… in zend_assign_to_typed_ref() function

Completed in 31 milliseconds