mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add new classes to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344042 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3e9734391f
commit
a27cf494d2
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name="HashContext" from="PHP 7 >= 7.2.0"/>
|
||||
<function name="HashContext::__construct" from="PHP 7 >= 7.2.0"/>
|
||||
|
||||
<function name="hash" from="PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1"/>
|
||||
|
|
|
@ -238,6 +238,7 @@
|
|||
<function name="numberformatter::geterrorcode" from="PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0"/>
|
||||
<function name="numberformatter::geterrormessage" from="PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0"/>
|
||||
|
||||
<function name="intlbreakiterator" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlbreakiterator::__construct" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlbreakiterator::createwordinstance" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlbreakiterator::createlineinstance" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
@ -260,6 +261,7 @@
|
|||
<function name="intlbreakiterator::geterrorcode" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlbreakiterator::geterrormessage" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
||||
<function name="intlcodepointbreakiterator" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlcodepointbreakiterator::getlastcodepoint" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlrulebasedbreakiterator::__construct" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlrulebasedbreakiterator::getrules" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
@ -267,12 +269,13 @@
|
|||
<function name="intlrulebasedbreakiterator::getrulestatusvec" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlrulebasedbreakiterator::getbinaryrules" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
||||
<function name="intlgregcal_create_instance" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlgregoriancalendar" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlgregoriancalendar::__construct" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlgregoriancalendar::setgregorianchange" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlgregoriancalendar::getgregorianchange" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intlgregoriancalendar::isleapyear" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
||||
<function name="intliterator" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="intliterator::current" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="IntlIterator::key" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="IntlIterator::next" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
|
|
Loading…
Reference in a new issue