diff options
author | Egon Schmid <eschmid@php.net> | 2000-02-24 10:11:42 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-02-24 10:11:42 +0000 |
commit | 0275e4f66545ce3650ab3ebeffba98769efa7710 (patch) | |
tree | 365b6fa8559e18d0e2883703275ba9646bf831ae /ext/ereg | |
parent | 88b903da6614d8499150af47f27b2b5cad6ff1c6 (diff) | |
download | php-git-0275e4f66545ce3650ab3ebeffba98769efa7710.tar.gz |
Will watch the diffs as much as I can.
Diffstat (limited to 'ext/ereg')
-rw-r--r-- | ext/ereg/ereg.c | 2 |
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; |