Home
last modified time | relevance | path

Searched refs:zval_update_constant_with_ctx (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_execute.h212 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *pp, zend_class_entry *scope,…
H A Dzend_execute_API.c722 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *scope, … in zval_update_constant_with_ctx() function
766 return zval_update_constant_with_ctx(p, scope, &ctx); in zval_update_constant_ex()
H A Dzend_vm_def.h5671 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) {
H A Dzend_vm_execute.h4082 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()

Completed in 171 milliseconds