summaryrefslogtreecommitdiff
path: root/ext/ereg
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 10:11:42 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 10:11:42 +0000
commit0275e4f66545ce3650ab3ebeffba98769efa7710 (patch)
tree365b6fa8559e18d0e2883703275ba9646bf831ae /ext/ereg
parent88b903da6614d8499150af47f27b2b5cad6ff1c6 (diff)
downloadphp-git-0275e4f66545ce3650ab3ebeffba98769efa7710.tar.gz
Will watch the diffs as much as I can.
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;