better comments

This commit is contained in:
Raghubansh Kumar 2007-09-14 14:31:55 +00:00
parent f22626ba5a
commit 0cb6cfcd87

View File

@ -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';