Home
last modified time | relevance | path

Searched refs:bcmath (Results 1 – 25 of 67) sorted by relevance

123

/PHP-8.1/ext/bcmath/
H A Dphp_bcmath.h28 PHP_MINIT_FUNCTION(bcmath);
29 PHP_MSHUTDOWN_FUNCTION(bcmath);
30 PHP_MINFO_FUNCTION(bcmath);
32 ZEND_BEGIN_MODULE_GLOBALS(bcmath)
37 ZEND_END_MODULE_GLOBALS(bcmath)
43 ZEND_EXTERN_MODULE_GLOBALS(bcmath)
44 #define BCG(v) ZEND_MODULE_GLOBALS_ACCESSOR(bcmath, v)
H A Dconfig.w323 ARG_ENABLE("bcmath", "bc style precision math functions", "yes");
6 …EXTENSION("bcmath", "bcmath.c", null, "-Iext/bcmath/libbcmath/src /DZEND_ENABLE_STATIC_TSRMLS_CACH…
7 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
10 nearzero.c num2str.c raise.c rmzero.c str2num.c", "bcmath");
H A Dconfig.m41 PHP_ARG_ENABLE([bcmath],
3 [AS_HELP_STRING([--enable-bcmath],
7 PHP_NEW_EXTENSION(bcmath, bcmath.c \
14 AC_DEFINE(HAVE_BCMATH, 1, [Whether you have bcmath])
H A Dbcmath.c33 static PHP_GINIT_FUNCTION(bcmath);
40 PHP_MINIT(bcmath),
41 PHP_MSHUTDOWN(bcmath),
44 PHP_MINFO(bcmath),
46 PHP_MODULE_GLOBALS(bcmath),
47 PHP_GINIT(bcmath),
48 PHP_GSHUTDOWN(bcmath),
57 ZEND_GET_MODULE(bcmath) in ZEND_GET_MODULE() argument
103 PHP_MINIT_FUNCTION(bcmath) in PHP_MINIT_FUNCTION() argument
112 PHP_MSHUTDOWN_FUNCTION(bcmath) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
/PHP-8.1/ext/bcmath/tests/
H A Dbcscale_variation003.phpt4 bcmath
6 bcmath.scale=0
9 var_dump((int) ini_get('bcmath.scale'));
11 var_dump((int) ini_get('bcmath.scale'));
13 var_dump((int) ini_get('bcmath.scale'));
15 var_dump((int) ini_get('bcmath.scale'));
H A Dbcscale_variation002.phpt4 bcmath
6 bcmath.scale=-2
H A Dbcsqrt_variation001.phpt4 bcmath
6 bcmath.scale=0
H A Dbcpow_variation001.phpt4 bcmath
6 bcmath.scale=0
H A Dbcadd.phpt4 bcmath
6 bcmath.scale=0
H A Dbccomp_variation001.phpt4 bcmath
6 bcmath.scale=0
H A Dbcadd_variation001.phpt4 bcmath
6 bcmath.scale=5
H A Dbccomp_variation002.phpt4 bcmath
6 bcmath.scale=0
H A Dbcsqrt.phpt4 bcmath
6 bcmath.scale=0
H A Dbcsub.phpt4 bcmath
6 bcmath.scale=0
H A Dbccomp.phpt4 bcmath
6 bcmath.scale=0
H A Dbcdiv.phpt4 bcmath
6 bcmath.scale=0
H A Dbcpow.phpt4 bcmath
6 bcmath.scale=0
H A Dbcmod_error2.phpt4 bcmath
6 bcmath.scale=0
H A Dbcmod.phpt4 bcmath
6 bcmath.scale=0
H A Dbcmul.phpt4 bcmath
6 bcmath.scale=0
H A Dbcscale.phpt4 bcmath
6 bcmath.scale=0
H A Dbcscale_variation001.phpt4 bcmath
6 bcmath.scale=0
H A Dbcpowmod.phpt4 bcmath
6 bcmath.scale=0
H A Dscale_ini.phpt4 bcmath
6 bcmath.scale = 5
/PHP-8.1/ext/bcmath/libbcmath/
H A DREADME.md1 # The bcmath library
3 This is a fork of the bcmath library initially created by Phil Nelson in May
41 Phil Nelson (philnelson@acm.org) wrote bcmath library.
45 The bcmath library is released under the GNU Lesser General Public License v2.1.

Completed in 24 milliseconds

123