mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #68296: \n in path with parse_url() converts to underscore
This commit is contained in:
parent
4d1c34c9b7
commit
416b9e9bdb
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@
|
|||
instead of an <type>array</type>. If the requested component doesn't exist
|
||||
within the given URL, &null; will be returned.
|
||||
</para>
|
||||
<para>
|
||||
Note that control characters (cf. <function>ctype_cntrl</function>) in the
|
||||
components are replaced with underscores (<literal>_</literal>).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
|
Loading…
Reference in a new issue