Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/bcmath/
H A Dphp_bcmath.h30 PHP_MINIT_FUNCTION(bcmath);
31 PHP_MSHUTDOWN_FUNCTION(bcmath);
32 PHP_MINFO_FUNCTION(bcmath);
45 ZEND_BEGIN_MODULE_GLOBALS(bcmath)
50 ZEND_END_MODULE_GLOBALS(bcmath)
56 ZEND_EXTERN_MODULE_GLOBALS(bcmath)
57 #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);
115 PHP_MINIT(bcmath),
116 PHP_MSHUTDOWN(bcmath),
119 PHP_MINFO(bcmath),
121 PHP_MODULE_GLOBALS(bcmath),
122 PHP_GINIT(bcmath),
123 PHP_GSHUTDOWN(bcmath),
132 ZEND_GET_MODULE(bcmath) in ZEND_GET_MODULE() argument
165 PHP_MINIT_FUNCTION(bcmath) in PHP_MINIT_FUNCTION() argument
175 PHP_MSHUTDOWN_FUNCTION(bcmath) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
/PHP-7.4/ext/bcmath/tests/
H A Dstr2num_formatting.phpt2 bcmath lib arguments formatting
8 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
43 Warning: bcadd(): bcmath function argument is not well-formed in %s on line %d
45 Warning: bcadd(): bcmath function argument is not well-formed in %s on line %d
47 Warning: bcadd(): bcmath function argument is not well-formed in %s on line %d
49 Warning: bcadd(): bcmath function argument is not well-formed in %s on line %d
51 Warning: bcadd(): bcmath function argument is not well-formed in %s on line %d
60 Warning: bccomp(): bcmath function argument is not well-formed in %s on line %d
62 Warning: bccomp(): bcmath function argument is not well-formed in %s on line %d
64 Warning: bccomp(): bcmath function argument is not well-formed in %s on line %d
[all …]
H A Dscale_ini.phpt5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
8 bcmath.scale = 5
H A Dbcscale_variation002.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=-2
H A Dbcsqrt_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcpow_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcscale_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcsqrt.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcadd.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbug78878.phpt5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
H A Dbcadd_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=5
H A Dbccomp_variation001.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbccomp_variation002.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbug.66364.phpt5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
H A Dbccomp.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcdiv.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcpow.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcsub.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbug44995.phpt5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
H A Dbcscale_variation003.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcmod_error2.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbug78238.phpt5 if (!extension_loaded('bcmath')) die("sikp bcmath extension not available");

Completed in 25 milliseconds

123