diff --git a/ext/mbstring/tests/mb_ereg_replace_error.phpt b/ext/mbstring/tests/mb_ereg_replace_error.phpt index ee56f043f14..9413936b2d0 100644 --- a/ext/mbstring/tests/mb_ereg_replace_error.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_error.phpt @@ -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]'; diff --git a/ext/mbstring/tests/mb_ereg_replace_variation1.phpt b/ext/mbstring/tests/mb_ereg_replace_variation1.phpt index 195910794a7..3e24979cdc1 100644 --- a/ext/mbstring/tests/mb_ereg_replace_variation1.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_variation1.phpt @@ -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) diff --git a/ext/mbstring/tests/mb_ereg_replace_variation2.phpt b/ext/mbstring/tests/mb_ereg_replace_variation2.phpt index 2fe9495fbce..37a89fcba70 100644 --- a/ext/mbstring/tests/mb_ereg_replace_variation2.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_variation2.phpt @@ -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) diff --git a/ext/mbstring/tests/mb_ereg_replace_variation3.phpt b/ext/mbstring/tests/mb_ereg_replace_variation3.phpt index d780380ff99..09da6cd3ee1 100644 --- a/ext/mbstring/tests/mb_ereg_replace_variation3.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_variation3.phpt @@ -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) diff --git a/ext/mbstring/tests/mb_ereg_replace_variation4.phpt b/ext/mbstring/tests/mb_ereg_replace_variation4.phpt index 9861e98873c..05b4f60da34 100644 --- a/ext/mbstring/tests/mb_ereg_replace_variation4.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_variation4.phpt @@ -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) diff --git a/ext/mbstring/tests/mb_split_variation3.phpt b/ext/mbstring/tests/mb_split_variation3.phpt index f711f9dd06f..5422b169cd8 100644 --- a/ext/mbstring/tests/mb_split_variation3.phpt +++ b/ext/mbstring/tests/mb_split_variation3.phpt @@ -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) diff --git a/ext/posix/tests/posix_getgrgid_error.phpt b/ext/posix/tests/posix_getgrgid_error.phpt index bce624f45eb..7fcc8926f48 100644 --- a/ext/posix/tests/posix_getgrgid_error.phpt +++ b/ext/posix/tests/posix_getgrgid_error.phpt @@ -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 diff --git a/ext/posix/tests/posix_kill_variation1.phpt b/ext/posix/tests/posix_kill_variation1.phpt index 46268f241e3..6fcf0fa98f2 100644 --- a/ext/posix/tests/posix_kill_variation1.phpt +++ b/ext/posix/tests/posix_kill_variation1.phpt @@ -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) diff --git a/ext/posix/tests/posix_kill_variation2.phpt b/ext/posix/tests/posix_kill_variation2.phpt index aef9acd0462..240cfa57c1e 100644 --- a/ext/posix/tests/posix_kill_variation2.phpt +++ b/ext/posix/tests/posix_kill_variation2.phpt @@ -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) diff --git a/ext/posix/tests/posix_strerror_variation1.phpt b/ext/posix/tests/posix_strerror_variation1.phpt index 6417078eb55..5d6e3545328 100644 --- a/ext/posix/tests/posix_strerror_variation1.phpt +++ b/ext/posix/tests/posix_strerror_variation1.phpt @@ -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) diff --git a/ext/standard/tests/array/array_fill_keys_error.phpt b/ext/standard/tests/array/array_fill_keys_error.phpt index 64fd0e528e5..31a03e7f5f2 100644 --- a/ext/standard/tests/array/array_fill_keys_error.phpt +++ b/ext/standard/tests/array/array_fill_keys_error.phpt @@ -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); diff --git a/ext/standard/tests/file/file_exists_error.phpt b/ext/standard/tests/file/file_exists_error.phpt index bd890f9b290..b20b2fe3a01 100644 --- a/ext/standard/tests/file/file_exists_error.phpt +++ b/ext/standard/tests/file/file_exists_error.phpt @@ -10,10 +10,6 @@ Dave Kelsey * 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 diff --git a/ext/standard/tests/file/fpassthru_variation1.phpt b/ext/standard/tests/file/fpassthru_variation1.phpt index 2f1a9632f67..0d74d2ed798 100644 --- a/ext/standard/tests/file/fpassthru_variation1.phpt +++ b/ext/standard/tests/file/fpassthru_variation1.phpt @@ -10,10 +10,6 @@ Dave Kelsey * 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); diff --git a/ext/standard/tests/file/fseek_variation2.phpt b/ext/standard/tests/file/fseek_variation2.phpt index 1524459a618..f4543523015 100644 --- a/ext/standard/tests/file/fseek_variation2.phpt +++ b/ext/standard/tests/file/fseek_variation2.phpt @@ -10,10 +10,6 @@ Dave Kelsey * 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'); diff --git a/ext/standard/tests/file/fseek_variation3.phpt b/ext/standard/tests/file/fseek_variation3.phpt index 57dad367758..c29ed317592 100644 --- a/ext/standard/tests/file/fseek_variation3.phpt +++ b/ext/standard/tests/file/fseek_variation3.phpt @@ -10,10 +10,6 @@ Dave Kelsey * 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"; diff --git a/ext/standard/tests/file/parse_ini_file_error.phpt b/ext/standard/tests/file/parse_ini_file_error.phpt index 9482df8a4db..14990b26064 100644 --- a/ext/standard/tests/file/parse_ini_file_error.phpt +++ b/ext/standard/tests/file/parse_ini_file_error.phpt @@ -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 diff --git a/ext/standard/tests/streams/stream_set_timeout_error.phpt b/ext/standard/tests/streams/stream_set_timeout_error.phpt index e2c17c01873..c1d4d1406f5 100644 --- a/ext/standard/tests/streams/stream_set_timeout_error.phpt +++ b/ext/standard/tests/streams/stream_set_timeout_error.phpt @@ -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"; diff --git a/ext/xml/tests/utf8_decode_error.phpt b/ext/xml/tests/utf8_decode_error.phpt index ed39db5c12e..8735fd82f6c 100644 --- a/ext/xml/tests/utf8_decode_error.phpt +++ b/ext/xml/tests/utf8_decode_error.phpt @@ -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 diff --git a/ext/xml/tests/utf8_encode_error.phpt b/ext/xml/tests/utf8_encode_error.phpt index e1c604230fa..a82f98ff3b2 100644 --- a/ext/xml/tests/utf8_encode_error.phpt +++ b/ext/xml/tests/utf8_encode_error.phpt @@ -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 diff --git a/ext/xml/tests/xml_error_string_error.phpt b/ext/xml/tests/xml_error_string_error.phpt index e1137b8383f..866346fdd2b 100644 --- a/ext/xml/tests/xml_error_string_error.phpt +++ b/ext/xml/tests/xml_error_string_error.phpt @@ -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 diff --git a/ext/xml/tests/xml_get_current_byte_index_error.phpt b/ext/xml/tests/xml_get_current_byte_index_error.phpt index 6949dd3f295..74fa2e7dd1f 100644 --- a/ext/xml/tests/xml_get_current_byte_index_error.phpt +++ b/ext/xml/tests/xml_get_current_byte_index_error.phpt @@ -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 diff --git a/ext/xml/tests/xml_get_current_column_number_error.phpt b/ext/xml/tests/xml_get_current_column_number_error.phpt index 21f470ec24e..1fd28cc0b2a 100644 --- a/ext/xml/tests/xml_get_current_column_number_error.phpt +++ b/ext/xml/tests/xml_get_current_column_number_error.phpt @@ -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 diff --git a/ext/xml/tests/xml_get_current_line_number_error.phpt b/ext/xml/tests/xml_get_current_line_number_error.phpt index 9e3c4a40a10..282c120f0f2 100644 --- a/ext/xml/tests/xml_get_current_line_number_error.phpt +++ b/ext/xml/tests/xml_get_current_line_number_error.phpt @@ -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 diff --git a/ext/xml/tests/xml_parse_into_struct_variation.phpt b/ext/xml/tests/xml_parse_into_struct_variation.phpt index e82abdff932..a353e514196 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation.phpt @@ -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 = "
simple notesimple note
"; $p = xml_parser_create(); xml_parse_into_struct($p, $simple, $vals, $index);