summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-12-30 18:14:29 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2019-12-31 00:21:37 +0100
commit2f7309b1e9d36fa6e061394f84c73c30a29a88a6 (patch)
tree0d89427ec0509fb5ea8a303d8e946100d79290ca /ext/dom/php_dom.h
parent76c45f35f55b50cfb4fc581d3358998b25e5531e (diff)
downloadphp-git-2f7309b1e9d36fa6e061394f84c73c30a29a88a6.tar.gz
Use RETURN_THROWS() during ZPP in the date, dba and dom extensions
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index 11ca442df2..da4d2ad01b 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -140,7 +140,7 @@ entry = zend_register_internal_class_ex(&ce, parent_ce);
#define DOM_NO_ARGS() \
if (zend_parse_parameters_none() == FAILURE) { \
- return; \
+ RETURN_THROWS(); \
}
#define DOM_NOT_IMPLEMENTED() \