diff options
Diffstat (limited to 'ext/standard/tests/network/gethostbynamel_basic1.phpt')
-rw-r--r-- | ext/standard/tests/network/gethostbynamel_basic1.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/network/gethostbynamel_basic1.phpt b/ext/standard/tests/network/gethostbynamel_basic1.phpt index 94fd2a01ff..85e2ff473d 100644 --- a/ext/standard/tests/network/gethostbynamel_basic1.phpt +++ b/ext/standard/tests/network/gethostbynamel_basic1.phpt @@ -10,10 +10,8 @@ Test gethostbynamel() function : basic functionality echo "*** Testing gethostbynamel() : basic functionality ***\n"; var_dump(gethostbynamel("localhost")); ?> -===DONE=== --EXPECTF-- *** Testing gethostbynamel() : basic functionality *** array(%d) { %a } -===DONE=== |