mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #75024: glob(): Non-portable GLOB_BRACE presented without warning
A caution or even a warning appear to be too strong for this, but moving the note to the parameter section seems to be in order according to <http://svn.php.net/viewvc/phpdoc/doc-base/trunk/RFC/skeletons/function.xml?view=markup#l128>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351342 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a71742330d
commit
97750f17b2
1 changed files with 6 additions and 6 deletions
|
@ -110,6 +110,12 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<note>
|
||||
<simpara>
|
||||
The <constant>GLOB_BRACE</constant> flag is not available on some non GNU
|
||||
systems, like Solaris.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -168,12 +174,6 @@ quickref.txt size 137820
|
|||
This function isn't available on some systems (e.g. old Sun OS).
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
The <constant>GLOB_BRACE</constant> flag is not available on some non GNU
|
||||
systems, like Solaris.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue