mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix predefined interfaces versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309994 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8632a05fec
commit
61bdabf9bc
1 changed files with 12 additions and 11 deletions
|
@ -19,18 +19,18 @@
|
|||
<function name='errorexception::__construct' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='errorexception::getseverity' from='PHP 5 >= 5.1.0'/>
|
||||
|
||||
<function name='iterator::current' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iterator::key' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iterator::next' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iterator::rewind' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iterator::valid' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iterator::current' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='iterator::key' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='iterator::next' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='iterator::rewind' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='iterator::valid' from='PHP 5 >= 5.0.0'/>
|
||||
|
||||
<function name='iteratoraggregate::getiterator' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='iteratoraggregate::getiterator' from='PHP 5 >= 5.0.0'/>
|
||||
|
||||
<function name='arrayaccess::offsetexists' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='arrayaccess::offsetget' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='arrayaccess::offsetset' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='arrayaccess::offsetunset' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='arrayaccess::offsetexists' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='arrayaccess::offsetget' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='arrayaccess::offsetset' from='PHP 5 >= 5.0.0'/>
|
||||
<function name='arrayaccess::offsetunset' from='PHP 5 >= 5.0.0'/>
|
||||
|
||||
<function name='serializable::serialize' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='serializable::unserialize' from='PHP 5 >= 5.1.0'/>
|
||||
|
@ -55,4 +55,5 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue