opline_before_exception 1072 Zend/zend.c    				    EG(opline_before_exception)) {
opline_before_exception 1073 Zend/zend.c    					opline = EG(opline_before_exception);
opline_before_exception 2357 Zend/zend_builtin_functions.c 				if (EG(opline_before_exception)) {
opline_before_exception 2358 Zend/zend_builtin_functions.c 					lineno = EG(opline_before_exception)->lineno;
opline_before_exception 2553 Zend/zend_builtin_functions.c 				if (EG(opline_before_exception)) {
opline_before_exception 2554 Zend/zend_builtin_functions.c 					lineno = EG(opline_before_exception)->lineno;
opline_before_exception  172 Zend/zend_exceptions.c 	EG(opline_before_exception) = EG(current_execute_data)->opline;
opline_before_exception  189 Zend/zend_exceptions.c 	EG(current_execute_data)->opline = EG(opline_before_exception);
opline_before_exception  191 Zend/zend_exceptions.c 	EG(opline_before_exception) = NULL;
opline_before_exception  515 Zend/zend_execute_API.c 		    ex->opline->lineno == 0 && EG(opline_before_exception)) {
opline_before_exception  516 Zend/zend_execute_API.c 			return EG(opline_before_exception)->lineno;
opline_before_exception  206 Zend/zend_globals.h 	const zend_op *opline_before_exception;
opline_before_exception 7107 Zend/zend_vm_def.h 	uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
opline_before_exception 7115 Zend/zend_vm_def.h 		const zend_op *exc_opline = EG(opline_before_exception);
opline_before_exception 1478 Zend/zend_vm_execute.h 	uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
opline_before_exception 1486 Zend/zend_vm_execute.h 		const zend_op *exc_opline = EG(opline_before_exception);
opline_before_exception  665 sapi/phpdbg/phpdbg_prompt.c 	EG(opline_before_exception) = NULL;
opline_before_exception 1435 sapi/phpdbg/phpdbg_prompt.c 		before_ex = EG(opline_before_exception); \
opline_before_exception 1461 sapi/phpdbg/phpdbg_prompt.c 				EG(opline_before_exception) = before_ex; \
opline_before_exception  748 sapi/phpdbg/phpdbg_utils.c 		op = EG(opline_before_exception);