Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.c281 } else if (Z_CE(EX(This))) { in ZEND_METHOD()
282 ce = Z_CE(EX(This)); in ZEND_METHOD()
348 } else if (Z_CE(EX(This))) { in ZEND_METHOD()
349 ce = Z_CE(EX(This)); in ZEND_METHOD()
H A Dzend_execute.h173 Z_CE(call->This) = called_scope; in zend_vm_init_call_frame()
H A Dzend_types.h585 #define Z_CE(zval) (zval).value.ce macro
586 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
H A Dzend_execute_API.c1058 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1059 return Z_CE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3388 ce = Z_CE(EX(This));
5488 Z_TYPE(EX(This)) != IS_OBJECT ? Z_CE(EX(This)) : NULL,
7379 called_scope = Z_CE(EX(This));
7931 called_scope = Z_CE(EX(This));
H A Dzend_vm_execute.h5603 ce = Z_CE(EX(This));
7613 ce = Z_CE(EX(This));
9540 ce = Z_CE(EX(This));
11519 ce = Z_CE(EX(This));
19957 ce = Z_CE(EX(This));
21852 ce = Z_CE(EX(This));
24805 ce = Z_CE(EX(This));
27646 ce = Z_CE(EX(This));
29724 ce = Z_CE(EX(This));
30522 ce = Z_CE(EX(This));
[all …]

Completed in 238 milliseconds