]> granicus.if.org Git - php/commitdiff
Remove duff comment produced by the test generator tool
authorAnt Phillips <ant@php.net>
Fri, 5 Dec 2008 14:18:02 +0000 (14:18 +0000)
committerAnt Phillips <ant@php.net>
Fri, 5 Dec 2008 14:18:02 +0000 (14:18 +0000)
24 files changed:
ext/mbstring/tests/mb_ereg_replace_error.phpt
ext/mbstring/tests/mb_ereg_replace_variation1.phpt
ext/mbstring/tests/mb_ereg_replace_variation2.phpt
ext/mbstring/tests/mb_ereg_replace_variation3.phpt
ext/mbstring/tests/mb_ereg_replace_variation4.phpt
ext/mbstring/tests/mb_split_variation3.phpt
ext/posix/tests/posix_getgrgid_error.phpt
ext/posix/tests/posix_kill_variation1.phpt
ext/posix/tests/posix_kill_variation2.phpt
ext/posix/tests/posix_strerror_variation1.phpt
ext/standard/tests/array/array_fill_keys_error.phpt
ext/standard/tests/file/file_exists_error.phpt
ext/standard/tests/file/fpassthru_variation1.phpt
ext/standard/tests/file/fseek_variation2.phpt
ext/standard/tests/file/fseek_variation3.phpt
ext/standard/tests/file/parse_ini_file_error.phpt
ext/standard/tests/streams/stream_set_timeout_error.phpt
ext/xml/tests/utf8_decode_error.phpt
ext/xml/tests/utf8_encode_error.phpt
ext/xml/tests/xml_error_string_error.phpt
ext/xml/tests/xml_get_current_byte_index_error.phpt
ext/xml/tests/xml_get_current_column_number_error.phpt
ext/xml/tests/xml_get_current_line_number_error.phpt
ext/xml/tests/xml_parse_into_struct_variation.phpt

index ee56f043f1477972a9d2de35a67ce129aeb591e8..9413936b2d07364ea82d6543cb95416d0804e8f0 100644 (file)
@@ -13,13 +13,8 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_ereg_replace() : error conditions ***\n";
 
-
 //Test mb_ereg_replace with one more than the expected number of arguments
 echo "\n-- Testing mb_ereg_replace() function with more than expected no. of arguments --\n";
 $pattern = b'[a-k]';
