summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network/gethostbynamel_error.phpt
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2011-05-16 23:33:05 +0000
committerFerenc Kovacs <tyrael@php.net>2011-05-16 23:33:05 +0000
commitb3d32b153d96045560da169f4ffda16a0b4ad045 (patch)
tree04f2ac8ef48b91485a07f6874643d7d557cc249f /ext/standard/tests/network/gethostbynamel_error.phpt
parent0f214e5c2c8c63d40596cb853c35c94e5d139e4e (diff)
downloadphp-git-b3d32b153d96045560da169f4ffda16a0b4ad045.tar.gz
fix the test with the removal of the unnecessary newline
Diffstat (limited to 'ext/standard/tests/network/gethostbynamel_error.phpt')
-rw-r--r--ext/standard/tests/network/gethostbynamel_error.phpt2
1 files changed, 0 insertions, 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