Searched refs:zval_update_constant_with_ctx (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_execute.h | 212 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *pp, zend_class_entry *scope,…
|
H A D | zend_execute_API.c | 725 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *scope, … in zval_update_constant_with_ctx() function 769 return zval_update_constant_with_ctx(p, scope, &ctx); in zval_update_constant_ex()
|
H A D | zend_vm_def.h | 5680 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) {
|
H A D | zend_vm_execute.h | 4093 … if (UNEXPECTED(zval_update_constant_with_ctx(param, EX(func)->op_array.scope, &ctx) != SUCCESS)) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
|
Completed in 309 milliseconds