We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7db5c8 commit 4fd91c6Copy full SHA for 4fd91c6
ext/tidy/tidy.c
@@ -62,7 +62,7 @@
62
TIDY_FETCH_OBJECT; \
63
if (!obj->ptdoc->initialized) { \
64
zend_throw_error(NULL, "tidy object is not initialized"); \
65
- return; \
+ RETURN_THROWS(); \
66
}
67
68
#define TIDY_FETCH_ONLY_OBJECT \
0 commit comments