Skip to content

Commit 1a925ea

Browse files
lacatoireGirgias
andcommitted
Update ext/pcre/php_pcre.c
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent 8133be8 commit 1a925ea

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
@@ -2990,7 +2990,7 @@ PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return
29902990

29912991
if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) {
29922992
zend_array_destroy(Z_ARR_P(return_value));
2993-
RETVAL_FALSE;
2993+
RETURN_FALSE;
29942994
}
29952995
}
29962996
/* }}} */

0 commit comments

Comments
 (0)