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 2d883a6 commit b884011Copy full SHA for b884011
ext/libxml/php_libxml.h
@@ -47,14 +47,14 @@ ZEND_BEGIN_MODULE_GLOBALS(libxml)
47
ZEND_END_MODULE_GLOBALS(libxml)
48
49
typedef struct _libxml_doc_props {
50
- int formatoutput;
51
- int validateonparse;
52
- int resolveexternals;
53
- int preservewhitespace;
54
- int substituteentities;
55
- int stricterror;
56
- int recover;
57
HashTable *classmap;
+ bool formatoutput;
+ bool validateonparse;
+ bool resolveexternals;
+ bool preservewhitespace;
+ bool substituteentities;
+ bool stricterror;
+ bool recover;
58
} libxml_doc_props;
59
60
typedef struct _php_libxml_ref_obj {
0 commit comments