summaryrefslogtreecommitdiff
path: root/ext/ereg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ereg')
-rw-r--r--ext/ereg/ereg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ereg/ereg.c b/ext/ereg/ereg.c
index 69e980b94f..1630bf7b94 100644
--- a/ext/ereg/ereg.c
+++ b/ext/ereg/ereg.c
@@ -510,7 +510,7 @@ PHP_FUNCTION(eregi_replace)
/* ("root", "passwd", "uid", "gid", "other:stuff:like:/bin/sh")
= split(":", $passwd_file, 5); */
/* {{{ proto array split(string pattern, string string [, int limit])
- split string into array by regular expression */
+ Split string into array by regular expression */
PHP_FUNCTION(split)
{
pval **spliton, **str, **arg_count = NULL;