From 0cb6cfcd8710ee21fd9910f86d484ebe66a5c09d Mon Sep 17 00:00:00 2001 From: Raghubansh Kumar Date: Fri, 14 Sep 2007 14:31:55 +0000 Subject: [PATCH] better comments --- ext/standard/tests/file/wordwrap_variation3.phpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ext/standard/tests/file/wordwrap_variation3.phpt b/ext/standard/tests/file/wordwrap_variation3.phpt index e6ceecdf26..0a71944b4e 100644 --- a/ext/standard/tests/file/wordwrap_variation3.phpt +++ b/ext/standard/tests/file/wordwrap_variation3.phpt @@ -8,10 +8,9 @@ Test wordwrap() function : usage variations - unexptected values for break argu * Source code: ext/standard/string.c */ -// -// add comment here to indicate details of what this testcase is testing in particular -// - +/* + * test wordwrap by passing different values for break argument +*/ echo "*** Testing wordwrap() : usage variations ***\n"; // initialize all required variables $str = 'testing wordwrap function'; -- 2.50.1