mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compilation warnings
This commit is contained in:
parent
c0b49a701a
commit
5864ce8a44
20 changed files with 80 additions and 85 deletions
|
@ -1008,7 +1008,7 @@ PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject,
|
|||
*match, /* The current match */
|
||||
*piece, /* The current piece of subject */
|
||||
*replace_end=NULL, /* End of replacement string */
|
||||
*eval_result, /* Result of eval or custom function */
|
||||
*eval_result=NULL, /* Result of eval or custom function */
|
||||
walk_last; /* Last walked character */
|
||||
int rc,
|
||||
result_len; /* Length of result */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue