Skip to content

Commit e4edce6

Browse files
lacatoireGirgias
andauthored
Update ext/pcre/php_pcre.c
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent 83fa6a3 commit e4edce6

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

29902990
if (PCRE_G(error_code) != PHP_PCRE_NO_ERROR) {
29912991
zend_array_destroy(Z_ARR_P(return_value));
2992-
RETVAL_FALSE;
2992+
RETURN_FALSE;
29932993
}
29942994
}
29952995
/* }}} */

0 commit comments

Comments
 (0)