ant             Fri Dec  5 14:18:03 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/xml/tests      utf8_decode_error.phpt 
                                xml_get_current_column_number_error.phpt 
                                xml_get_current_line_number_error.phpt 
                                xml_parse_into_struct_variation.phpt 
                                xml_get_current_byte_index_error.phpt 
                                utf8_encode_error.phpt 
                                xml_error_string_error.phpt 
    /php-src/ext/mbstring/tests mb_split_variation3.phpt 
                                mb_ereg_replace_error.phpt 
                                mb_ereg_replace_variation1.phpt 
                                mb_ereg_replace_variation3.phpt 
                                mb_ereg_replace_variation4.phpt 
                                mb_ereg_replace_variation2.phpt 
    /php-src/ext/standard/tests/file    file_exists_error.phpt 
                                        fseek_variation3.phpt 
                                        fpassthru_variation1.phpt 
                                        fseek_variation2.phpt 
                                        parse_ini_file_error.phpt 
    /php-src/ext/standard/tests/array   array_fill_keys_error.phpt 
    /php-src/ext/standard/tests/streams stream_set_timeout_error.phpt 
    /php-src/ext/posix/tests    posix_kill_variation2.phpt 
                                posix_kill_variation1.phpt 
                                posix_strerror_variation1.phpt 
                                posix_getgrgid_error.phpt 
  Log:
  Remove duff comment produced by the test generator tool
  
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/utf8_decode_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/utf8_decode_error.phpt
diff -u php-src/ext/xml/tests/utf8_decode_error.phpt:1.1.2.1 
php-src/ext/xml/tests/utf8_decode_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/utf8_decode_error.phpt:1.1.2.1        Wed Dec  3 
19:09:14 2008
+++ php-src/ext/xml/tests/utf8_decode_error.phpt        Fri Dec  5 14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_get_current_column_number_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/xml_get_current_column_number_error.phpt
diff -u php-src/ext/xml/tests/xml_get_current_column_number_error.phpt:1.1.2.1 
php-src/ext/xml/tests/xml_get_current_column_number_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/xml_get_current_column_number_error.phpt:1.1.2.1      
Wed Dec  3 19:09:13 2008
+++ php-src/ext/xml/tests/xml_get_current_column_number_error.phpt      Fri Dec 
 5 14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_get_current_line_number_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/xml_get_current_line_number_error.phpt
diff -u php-src/ext/xml/tests/xml_get_current_line_number_error.phpt:1.1.2.1 
php-src/ext/xml/tests/xml_get_current_line_number_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/xml_get_current_line_number_error.phpt:1.1.2.1        
Wed Dec  3 19:09:13 2008
+++ php-src/ext/xml/tests/xml_get_current_line_number_error.phpt        Fri Dec 
 5 14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt
diff -u php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt:1.1.2.1 
php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt:1.1.2.2
--- php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt:1.1.2.1  Wed Dec 
 3 19:09:13 2008
+++ php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt  Fri Dec  5 
14:18:02 2008
@@ -14,13 +14,8 @@
  * 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);
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt
diff -u php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt:1.1.2.1 
php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt:1.1.2.1 Wed Dec 
 3 19:09:13 2008
+++ php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt Fri Dec  5 
14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/utf8_encode_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/utf8_encode_error.phpt
diff -u php-src/ext/xml/tests/utf8_encode_error.phpt:1.1.2.1 
php-src/ext/xml/tests/utf8_encode_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/utf8_encode_error.phpt:1.1.2.1        Wed Dec  3 
19:09:13 2008
+++ php-src/ext/xml/tests/utf8_encode_error.phpt        Fri Dec  5 14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_error_string_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/xml/tests/xml_error_string_error.phpt
diff -u php-src/ext/xml/tests/xml_error_string_error.phpt:1.1.2.1 
php-src/ext/xml/tests/xml_error_string_error.phpt:1.1.2.2
--- php-src/ext/xml/tests/xml_error_string_error.phpt:1.1.2.1   Wed Dec  3 
19:09:14 2008
+++ php-src/ext/xml/tests/xml_error_string_error.phpt   Fri Dec  5 14:18:02 2008
@@ -14,10 +14,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_split_variation3.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_split_variation3.phpt
diff -u php-src/ext/mbstring/tests/mb_split_variation3.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_split_variation3.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_split_variation3.phpt:1.1.4.2 Fri Dec  5 
13:10:47 2008
+++ php-src/ext/mbstring/tests/mb_split_variation3.phpt Fri Dec  5 14:18:02 2008
@@ -13,10 +13,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt
diff -u php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt:1.1.4.2       Fri Dec 
 5 13:10:47 2008
