summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network/gethostbynamel_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/network/gethostbynamel_basic1.phpt')
-rw-r--r--ext/standard/tests/network/gethostbynamel_basic1.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/network/gethostbynamel_basic1.phpt b/ext/standard/tests/network/gethostbynamel_basic1.phpt
index 85e2ff473d..ca9d55d6c6 100644
--- a/ext/standard/tests/network/gethostbynamel_basic1.phpt
+++ b/ext/standard/tests/network/gethostbynamel_basic1.phpt
@@ -2,11 +2,6 @@
Test gethostbynamel() function : basic functionality
--FILE--
<?php
-/* Prototype : array gethostbynamel ( string $hostname )
- * Description: Get a list of IPv4 addresses corresponding to a given Internet host name
- * Source code: ext/standard/dns.c
-*/
-
echo "*** Testing gethostbynamel() : basic functionality ***\n";
var_dump(gethostbynamel("localhost"));
?>