Home
last modified time | relevance | path

Searched refs:catch_ce (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_vm_def.h4121 zend_class_entry *ce, *catch_ce; variable
4131 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH);
4132 if (UNEXPECTED(catch_ce == NULL)) {
4133catch_ce = zend_fetch_class_by_name(Z_STR_P(RT_CONSTANT(opline, opline->op1)), RT_CONSTANT(opline,…
4135 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce);
4145 if (ce != catch_ce) {
4146 if (!catch_ce || !instanceof_function(ce, catch_ce)) {
H A Dzend_vm_execute.h2912 zend_class_entry *ce, *catch_ce; local
2922 catch_ce = CACHED_PTR(opline->extended_value & ~ZEND_LAST_CATCH);
2923 if (UNEXPECTED(catch_ce == NULL)) {
2924catch_ce = zend_fetch_class_by_name(Z_STR_P(RT_CONSTANT(opline, opline->op1)), RT_CONSTANT(opline,…
2926 CACHE_PTR(opline->extended_value & ~ZEND_LAST_CATCH, catch_ce);
2936 if (ce != catch_ce) {
2937 if (!catch_ce || !instanceof_function(ce, catch_ce)) {

Completed in 165 milliseconds