Home
last modified time | relevance | path

Searched refs:Z_CE (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/opcache/
H A Dzend_persist_calc.c579 zend_persist_class_entry_calc(Z_CE(p->val)); in zend_accel_persist_class_table_calc()
H A Dzend_persist.c1274 Z_CE(p->val) = zend_persist_class_entry(Z_CE(p->val)); in zend_accel_persist_class_table()
/php-src/Zend/
H A Dzend_types.h1036 #define Z_CE(zval) (zval).value.ce macro
1037 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
H A Dzend_execute_API.c1292 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1293 return Z_CE(ex->This); in zend_get_called_scope()
H A Dzend_closures.c892 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_CE(call->This), NULL); in zend_closure_from_frame()
H A Dzend_vm_def.h3802 ce = Z_CE(EX(This));
8235 called_scope = Z_CE(EX(This));
8819 called_scope = Z_CE(EX(This));
9469 } else if (Z_CE(EX(This))) {
9470 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_CE(EX(This))->name);
H A Dzend_vm_execute.h7369 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9933 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10681 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
12415 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
25407 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
28340 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
29850 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
32789 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
35060 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
37229 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]

Completed in 165 milliseconds