summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnt Phillips <ant@php.net>2008-12-05 14:18:02 +0000
committerAnt Phillips <ant@php.net>2008-12-05 14:18:02 +0000
commitfc8a260a92b93ad117e11f1185d7ca00381b1a10 (patch)
tree8565194b695432e75c8cc746603f5cc573bf16fd
parent1a9de83ddff116d610ad5604803316cd79fbaa8c (diff)
downloadphp-git-fc8a260a92b93ad117e11f1185d7ca00381b1a10.tar.gz
Remove duff comment produced by the test generator tool
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_error.phpt5
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_variation1.phpt4
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_variation2.phpt4
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_variation3.phpt4
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_variation4.phpt4
-rw-r--r--ext/mbstring/tests/mb_split_variation3.phpt4
-rw-r--r--ext/posix/tests/posix_getgrgid_error.phpt4
-rw-r--r--ext/posix/tests/posix_kill_variation1.phpt4
-rw-r--r--ext/posix/tests/posix_kill_variation2.phpt4
-rw-r--r--ext/posix/tests/posix_strerror_variation1.phpt4
-rw-r--r--ext/standard/tests/array/array_fill_keys_error.phpt4
-rw-r--r--ext/standard/tests/file/file_exists_error.phpt4
-rw-r--r--ext/standard/tests/file/fpassthru_variation1.phpt4
-rw-r--r--ext/standard/tests/file/fseek_variation2.phpt4
-rw-r--r--ext/standard/tests/file/fseek_variation3.phpt4
-rw-r--r--ext/standard/tests/file/parse_ini_file_error.phpt4
-rw-r--r--ext/standard/tests/streams/stream_set_timeout_error.phpt5
-rw-r--r--ext/xml/tests/utf8_decode_error.phpt4
-rw-r--r--ext/xml/tests/utf8_encode_error.phpt4
-rw-r--r--ext/xml/tests/xml_error_string_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_byte_index_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_column_number_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_line_number_error.phpt4
-rw-r--r--ext/xml/tests/xml_parse_into_struct_variation.phpt5
24 files changed, 0 insertions, 99 deletions
diff --git a/ext/mbstring/tests/mb_ereg_replace_error.phpt b/ext/mbstring/tests/mb_ereg_replace_error.phpt
index ee56f043f1..9413936b2d 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 195910794a..3e24979cdc 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 2fe9495fbc..37a89fcba7 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 d780380ff9..09da6cd3ee 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 9861e98873..05b4f60da3 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 f711f9dd06..5422b169cd 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 bce624f45e..7fcc8926f4 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 46268f241e..6fcf0fa98f 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 aef9acd046..240cfa57c1 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 6417078eb5..5d6e354532 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 64fd0e528e..31a03e7f5f 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 bd890f9b29..b20b2fe3a0 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 <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
diff --git a/ext/standard/tests/file/fpassthru_variation1.phpt b/ext/standard/tests/file/fpassthru_variation1.phpt
index 2f1a9632f6..0d74d2ed79 100644
--- a/ext/standard/tests/file/fpassthru_variation1.phpt
+++ b/ext/standard/tests/file/fpassthru_variation1.phpt
@@ -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);
diff --git a/ext/standard/tests/file/fseek_variation2.phpt b/ext/standard/tests/file/fseek_variation2.phpt
index 1524459a61..f454352301 100644
--- a/ext/standard/tests/file/fseek_variation2.phpt
+++ b/ext/standard/tests/file/fseek_variation2.phpt
@@ -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');
diff --git a/ext/standard/tests/file/fseek_variation3.phpt b/ext/standard/tests/file/fseek_variation3.phpt
index 57dad36775..c29ed31759 100644
--- a/ext/standard/tests/file/fseek_variation3.phpt
+++ b/ext/standard/tests/file/fseek_variation3.phpt
@@ -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";
diff --git a/ext/standard/tests/file/parse_ini_file_error.phpt b/ext/standard/tests/file/parse_ini_file_error.phpt
index 9482df8a4d..14990b2606 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 e2c17c0187..c1d4d1406f 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 ed39db5c12..8735fd82f6 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 e1c604230f..a82f98ff3b 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 e1137b8383..866346fdd2 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 6949dd3f29..74fa2e7dd1 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 21f470ec24..1fd28cc0b2 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 9e3c4a40a1..282c120f0f 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 e82abdff93..a353e51419 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 = "<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);