forked from php/doc-en
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.xml
More file actions
70 lines (70 loc) · 3.19 KB
/
versions.xml
File metadata and controls
70 lines (70 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="abs" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="acos" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="acosh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="asin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="asinh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="atan" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="atan2" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="atanh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="base_convert" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bindec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="ceil" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="cos" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="cosh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="decbin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="dechex" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="decoct" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="deg2rad" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="exp" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="expm1" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="fdiv" from="PHP 8"/>
<function name="floor" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="fmod" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="hexdec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="hypot" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_finite" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_infinite" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_nan" from="PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="log" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="log10" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="log1p" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="max" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="min" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="octdec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="pi" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="pow" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="rad2deg" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="round" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="sin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="sinh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="sqrt" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="tan" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="tanh" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="intdiv" from="PHP 7, PHP 8"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->