From 17f132f9ee4ab6734ea02b0c8fc1425ae1fd9a19 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 19 Aug 1999 20:31:57 +0000 Subject: Here was also something missing --- ext/pcre/php_pcre.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index f11959df7e..79b34e8c5a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -869,7 +869,8 @@ PHP_FUNCTION(preg_replace) /* }}} */ -/* {{{ proto preg_split(string pattern, string subject [, int limit ]) */ +/* {{{ proto array preg_split(string pattern, string subject [, int limit ]) + split string into an array using a perl-style regular expression as a delimiter */ PHP_FUNCTION(preg_split) { zval *regex, /* Regular expression to split by */ -- cgit v1.2.1