mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add version information to methods of Error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6cd5d527ff
commit
ca309ab744
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,17 @@
|
|||
<function name="__autoload" from="PHP 5, PHP 7"/>
|
||||
|
||||
<function name="error" from="PHP 7"/>
|
||||
<function name="error::__clone" from="PHP 7"/>
|
||||
<function name="error::__construct" from="PHP 7"/>
|
||||
<function name="error::__tostring" from="PHP 7"/>
|
||||
<function name="error::getmessage" from="PHP 7"/>
|
||||
<function name="error::getcode" from="PHP 7"/>
|
||||
<function name="error::getfile" from="PHP 7"/>
|
||||
<function name="error::getline" from="PHP 7"/>
|
||||
<function name="error::gettrace" from="PHP 7"/>
|
||||
<function name="error::gettraceasstring" from="PHP 7"/>
|
||||
<function name="error::getprevious" from="PHP 7"/>
|
||||
|
||||
<function name="arithmeticerror" from="PHP 7"/>
|
||||
<function name="assertionerror" from="PHP 7"/>
|
||||
<function name="divisionbyzeroerror" from="PHP 7"/>
|
||||
|
|
Loading…
Reference in a new issue