mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add info about number of function args to TypeError docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337978 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c422f528d
commit
4661fe1591
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
<para>
|
||||
<ooclass><classname>TypeError</classname></ooclass> is thrown when strict
|
||||
typing is enabled and an invalid argument is given to a function.
|
||||
<ooclass><classname>TypeError</classname></ooclass> is also thrown when an
|
||||
invalid number of arguments are passed to a function.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue