summaryrefslogtreecommitdiff
path: root/ext/dom/domerrorhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/domerrorhandler.c')
-rw-r--r--ext/dom/domerrorhandler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/domerrorhandler.c b/ext/dom/domerrorhandler.c
index c8d965d014..fc916eed3d 100644
--- a/ext/dom/domerrorhandler.c
+++ b/ext/dom/domerrorhandler.c
@@ -28,6 +28,7 @@
#include "php_dom.h"
/* {{{ arginfo */
+static
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_domerrorhandler_handle_error, 0, 0, 1)
ZEND_ARG_OBJ_INFO(0, error, DOMError, 0)
ZEND_END_ARG_INFO();