Browse Source

Update proto.

PHP-4.0.5
Andrei Zmievski 26 years ago
parent
commit
8a5bc5b674
  1. 4
      ext/pcre/php_pcre.c

4
ext/pcre/php_pcre.c

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

Loading…
Cancel
Save