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 063de1f commit 2c22bd7Copy full SHA for 2c22bd7
Zend/zend_constants.c
@@ -56,7 +56,7 @@ void free_zend_constant(zval *zv)
56
zend_string_release_ex(c->name, 1);
57
}
58
if (c->filename) {
59
- zend_string_release_ex(c->filename, 1);
+ zend_string_release(c->filename);
60
61
free(c);
62
0 commit comments