mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
A few more changes, as suggested by Nikita
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323720 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6129495ac9
commit
31c9ef4a83
1 changed files with 4 additions and 4 deletions
|
@ -127,14 +127,14 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Converting an array to string will now generate an <constant>E_NOTICE</constant> level
|
||||
error, and the result of the cast will still be the string <literal>"Array"</literal>.
|
||||
Converting an array to a string will now generate an <constant>E_NOTICE</constant> level
|
||||
error, but the result of the cast will still be the string <literal>"Array"</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Turning &null;, &false;, or an empty string into an object by adding a property
|
||||
will now emit a <constant>E_WARNING</constant> level instead of <constant>E_STRICT</constant>.
|
||||
will now emit an <constant>E_WARNING</constant> level error, instead of <constant>E_STRICT</constant>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -159,7 +159,7 @@
|
|||
If you use <function>htmlentities</function> with asian character sets, it
|
||||
works like <function>htmlspecialchars</function> - this has always been the
|
||||
case in previous versions of PHP, but now an <constant>E_STRICT</constant>
|
||||
level error is emitted
|
||||
level error is emitted.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue