mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #70702: Documentation missing to explain unexpected optimisation behaviour
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350429 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb45cf9772
commit
ee713929a5
1 changed files with 7 additions and 0 deletions
|
@ -270,6 +270,13 @@ echo (new DateTime())->format('Y');
|
|||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
<note>
|
||||
<simpara>
|
||||
Prior to PHP 7.1, the arguments are not evaluated if there is no constructor
|
||||
function defined.
|
||||
</simpara>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="language.oop5.basic.properties-methods">
|
||||
|
|
Loading…
Reference in a new issue