]> granicus.if.org Git - php/commitdiff
fix the test with the removal of the unnecessary newline
authorFerenc Kovacs <tyrael@php.net>
Mon, 16 May 2011 19:51:39 +0000 (19:51 +0000)
committerFerenc Kovacs <tyrael@php.net>
Mon, 16 May 2011 19:51:39 +0000 (19:51 +0000)
ext/standard/tests/network/gethostbynamel_error.phpt

index ab2abb7b769f063b094e8fffd7262f9be2faca01..7aa00e537e7f471009272d55708451e9ae426a23 100644 (file)
@@ -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