Document different errors and output for Windows when supplying unknown specifiers. Fix #50217

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-11-18 13:21:28 +00:00
parent c150cca7c1
commit d8bf844239

View file

@ -332,6 +332,14 @@
<refsect1 role="errors">
&reftitle.errors;
&date.timezone.errors.description;
<para>
As the output is dependent upon the underlying C library, some conversion
specifiers are not supported. On Windows, supplying unknown conversion
specifiers will result in 5 <constant>E_WARNING</constant> messages and
return &false;. On other operating systems you may not get any
<constant>E_WARNING</constant> messages and the output may contain the
conversion specifiers unconverted.
</para>
</refsect1>
<refsect1 role="changelog">