mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c150cca7c1
commit
d8bf844239
1 changed files with 8 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue