Skip to content

Commit dfde7bc

Browse files
author
Yoshinari Takaoka
committed
Fix #70702: Documentation missing to explain unexpected optimisation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350433 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 178fbae commit dfde7bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

language/oop5/basic.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 6187696fb48916b4585a8a837bf725845f7cf3c7 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: ee713929a5a070cfd6a21ac84b80cd1b9fbcc008 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55

66
<sect1 xml:id="language.oop5.basic" xmlns="http://docbook.org/ns/docbook">
@@ -274,6 +274,12 @@ echo (new DateTime())->format('Y');
274274
]]>
275275
</screen>
276276
</example>
277+
278+
<note>
279+
<simpara>
280+
PHP 7.1 より前のバージョンでは、コンストラクタが定義されない場合、それへの引数が評価されていませんでした。
281+
</simpara>
282+
</note>
277283
</sect2>
278284

279285
<sect2 xml:id="language.oop5.basic.properties-methods">

0 commit comments

Comments
 (0)