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 be8f8d9 commit f64d7d7Copy full SHA for f64d7d7
Zend/zend_API.c
@@ -39,6 +39,8 @@
39
/* these variables are true statics/globals, and have to be mutex'ed on every access */
40
ZEND_API HashTable module_registry;
41
42
+static int nonsense;
43
+
44
static zend_module_entry **module_request_startup_handlers;
45
static zend_module_entry **module_request_shutdown_handlers;
46
static zend_module_entry **module_post_deactivate_handlers;
Zend/zend_API.h
@@ -40,7 +40,6 @@ typedef struct _zend_function_entry {
uint32_t flags;
const zend_frameless_function_info *frameless_function_infos;
const char *doc_comment;
- int nonsense;
} zend_function_entry;
typedef struct _zend_fcall_info {
0 commit comments