summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url/parse_url_basic_008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/url/parse_url_basic_008.phpt')
-rw-r--r--ext/standard/tests/url/parse_url_basic_008.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/url/parse_url_basic_008.phpt b/ext/standard/tests/url/parse_url_basic_008.phpt
index 48ea6b92b2..acc7d501ed 100644
--- a/ext/standard/tests/url/parse_url_basic_008.phpt
+++ b/ext/standard/tests/url/parse_url_basic_008.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
+Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY 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:
*/
/*