Skip to content

Commit 4e431d4

Browse files
committed
Added the class into versions
1 parent 2bde52d commit 4e431d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

reference/bc/versions.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
<function name="bcscale" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
1919
<function name="bcsqrt" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
2020
<function name="bcsub" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
21+
22+
<function name='bcmath\number' from='PHP 8 &gt;= 8.4.0'/>
23+
<function name='bcmath\number::__construct' from='PHP 8 &gt;= 8.4.0'/>
24+
<function name='bcmath\number::add' from='PHP 8 &gt;= 8.4.0'/>
25+
<function name='bcmath\number::ceil' from='PHP 8 &gt;= 8.4.0'/>
26+
<function name='bcmath\number::compare' from='PHP 8 &gt;= 8.4.0'/>
27+
<function name='bcmath\number::div' from='PHP 8 &gt;= 8.4.0'/>
28+
<function name='bcmath\number::divmod' from='PHP 8 &gt;= 8.4.0'/>
29+
<function name='bcmath\number::floor' from='PHP 8 &gt;= 8.4.0'/>
30+
<function name='bcmath\number::mod' from='PHP 8 &gt;= 8.4.0'/>
31+
<function name='bcmath\number::mul' from='PHP 8 &gt;= 8.4.0'/>
32+
<function name='bcmath\number::pow' from='PHP 8 &gt;= 8.4.0'/>
33+
<function name='bcmath\number::powmod' from='PHP 8 &gt;= 8.4.0'/>
34+
<function name='bcmath\number::round' from='PHP 8 &gt;= 8.4.0'/>
35+
<function name='bcmath\number::__serialize' from='PHP 8 &gt;= 8.4.0'/>
36+
<function name='bcmath\number::sqrt' from='PHP 8 &gt;= 8.4.0'/>
37+
<function name='bcmath\number::sub' from='PHP 8 &gt;= 8.4.0'/>
38+
<function name='bcmath\number::__tostring' from='PHP 8 &gt;= 8.4.0'/>
39+
<function name='bcmath\number::__unserialize' from='PHP 8 &gt;= 8.4.0'/>
2140
</versions>
2241

2342
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)