Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.c3841 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, zend_bool strict)… in zend_try_assign_typed_ref_ex() function
3856 return zend_try_assign_typed_ref_ex(ref, val, ZEND_ARG_USES_STRICT_TYPES()); in zend_try_assign_typed_ref()
3964 return zend_try_assign_typed_ref_ex(ref, &tmp, strict); in zend_try_assign_typed_ref_zval_ex()
H A Dzend_API.h782 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *zv, zend_bool strict);

Completed in 27 milliseconds