mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
Update proto.
This commit is contained in:
@@ -1031,8 +1031,8 @@ PHP_FUNCTION(preg_split)
|
||||
/* }}} */
|
||||
|
||||
|
||||
/* {{{ proto string preg_quote(string str)
|
||||
Quote regular expression characters */
|
||||
/* {{{ proto string preg_quote(string str, string delim_char)
|
||||
Quote regular expression characters plus an optional character */
|
||||
PHP_FUNCTION(preg_quote)
|
||||
{
|
||||
zval **in_str_arg; /* Input string argument */
|
||||
|
||||
Reference in New Issue
Block a user