From: Raghubansh Kumar Date: Fri, 14 Sep 2007 14:31:55 +0000 (+0000) Subject: better comments X-Git-Tag: php-5.2.5RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cb6cfcd8710ee21fd9910f86d484ebe66a5c09d;p=php better comments --- 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';