+++ php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt       Fri Dec  5 
14:18:02 2008
@@ -13,13 +13,8 @@
  * 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]';
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt
diff -u php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt:1.1.4.2  Fri Dec 
 5 13:10:47 2008
+++ php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt  Fri Dec  5 
14:18:02 2008
@@ -15,10 +15,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt
diff -u php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt:1.1.4.2  Fri Dec 
 5 13:10:47 2008
+++ php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt  Fri Dec  5 
14:18:02 2008
@@ -13,10 +13,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt
diff -u php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt:1.1.4.2  Fri Dec 
 5 13:10:47 2008
+++ php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt  Fri Dec  5 
14:18:02 2008
@@ -13,10 +13,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt
diff -u php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt:1.1.4.2 
php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt:1.1.4.3
--- php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt:1.1.4.2  Fri Dec 
 5 13:10:46 2008
+++ php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt  Fri Dec  5 
14:18:02 2008
@@ -13,10 +13,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/file_exists_error.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/file/file_exists_error.phpt
diff -u php-src/ext/standard/tests/file/file_exists_error.phpt:1.1.4.2 
php-src/ext/standard/tests/file/file_exists_error.phpt:1.1.4.3
--- php-src/ext/standard/tests/file/file_exists_error.phpt:1.1.4.2      Wed Nov 
26 10:10:16 2008
+++ php-src/ext/standard/tests/file/file_exists_error.phpt      Fri Dec  5 
14:18:02 2008
@@ -10,10 +10,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fseek_variation3.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/file/fseek_variation3.phpt
diff -u php-src/ext/standard/tests/file/fseek_variation3.phpt:1.1.4.2 
php-src/ext/standard/tests/file/fseek_variation3.phpt:1.1.4.3
--- php-src/ext/standard/tests/file/fseek_variation3.phpt:1.1.4.2       Wed Nov 
26 10:10:19 2008
+++ php-src/ext/standard/tests/file/fseek_variation3.phpt       Fri Dec  5 
14:18:02 2008
@@ -10,10 +10,6 @@
  * 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";
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fpassthru_variation1.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/file/fpassthru_variation1.phpt
diff -u php-src/ext/standard/tests/file/fpassthru_variation1.phpt:1.1.4.2 
php-src/ext/standard/tests/file/fpassthru_variation1.phpt:1.1.4.3
--- php-src/ext/standard/tests/file/fpassthru_variation1.phpt:1.1.4.2   Wed Nov 
26 10:10:16 2008
+++ php-src/ext/standard/tests/file/fpassthru_variation1.phpt   Fri Dec  5 
14:18:02 2008
@@ -10,10 +10,6 @@
  * 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);
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fseek_variation2.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/file/fseek_variation2.phpt
diff -u php-src/ext/standard/tests/file/fseek_variation2.phpt:1.1.4.2 
php-src/ext/standard/tests/file/fseek_variation2.phpt:1.1.4.3
--- php-src/ext/standard/tests/file/fseek_variation2.phpt:1.1.4.2       Wed Nov 
26 10:10:18 2008
+++ php-src/ext/standard/tests/file/fseek_variation2.phpt       Fri Dec  5 
14:18:02 2008
@@ -10,10 +10,6 @@
  * 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');
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/parse_ini_file_error.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/standard/tests/file/parse_ini_file_error.phpt
diff -u php-src/ext/standard/tests/file/parse_ini_file_error.phpt:1.1.4.3 
php-src/ext/standard/tests/file/parse_ini_file_error.phpt:1.1.4.4
--- php-src/ext/standard/tests/file/parse_ini_file_error.phpt:1.1.4.3   Sun Aug 
31 00:19:50 2008
+++ php-src/ext/standard/tests/file/parse_ini_file_error.phpt   Fri Dec  5 
14:18:02 2008
@@ -8,10 +8,6 @@
  * 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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_fill_keys_error.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/array/array_fill_keys_error.phpt
