From d745768edff718c8483dc1e3613e34800e93559f Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Thu, 17 Sep 2015 11:43:01 +0200 Subject: Added the error reporting method, used to change the error reporting level --- include/call.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/call.h b/include/call.h index 55e9ed6..9b1725a 100644 --- a/include/call.h +++ b/include/call.h @@ -48,6 +48,7 @@ extern PHPCPP_EXPORT Value require_once(const char *filename); inline PHPCPP_EXPORT Value require_once(const std::string &filename) { return require_once(filename.c_str()); } extern PHPCPP_EXPORT Value set_exception_handler(const std::function &handler); extern PHPCPP_EXPORT Value set_error_handler(const std::function &handler, Error error = Error::All); +extern PHPCPP_EXPORT Value error_reporting(Error error); extern PHPCPP_EXPORT const char *sapi_name(); /** -- cgit v1.2.3