File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 391391
392392 <para >
393393 <methodname >SoapClient::__doRequest</methodname > now accepts a new,
394- optional $uriParserClass parameter accepting string or null arguments.
394+ optional <parameter >$uriParserClass</parameter > parameter accepting
395+ string or null arguments.
395396 Null represents the original (<function >parse_url</function >) based
396397 method, while the new backends will be used when passing either
397398 Uri\Rfc3986\Uri::class or Uri\WhatWg\Url::class.
Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ print T1 . PHP_EOL; // Prints "0"
182182 <title >Clone function</title >
183183
184184 <simpara >
185- The clone language construct is now a function and supports reassigning
186- (readonly) properties during cloning via the new
187- <property >$withProperties</property > parameter.
185+ The < link linkend = " language.oop5.cloning " > clone language construct</ link >
186+ is now a function and supports reassigning (readonly) properties during
187+ cloning via the new <property >$withProperties</property > parameter.
188188 <!-- RFC: https://wiki.php.net/rfc/clone_with_v2 -->
189189 </simpara >
190190
You can’t perform that action at this time.
0 commit comments