orig_user_exception_handler 1345 Zend/zend.c    					zval *orig_user_exception_handler;
orig_user_exception_handler 1350 Zend/zend.c    					orig_user_exception_handler = EG(user_exception_handler);
orig_user_exception_handler 1351 Zend/zend.c    					if (call_user_function_ex(CG(function_table), NULL, orig_user_exception_handler, &retval2, 1, params, 1, NULL TSRMLS_CC) == SUCCESS) {