1
0
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:
Andrei Zmievski
2000-05-25 21:07:07 +00:00
parent 0a142bb94e
commit 8a5bc5b674

View File

@@ -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 */