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 ac4ed1c commit f165906Copy full SHA for f165906
ext/xsl/php_xsl.h
@@ -52,7 +52,7 @@ extern zend_module_entry xsl_module_entry;
52
/* Default == disable all write access */
53
#define XSL_SECPREF_DEFAULT (XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_FILE)
54
55
-typedef struct _xsl_object {
+typedef struct xsl_object {
56
void *ptr;
57
HashTable *parameter;
58
bool hasKeys;
0 commit comments