]> granicus.if.org Git - php/commitdiff
better comments
authorRaghubansh Kumar <kraghuba@php.net>
Fri, 14 Sep 2007 14:31:55 +0000 (14:31 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Fri, 14 Sep 2007 14:31:55 +0000 (14:31 +0000)
ext/standard/tests/file/wordwrap_variation3.phpt

index e6ceecdf26b03877f03c143405216e0cf82c406b..0a71944b4ea39bd57f01a88034a3c785d90bea49 100644 (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';