From 574a21097334e0f6a9e4616e57eb4fbbca72a22a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 12 Nov 2005 14:56:35 +0000 Subject: [PATCH] - Fixed protos. --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index 33c88eae30..8e44173afa 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1165,7 +1165,7 @@ PHP_FUNCTION(explode) } /* }}} */ -/* {{{ proto string join(array src, string glue) +/* {{{ proto string join([string glue,] array pieces) An alias for implode */ /* }}} */ -- 2.50.1