mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Here was also something missing
This commit is contained in:
parent
67e81da36b
commit
17f132f9ee
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue