Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h134 zend_uint catch_op; /* ketchup! */ member
H A Dzend_vm_def.h5016 } else if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) {
5017 catch_op_num = EX(op_array)->try_catch_array[i].catch_op;
H A Dzend_compile.c2671 static void zend_add_catch_element(int offset, zend_uint catch_op TSRMLS_DC) /* {{{ */ in zend_add_catch_element()
2673 CG(active_op_array)->try_catch_array[offset].catch_op = catch_op; in zend_add_catch_element()
H A Dzend_vm_execute.h1056 } else if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1057 catch_op_num = EX(op_array)->try_catch_array[i].catch_op; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 103 milliseconds