diff -u php-src/ext/standard/tests/array/array_fill_keys_error.phpt:1.1.2.2 
php-src/ext/standard/tests/array/array_fill_keys_error.phpt:1.1.2.3
--- php-src/ext/standard/tests/array/array_fill_keys_error.phpt:1.1.2.2 Tue Dec 
 2 13:32:52 2008
+++ php-src/ext/standard/tests/array/array_fill_keys_error.phpt Fri Dec  5 
14:18:02 2008
@@ -8,10 +8,6 @@
  * 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);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt
diff -u 
php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt:1.1.2.3 
php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt:1.1.2.4
--- php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt:1.1.2.3    
Fri Jun 20 14:53:57 2008
+++ php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt    Fri Dec 
 5 14:18:02 2008
@@ -8,13 +8,8 @@
  * 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";
 
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/tests/posix_kill_variation2.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/posix/tests/posix_kill_variation2.phpt
diff -u php-src/ext/posix/tests/posix_kill_variation2.phpt:1.1.4.2 
php-src/ext/posix/tests/posix_kill_variation2.phpt:1.1.4.3
--- php-src/ext/posix/tests/posix_kill_variation2.phpt:1.1.4.2  Fri Apr 11 
09:28:07 2008
+++ php-src/ext/posix/tests/posix_kill_variation2.phpt  Fri Dec  5 14:18:02 2008
@@ -12,10 +12,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/tests/posix_kill_variation1.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/posix/tests/posix_kill_variation1.phpt
diff -u php-src/ext/posix/tests/posix_kill_variation1.phpt:1.1.4.2 
php-src/ext/posix/tests/posix_kill_variation1.phpt:1.1.4.3
--- php-src/ext/posix/tests/posix_kill_variation1.phpt:1.1.4.2  Fri Apr 11 
09:28:07 2008
+++ php-src/ext/posix/tests/posix_kill_variation1.phpt  Fri Dec  5 14:18:02 2008
@@ -12,10 +12,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/tests/posix_strerror_variation1.phpt?r1=1.1.4.4&r2=1.1.4.5&diff_format=u
Index: php-src/ext/posix/tests/posix_strerror_variation1.phpt
diff -u php-src/ext/posix/tests/posix_strerror_variation1.phpt:1.1.4.4 
php-src/ext/posix/tests/posix_strerror_variation1.phpt:1.1.4.5
--- php-src/ext/posix/tests/posix_strerror_variation1.phpt:1.1.4.4      Fri Jul 
 4 14:30:36 2008
+++ php-src/ext/posix/tests/posix_strerror_variation1.phpt      Fri Dec  5 
14:18:02 2008
@@ -12,10 +12,6 @@
  * 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)
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/tests/posix_getgrgid_error.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/posix/tests/posix_getgrgid_error.phpt
diff -u php-src/ext/posix/tests/posix_getgrgid_error.phpt:1.1.4.2 
php-src/ext/posix/tests/posix_getgrgid_error.phpt:1.1.4.3
--- php-src/ext/posix/tests/posix_getgrgid_error.phpt:1.1.4.2   Fri Apr 11 
09:33:08 2008
+++ php-src/ext/posix/tests/posix_getgrgid_error.phpt   Fri Dec  5 14:18:02 2008
@@ -12,10 +12,6 @@
  * 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to