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:
Christoph Michael Becker 2020-11-09 17:44:11 +00:00
parent a71742330d
commit 97750f17b2

View file

@ -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">