From 0d603b2d9af5a2b49322032fa32ad52e13b6efe4 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 9 Mar 2003 00:05:48 +0000 Subject: [PATCH] - Fix proto --- 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 341e747f6c..da4444db95 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -623,7 +623,7 @@ PHP_FUNCTION(ltrim) } /* }}} */ -/* {{{ proto string wordwrap(string str [, int width [, string break [, int cut]]]) +/* {{{ proto string wordwrap(string str [, int width [, string break [, boolean cut]]]) Wraps buffer to selected number of characters using string break char */ PHP_FUNCTION(wordwrap) { -- 2.50.1