Added PHP 8 into versions.xml for ctype based on stubs.

Closes GH-356.
This commit is contained in:
Yoshinari Takaoka 2021-01-18 20:54:01 +09:00 committed by Christoph M. Becker
parent 5e6356373c
commit 1f9ed0a774

View file

@ -4,17 +4,17 @@
Do NOT translate this file
-->
<versions>
<function name='ctype_alnum' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_alpha' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_cntrl' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_digit' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_graph' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_lower' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_print' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_punct' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_space' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_upper' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name='ctype_xdigit' from='PHP 4 &gt;= 4.0.4, PHP 5, PHP 7'/>
<function name="ctype_alnum" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_alpha" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_cntrl" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_digit" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_graph" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_lower" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_print" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_punct" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_space" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_upper" from="PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8"/>
<function name="ctype_xdigit" from="PHP 4 &gt;= 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
-->
-->