mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
28808ca96d
commit
03db04c3ab
1 changed files with 1 additions and 1 deletions
|
@ -2419,7 +2419,7 @@ static PHP_FUNCTION(preg_quote)
|
|||
ZEND_PARSE_PARAMETERS_START(1, 2)
|
||||
Z_PARAM_STR(str)
|
||||
Z_PARAM_OPTIONAL
|
||||
Z_PARAM_STR(delim)
|
||||
Z_PARAM_STR_EX(delim, 1, 0)
|
||||
ZEND_PARSE_PARAMETERS_END();
|
||||
|
||||
/* Nothing to do if we got an empty string */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue