mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
changelog for typeerror -> argumentcounterror in PHP 7.1.0
This commit is contained in:
parent
900b6a65c0
commit
36571044a0
1 changed files with 26 additions and 4 deletions
|
@ -29,10 +29,6 @@
|
|||
A value being returned from a function does not match the
|
||||
declared function return type.
|
||||
</member>
|
||||
<member>
|
||||
An invalid number of arguments are passed
|
||||
to a built-in PHP function (strict mode only).
|
||||
</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</section>
|
||||
|
@ -70,6 +66,32 @@
|
|||
<!-- }}} -->
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="typeerror.changelog" role="changelog">
|
||||
&reftitle.changelog;
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>7.1.0</entry>
|
||||
<entry>
|
||||
A <classname>TypeError</classname> is no longer thrown when
|
||||
an invalid number of arguments are passed to a built-in PHP function
|
||||
in strict mode.
|
||||
Instead, an <classname>ArgumentCountError</classname> is raised.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
</phpdoc:exceptionref>
|
||||
|
||||
|
|
Loading…
Reference in a new issue