mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document passing non-scalars to strtr().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329430 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49d54fd72a
commit
0e7ceba0fb
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@
|
|||
<para>
|
||||
If <parameter>replace_pairs</parameter> contains a key which
|
||||
is an empty <type>string</type> (<literal>""</literal>),
|
||||
&false; will be returned.
|
||||
&false; will be returned. If the <parameter>str</parameter> is not a scalar
|
||||
then it is not typecasted into a string, instead a warning is raised and
|
||||
&null; is returned.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue