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