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 3fe9e10 commit aad12cbCopy full SHA for aad12cb
Zend/zend_string.c
@@ -69,6 +69,12 @@ ZEND_API void zend_interned_strings_init(void)
69
int i;
70
zend_string *str;
71
72
+ interned_string_request_handler = zend_new_interned_string_request;
73
+ interned_string_copy_storage = NULL;
74
+
75
+ zend_empty_string = NULL;
76
+ zend_known_strings = NULL;
77
78
zend_init_interned_strings_ht(&interned_strings_permanent, 1);
79
80
zend_new_interned_string = zend_new_interned_string_permanent;
0 commit comments