mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
This commit is contained in:
commit
ad1b62fca7
1 changed files with 1 additions and 1 deletions
|
@ -2674,7 +2674,7 @@ static PHP_FUNCTION(preg_quote)
|
||||||
ZEND_PARSE_PARAMETERS_START(1, 2)
|
ZEND_PARSE_PARAMETERS_START(1, 2)
|
||||||
Z_PARAM_STR(str)
|
Z_PARAM_STR(str)
|
||||||
Z_PARAM_OPTIONAL
|
Z_PARAM_OPTIONAL
|
||||||
Z_PARAM_STR(delim)
|
Z_PARAM_STR_EX(delim, 1, 0)
|
||||||
ZEND_PARSE_PARAMETERS_END();
|
ZEND_PARSE_PARAMETERS_END();
|
||||||
|
|
||||||
/* Nothing to do if we got an empty string */
|
/* Nothing to do if we got an empty string */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue