diff options
Diffstat (limited to 'ext/dom/documentfragment.c')
-rw-r--r-- | ext/dom/documentfragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/documentfragment.c b/ext/dom/documentfragment.c index 27493a7ad0..5e8dabe461 100644 --- a/ext/dom/documentfragment.c +++ b/ext/dom/documentfragment.c @@ -49,7 +49,7 @@ PHP_METHOD(domdocumentfragment, __construct) xmlNodePtr nodep = NULL, oldnode = NULL; dom_object *intern; - php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC); + php_set_error_handling(EH_THROW, U_CLASS_ENTRY(dom_domexception_class_entry) TSRMLS_CC); if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_documentfragment_class_entry) == FAILURE) { php_std_error_handling(); return; |