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:
Christoph Michael Becker 2020-08-31 11:18:06 +00:00
parent cb45cf9772
commit ee713929a5

View file

@ -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">