summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url/parse_url_basic_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/url/parse_url_basic_003.phpt')
-rw-r--r--ext/standard/tests/url/parse_url_basic_003.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/url/parse_url_basic_003.phpt b/ext/standard/tests/url/parse_url_basic_003.phpt
index 76f70da4d8..bced2757de 100644
--- a/ext/standard/tests/url/parse_url_basic_003.phpt
+++ b/ext/standard/tests/url/parse_url_basic_003.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
+Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
--FILE--
<?php
/* Prototype : proto mixed parse_url(string url, [int url_component])
- * Description: Parse a URL and return its components
+ * Description: Parse a URL and return its components
* Source code: ext/standard/url.c
- * Alias to functions:
+ * Alias to functions:
*/
/*