ant Fri Dec 5 14:17:58 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xml/tests xml_parse_into_struct_variation.phpt xml_error_string_error.phpt utf8_decode_error.phpt xml_get_current_byte_index_error.phpt utf8_encode_error.phpt xml_get_current_line_number_error.phpt xml_get_current_column_number_error.phpt /php-src/ext/mbstring/tests mb_ereg_replace_error.phpt mb_ereg_replace_variation1.phpt mb_ereg_replace_variation2.phpt mb_ereg_replace_variation4.phpt mb_ereg_replace_variation3.phpt mb_split_variation3.phpt /php-src/ext/posix/tests posix_kill_variation1.phpt posix_getgrgid_error.phpt posix_kill_variation2.phpt posix_strerror_variation1.phpt /php-src/ext/standard/tests/file fseek_variation2.phpt fseek_variation3.phpt parse_ini_file_error.phpt fpassthru_variation1.phpt file_exists_error.phpt /php-src/ext/standard/tests/streams stream_set_timeout_error.phpt /php-src/ext/standard/tests/array array_fill_keys_error.phpt Log: Remove duff comment produced by the test generator tool
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt:1.2.2.3 --- php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/xml_parse_into_struct_variation.phpt Fri Dec 5 14:17:58 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_error_string_error.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/xml_error_string_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/xml_error_string_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/xml_error_string_error.phpt Fri Dec 5 14:17:58 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/xml/tests/utf8_decode_error.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/utf8_decode_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/utf8_decode_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/utf8_decode_error.phpt Fri Dec 5 14:17:58 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_byte_index_error.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/xml_get_current_byte_index_error.phpt Fri Dec 5 14:17:58 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.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/utf8_encode_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/utf8_encode_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/utf8_encode_error.phpt Fri Dec 5 14:17:58 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_get_current_line_number_error.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/xml_get_current_line_number_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/xml_get_current_line_number_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/xml_get_current_line_number_error.phpt Fri Dec 5 14:17:58 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_get_current_column_number_error.phpt?r1=1.2.2.2&r2=1.2.2.3&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.2.2.2 php-src/ext/xml/tests/xml_get_current_column_number_error.phpt:1.2.2.3 --- php-src/ext/xml/tests/xml_get_current_column_number_error.phpt:1.2.2.2 Wed Dec 3 19:09:21 2008 +++ php-src/ext/xml/tests/xml_get_current_column_number_error.phpt Fri Dec 5 14:17:58 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/mbstring/tests/mb_ereg_replace_error.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt:1.1.2.1 Wed Dec 3 13:03:54 2008 +++ php-src/ext/mbstring/tests/mb_ereg_replace_error.phpt Fri Dec 5 14:17:58 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() : error conditions ***\n"; http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt:1.1.2.1 Wed Dec 3 13:03:56 2008 +++ php-src/ext/mbstring/tests/mb_ereg_replace_variation1.phpt Fri Dec 5 14:17:58 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_variation2.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt:1.1.2.1 Wed Dec 3 13:03:56 2008 +++ php-src/ext/mbstring/tests/mb_ereg_replace_variation2.phpt Fri Dec 5 14:17:58 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.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt:1.1.2.1 Wed Dec 3 13:03:56 2008 +++ php-src/ext/mbstring/tests/mb_ereg_replace_variation4.phpt Fri Dec 5 14:17:58 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_variation3.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt:1.1.2.1 Wed Dec 3 13:03:55 2008 +++ php-src/ext/mbstring/tests/mb_ereg_replace_variation3.phpt Fri Dec 5 14:17:58 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_split_variation3.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/mbstring/tests/mb_split_variation3.phpt:1.1.2.2 --- php-src/ext/mbstring/tests/mb_split_variation3.phpt:1.1.2.1 Wed Dec 3 13:03:56 2008 +++ php-src/ext/mbstring/tests/mb_split_variation3.phpt Fri Dec 5 14:17:58 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/posix/tests/posix_kill_variation1.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/posix/tests/posix_kill_variation1.phpt:1.1.2.2 --- php-src/ext/posix/tests/posix_kill_variation1.phpt:1.1.2.1 Fri Apr 11 09:27:41 2008 +++ php-src/ext/posix/tests/posix_kill_variation1.phpt Fri Dec 5 14:17:58 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_getgrgid_error.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/posix/tests/posix_getgrgid_error.phpt:1.1.2.2 --- php-src/ext/posix/tests/posix_getgrgid_error.phpt:1.1.2.1 Fri Apr 11 09:32:31 2008 +++ php-src/ext/posix/tests/posix_getgrgid_error.phpt Fri Dec 5 14:17:58 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 http://cvs.php.net/viewvc.cgi/php-src/ext/posix/tests/posix_kill_variation2.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/posix/tests/posix_kill_variation2.phpt:1.1.2.2 --- php-src/ext/posix/tests/posix_kill_variation2.phpt:1.1.2.1 Fri Apr 11 09:27:41 2008 +++ php-src/ext/posix/tests/posix_kill_variation2.phpt Fri Dec 5 14:17:58 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.2.3&r2=1.1.2.4&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.2.3 php-src/ext/posix/tests/posix_strerror_variation1.phpt:1.1.2.4 --- php-src/ext/posix/tests/posix_strerror_variation1.phpt:1.1.2.3 Fri Aug 15 02:26:56 2008 +++ php-src/ext/posix/tests/posix_strerror_variation1.phpt Fri Dec 5 14:17:58 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/standard/tests/file/fseek_variation2.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/standard/tests/file/fseek_variation2.phpt:1.1.2.2 --- php-src/ext/standard/tests/file/fseek_variation2.phpt:1.1.2.1 Tue Nov 25 11:31:24 2008 +++ php-src/ext/standard/tests/file/fseek_variation2.phpt Fri Dec 5 14:17:58 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/fseek_variation3.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/standard/tests/file/fseek_variation3.phpt:1.1.2.2 --- php-src/ext/standard/tests/file/fseek_variation3.phpt:1.1.2.1 Tue Nov 25 11:31:24 2008 +++ php-src/ext/standard/tests/file/fseek_variation3.phpt Fri Dec 5 14:17:58 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/parse_ini_file_error.phpt?r1=1.1.2.2&r2=1.1.2.3&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.2.2 php-src/ext/standard/tests/file/parse_ini_file_error.phpt:1.1.2.3 --- php-src/ext/standard/tests/file/parse_ini_file_error.phpt:1.1.2.2 Sun Aug 31 00:21:19 2008 +++ php-src/ext/standard/tests/file/parse_ini_file_error.phpt Fri Dec 5 14:17:58 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/file/fpassthru_variation1.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/standard/tests/file/fpassthru_variation1.phpt:1.1.2.2 --- php-src/ext/standard/tests/file/fpassthru_variation1.phpt:1.1.2.1 Tue Nov 25 11:31:24 2008 +++ php-src/ext/standard/tests/file/fpassthru_variation1.phpt Fri Dec 5 14:17:58 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/file_exists_error.phpt?r1=1.1.2.1&r2=1.1.2.2&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.2.1 php-src/ext/standard/tests/file/file_exists_error.phpt:1.1.2.2 --- php-src/ext/standard/tests/file/file_exists_error.phpt:1.1.2.1 Tue Nov 25 11:31:24 2008 +++ php-src/ext/standard/tests/file/file_exists_error.phpt Fri Dec 5 14:17:58 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/streams/stream_set_timeout_error.phpt?r1=1.1.4.2&r2=1.1.4.3&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.4.2 php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt:1.1.4.3 --- php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt:1.1.4.2 Wed Mar 19 17:38:25 2008 +++ php-src/ext/standard/tests/streams/stream_set_timeout_error.phpt Fri Dec 5 14:17:58 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/standard/tests/array/array_fill_keys_error.phpt?r1=1.1.4.2&r2=1.1.4.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.4.2 php-src/ext/standard/tests/array/array_fill_keys_error.phpt:1.1.4.3 --- php-src/ext/standard/tests/array/array_fill_keys_error.phpt:1.1.4.2 Tue Dec 2 13:37:19 2008 +++ php-src/ext/standard/tests/array/array_fill_keys_error.phpt Fri Dec 5 14:17:58 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);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php