From: Ferenc Kovacs Date: Mon, 16 May 2011 23:33:05 +0000 (+0000) Subject: fix the test with the removal of the unnecessary newline X-Git-Tag: php-5.4.0alpha1~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41533cdee1b12dec9bdc6723378e4a1147e578f9;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