Here was also something missing

This commit is contained in:
Egon Schmid 1999-08-19 20:31:57 +00:00
parent 67e81da36b
commit 17f132f9ee

View file

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