We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ab0c3 commit 15b7240Copy full SHA for 15b7240
ext/uri/uri_parser_rfc3986.c
@@ -348,7 +348,7 @@ ZEND_ATTRIBUTE_NONNULL static void *php_uri_parser_rfc3986_clone(void *uri)
348
php_uri_parser_rfc3986_uris *new_uriparser_uris = uriparser_create_uris();
349
copy_uri(&new_uriparser_uris->uri, &uriparser_uris->uri);
350
/* Do not copy the normalized URI: The expected action after cloning is
351
- * modifying the cloned URL (which will invalidate the cached normalized
+ * modifying the cloned URI (which will invalidate the cached normalized
352
* URI). */
353
354
return new_uriparser_uris;
0 commit comments