index 195910794a741b4eb687a69165b5c2f8c9decb93..3e24979cdc19e2cf7edc2676bfa457e0e05fea5e 100644 (file)
@@ -15,10 +15,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_ereg_replace() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 2fe9495fbcedb7647e843d19f27c8f67b806134d..37a89fcba70641bdcee7963f920df92c2ae374c5 100644 (file)
@@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_ereg_replace() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index d780380ff99870108b0ebae2cf7fb4a634b05d3b..09da6cd3ee151f63106cc71da648bf639c961764 100644 (file)
@@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_ereg_replace() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 9861e98873c8563ae39d7163e592d1d8557b2292..05b4f60da345de66dca1152a9aca56b4a6bf35bb 100644 (file)
@@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_ereg_replace() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index f711f9dd06f2b92f10ba3ac2512bea89909524b9..5422b169cd8e8f0bcfdd5381da8ffabab747c2cb 100644 (file)
@@ -13,10 +13,6 @@ function_exists('mb_split') or die("skip mb_split() is not available in this bui
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing mb_split() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index bce624f45eb9683299905d90eb6bf05f372f798d..7fcc8926f487156491c418e8cd6666b74fa6b91d 100644 (file)
@@ -12,10 +12,6 @@ Test posix_getgrgid() function : error conditions
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing posix_getgrgid() : error conditions ***\n";
 
 // Zero arguments
index 46268f241e3cee48a2161fe93f7da052d666846e..6fcf0fa98f284f876459753f07fb734e0c1c405d 100644 (file)
@@ -12,10 +12,6 @@ Test posix_kill() function : usage variations  - first parameter type
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing posix_kill() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index aef9acd04620dc87ef9bb61e72121281890fe214..240cfa57c1e70047b7d09331b98181d6ead72766 100644 (file)
@@ -12,10 +12,6 @@ Test posix_kill() function : usage variations  - second parameter type
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing posix_kill() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 6417078eb55d0d0b2aa05ee912946e5b626e1090..5d6e3545328da55685b151b16f84975d1e8c81c7 100644 (file)
@@ -12,10 +12,6 @@ Test posix_strerror() function : usage variations
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing posix_strerror() : usage variations ***\n";
 
 // Initialise function arguments not being substituted (if any)
index 64fd0e528e5829528ead03d08577c3fabea82d2d..31a03e7f5f24b244c3880a0cfa3296a8a67d15be 100644 (file)
@@ -8,10 +8,6 @@ Test array_fill_keys() function : error conditions
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing array_fill_keys() : error conditions ***\n";
 
 $keys = array(1, 2);
index bd890f9b2909062913958224c274543137b8fe53..b20b2fe3a018184f91a91e4ffbca8c2aafe74a70 100644 (file)
@@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing file_exists() : error conditions ***\n";
 
 // Zero arguments
index 2f1a9632f677cfb3c5060082907cdb9fbe385c21..0d74d2ed7988020185d52a32dbed6f4aad4467c5 100644 (file)
@@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
  * Alias to functions: gzpassthru
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing fpassthru() : usage variations ***\n";
 error_reporting(E_ALL & ~E_NOTICE);
 
index 1524459a618ad971ae3a67aa359bb327603e94c5..f454352301532b5e7d2f9789b884a7facfb7902a 100644 (file)
@@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
  * Alias to functions: gzseek
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing fseek() : usage variations ***\n";
 error_reporting(E_ALL & ~E_NOTICE);
 $fp = fopen(__FILE__, 'r');
index 57dad36775803b206a18f286bf8686b722b49e51..c29ed317592ae7b2aa763b490c94f0dabd7c2694 100644 (file)
@@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
  * Alias to functions: gzseek
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing fseek() : variation - beyond file boundaries ***\n";
 
 $outputfile = __FILE__.".tmp";
index 9482df8a4dbb2ba422281e28c672bdb22d67586f..14990b26064b08fc6a21d2002670aace4b098f81 100644 (file)
@@ -8,10 +8,6 @@ Test parse_ini_file() function : error conditions
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing parse_ini_file() : error conditions ***\n";
 
 // Zero arguments
index e2c17c018733d4c8b70ba00ba82b419818e0d3f8..c1d4d1406f5a0c56a214dd032e34cfab2a06f2ba 100644 (file)
@@ -8,13 +8,8 @@ Test stream_set_timeout() function : error conditions
  * Alias to functions: socket_set_timeout
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing stream_set_timeout() : error conditions ***\n";
 
-
 //Test stream_set_timeout with one more than the expected number of arguments
 echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
 
index ed39db5c12e2f00ec5e52eae02b15eb043baf762..8735fd82f6cec9184c00a0db138c352df9d5ded7 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing utf8_decode() : error conditions ***\n";
 
 // Zero arguments
index e1c604230fa3d5a2cb9f19a3b1c0f7a253273cca..a82f98ff3b2d23c4a26f6cf5adb83b23c2a8a512 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing utf8_encode() : error conditions ***\n";
 
 // Zero arguments
index e1137b8383fbb7fd5f8ede8c12790135b5db46b9..866346fdd2bb6369214d353a70b3bde50a207e35 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing xml_error_string() : error conditions ***\n";
 
 // Zero arguments
index 6949dd3f29501416726cd0b446ae2bba3bb21dff..74fa2e7dd1fb350bb186f165d28aa66ce2322c23 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing xml_get_current_byte_index() : error conditions ***\n";
 
 // Zero arguments
index 21f470ec24e376481279cc03e2d12f1c085b334d..1fd28cc0b2ae6e35219b7e1ffd0db7a3d602911e 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing xml_get_current_column_number() : error conditions ***\n";
 
 // Zero arguments
index 9e3c4a40a106662b064ee97c9d6ec1595ffb0f7d..282c120f0f22ed6b4ad6545f7f12bd2205fb086c 100644 (file)
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing xml_get_current_line_number() : error conditions ***\n";
 
 // Zero arguments
index e82abdff93271ab3ca408781afe890fc3665ee0f..a353e5141964161c5a847499301145d3ea2a131c 100644 (file)
@@ -14,13 +14,8 @@ if (!extension_loaded("xml")) {
  * Alias to functions: 
  */
 
-/*
- * add a comment here to say what the test is supposed to do
- */
-
 echo "*** Testing xml_parse_into_struct() : variation ***\n";
 
-
 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
 $p = xml_parser_create();
 xml_parse_into_struct($p, $simple, $vals, $index);