summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url/parse_url_basic_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/url/parse_url_basic_004.phpt')
-rw-r--r--ext/standard/tests/url/parse_url_basic_004.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/url/parse_url_basic_004.phpt b/ext/standard/tests/url/parse_url_basic_004.phpt
index 29049aa88d..f705d408d3 100644
--- a/ext/standard/tests/url/parse_url_basic_004.phpt
+++ b/ext/standard/tests/url/parse_url_basic_004.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
+Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT 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:
*/