summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network/gethostbyname_basic003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/network/gethostbyname_basic003.phpt')
-rw-r--r--ext/standard/tests/network/gethostbyname_basic003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/network/gethostbyname_basic003.phpt b/ext/standard/tests/network/gethostbyname_basic003.phpt
index 2cb3d8d229..2c6a6d3b21 100644
--- a/ext/standard/tests/network/gethostbyname_basic003.phpt
+++ b/ext/standard/tests/network/gethostbyname_basic003.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test gethostbyname() function : basic functionality
+Test gethostbyname() function : basic functionality
--FILE--
<?php
/* Prototype : string gethostbyname ( string $hostname )
- * Description: Get the IPv4 address corresponding to a given Internet host name
+ * Description: Get the IPv4 address corresponding to a given Internet host name
* Source code: ext/standard/dns.c
*/