Skip to content

Commit 495611d

Browse files
committed
[ci skip] CS
1 parent 151e34f commit 495611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/php_pcre.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bo
877877
new_entry.subpats_table = make_subpats_table(name_count, &new_entry, !PCRE_G(per_request_cache));
878878
if (!new_entry.subpats_table) {
879879
if (key != regex) {
880-
zend_string_release_ex(key, 0);
880+
zend_string_release_ex(key, false);
881881
}
882882
/* Warning already emitted by make_subpats_table() */
883883
pcre_handle_exec_error(PCRE2_ERROR_INTERNAL);

0 commit comments

Comments
 (0)