From 76425aaca18d730747a0bd0310efff64c1d07a51 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 16 May 2011 19:51:39 +0000 Subject: [PATCH] fix the test with the removal of the unnecessary newline --- ext/standard/tests/network/gethostbynamel_error.phpt | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0