We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3d331 commit 42aeee9Copy full SHA for 42aeee9
appendices/migration85/new-features.xml
@@ -190,6 +190,21 @@ print T1 . PHP_EOL; // Prints "0"
190
191
</sect3>
192
193
+ <sect3 xml:id="migration85.new-features.core.clone-function">
194
+ <title>Clone キーワードへの変更</title>
195
+
196
+ <simpara>
197
+ <link linkend="language.oop5.cloning">clone キーワード</link>
198
+ は、関数のように振る舞うようになりました。
199
+ そして、読み取り専用プロパティに clone して値を再代入する際に、
200
+ 新しく <property>$withProperties</property>
201
+ パラメータが使えるようになりました
202
+ <!-- RFC: https://wiki.php.net/rfc/clone_with_v2 -->
203
+ </simpara>
204
205
+ </sect3>
206
207
208
</sect2>
209
210
<sect2 xml:id="migration85.new-features.curl">
0 commit comments