diff options
author | Ferenc Kovacs <tyrael@php.net> | 2011-05-16 23:33:05 +0000 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2011-05-16 23:33:05 +0000 |
commit | f551ed418949981b8d0df79bf50e299b51ab113d (patch) | |
tree | 4ae187850af93dc5c1ee382f066819e43acadc90 | |
parent | 23cab07e4f6aed98099dff6774753197075c6aeb (diff) | |
download | php-git-f551ed418949981b8d0df79bf50e299b51ab113d.tar.gz |
fix the test with the removal of the unnecessary newline
-rw-r--r-- | ext/standard/tests/network/gethostbynamel_error.phpt | 2 |
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 |