From: Ferenc Kovacs Date: Mon, 16 May 2011 19:51:39 +0000 (+0000) Subject: fix the test with the removal of the unnecessary newline X-Git-Tag: php-5.3.7RC1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76425aaca18d730747a0bd0310efff64c1d07a51;p=php fix the test with the removal of the unnecessary newline --- diff --git a/ext/standard/tests/network/gethostbynamel_error.phpt b/ext/standard/tests/network/gethostbynamel_error.phpt index ab2abb7b76..7aa00e537e 100644 --- a/ext/standard/tests/network/gethostbynamel_error.phpt +++ b/ext/standard/tests/network/gethostbynamel_error.phpt @@ -19,7 +19,6 @@ echo "\n-- Testing gethostbynamel() function with more than expected no. of argu $hostname = 'string_val'; $extra_arg = 10; var_dump( gethostbynamel($hostname, $extra_arg) ); - echo "Done"; ?> --EXPECTF-- @@ -34,5 +33,4 @@ NULL Warning: gethostbynamel() expects exactly 1 parameter, 2 given in %s on line %d NULL - Done