Home
last modified time | relevance | path

Searched refs:zend_jit_assign_to_typed_ref_helper (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2257 static zend_always_inline zval* zend_jit_assign_to_typed_ref_helper(zend_reference *ref, zval *valu… in zend_jit_assign_to_typed_ref_helper() function
2267 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_CONST); in zend_jit_assign_const_to_typed_ref()
2272 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_TMP_VAR); in zend_jit_assign_tmp_to_typed_ref()
2277 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_VAR); in zend_jit_assign_var_to_typed_ref()
2294 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_CV); in zend_jit_assign_cv_to_typed_ref()

Completed in 17 milliseconds