mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Exception::getPrevious is available as of 5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280386 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2222d21c23
commit
02b686b83e
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
@ -14,6 +14,7 @@
|
|||
<function name='exception::getline' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='exception::gettrace' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='exception::gettraceasstring' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='exception::getprevious' from'PHP 5 >= 5.3.0'/>
|
||||
|
||||
<function name='errorexception::__construct' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='errorexception::getseverity' from='PHP 5 >= 5.1.0'/>
|
||||
|
|
Loading…
Reference in a new issue