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

index 662b52f6c5742a69fe1e39c84a066a8533ad4a18..f3b941f024a532d40ecd66a3de34225a061f4444 100644 (file)
@@ -7,10 +7,6 @@ Test wordwrap() function : error conditions
  * Source code: ext/standard/string.c
 */
 
-//
-// add comment here to indicate details of what this testcase is testing in particular
-//
-
 echo "*** Testing wordwrap() : error conditions ***\n";
 
 // Zero argument
index 55e69a925e62689bef9615cf211fcc4b712dffb9..2aab85b30b845a3b178d96a713f1c4017249fb6a 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';