geissert Tue, 16 Feb 2010 05:38:50 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295137
Log: Correct description of getservbyname_basic.phpt (bug #51022) Bug: http://bugs.php.net/51022 (Feedback) getservbyname_basic.phpt has incorrect description and misses a skip case Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/getservbyname_basic.phpt U php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/getservbyname_basic.phpt U php/php-src/trunk/ext/standard/tests/general_functions/getservbyname_basic.phpt Modified: php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/getservbyname_basic.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:25:39 UTC (rev 295136) +++ php/php-src/branches/PHP_5_2/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:38:50 UTC (rev 295137) @@ -1,5 +1,5 @@ --TEST-- -Test function getservbyport() by calling it more than or less than its expected arguments +Test function getservbyname() --CREDITS-- Italian PHP TestFest 2009 Cesena 19-20-21 june Fabio Fabbrucci (fabbru...@grupporetina.com) Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/getservbyname_basic.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:25:39 UTC (rev 295136) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:38:50 UTC (rev 295137) @@ -1,5 +1,5 @@ --TEST-- -Test function getservbyport() by calling it more than or less than its expected arguments +Test function getservbyname() --CREDITS-- Italian PHP TestFest 2009 Cesena 19-20-21 june Fabio Fabbrucci (fabbru...@grupporetina.com) Modified: php/php-src/trunk/ext/standard/tests/general_functions/getservbyname_basic.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:25:39 UTC (rev 295136) +++ php/php-src/trunk/ext/standard/tests/general_functions/getservbyname_basic.phpt 2010-02-16 05:38:50 UTC (rev 295137) @@ -1,5 +1,5 @@ --TEST-- -Test function getservbyport() by calling it more than or less than its expected arguments +Test function getservbyname() --CREDITS-- Italian PHP TestFest 2009 Cesena 19-20-21 june Fabio Fabbrucci (fabbru...@grupporetina.com)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php