Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.h206 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *pp, zend_class_entry *scope,…
H A Dzend_execute_API.c697 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *scope, … in zval_update_constant_with_ctx() function
741 return zval_update_constant_with_ctx(p, scope, &ctx); in zval_update_constant_ex()
H A Dzend_vm_def.h5586 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) {
H A Dzend_vm_execute.h3963 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()

Completed in 159 milliseconds