mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Added PHP 8 into versions.xml for ctype based on stubs.
Closes GH-356.
This commit is contained in:
parent
5e6356373c
commit
1f9ed0a774
1 changed files with 12 additions and 12 deletions
|
@ -4,17 +4,17 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name='ctype_alnum' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_alpha' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_cntrl' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_digit' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_graph' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_lower' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_print' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_punct' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_space' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_upper' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='ctype_xdigit' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name="ctype_alnum" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_alpha" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_cntrl" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_digit" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_graph" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_lower" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_print" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_punct" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_space" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_upper" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="ctype_xdigit" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -36,4 +36,4 @@ 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