]> 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:00 +0000 (14:18 +0000)
committerAnt Phillips <ant@php.net>
Fri, 5 Dec 2008 14:18:00 +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 31ea14199a03ada38c68d99d39ae7e680bbfe47a..37f12ff1b331308488eab6dab8e21d22dc32c482 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 191091e0971429205ef1d2c6a3bac0a9d09d4de9..d3ae8836632a2ab78e3f59dc147158043bbdaaae 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 b40efbc093a79c4317dd324ebdf5e73cd1e0e3d4..02de1d59e51bd92941bafc3a35dbb29ce2a61cd9 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 97b859956d6595c69d1a1c06bc16404584981213..3747d28f08a401b1f8e0d33cd2fa5c4862bdea1b 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 1e578da3b83bf65c96a1097deb55aa04853537b1..ba14e3927dc7737e486474a00e988cadc1cb6376 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 a57a691f98dadc9dcb5d9e1ef78e08ebcfb6c7d1..5967ed5fca5e768cb0220575ce08f331d19237df 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 065bfcabf3b31a3cb8bedefde317847e5caf26e3..91bae00a4639ca23790b5c10e5219f01a3cacfe9 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 9336eb6c5ee86eed86f3e5d69649e443a7d797ef..01150369b7e214afa8598fac7a9ad26b9e6cc7e8 100644 (file)
@@ -12,10 +12,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 5495f9ab73a94672ff4f153821011e9269704c74..5a323b0f45113bf6cac547be0e943d63261c970f 100644 (file)
@@ -12,10 +12,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 b79c0ce00d06d3aa6e5909da9244ef262a51cdd3..5c4930fa3a298637e75b2b966efbaf3e8d0d1c4a 100644 (file)
@@ -12,10 +12,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 6f2389f015930d820059b334a89f4c319f70f42a..646e6333c451a0fa34a32a0e11422eb3e6fad6fd 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 8abe9048b2f1fc0bc5ad2e897eb928c1269a19d7..63ea13ae0adaa2530d003f2a91c212e233353b59 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 4aa44ffbf763b26e7be421bb97a3ded8a3e3fae6..16ba9dbc472bf5c6dce1b90a46c979c8a479a6f1 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);