Searched refs:bcmath (Results 1 – 25 of 56) sorted by relevance
123
/PHP-8.0/ext/bcmath/ |
H A D | php_bcmath.h | 28 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 D | config.w32 | 3 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 D | config.m4 | 1 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])
|
/PHP-8.0/ext/bcmath/tests/ |
H A D | bcscale_variation003.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 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 D | scale_ini.phpt | 5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available'); 8 bcmath.scale = 5
|
H A D | bcscale_variation002.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=-2
|
H A D | bcsqrt_variation001.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcpow_variation001.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bug.66364.phpt | 5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
|
H A D | bcadd.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcadd_variation001.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=5
|
H A D | bccomp_variation001.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bug44995.phpt | 5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
|
H A D | bccomp_variation002.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bccomp.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcdiv.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcpow.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcsqrt.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcsub.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcmod_error2.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bug46781.phpt | 5 if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
|
H A D | bug54598.phpt | 5 if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
|
H A D | bug78238.phpt | 5 if (!extension_loaded('bcmath')) die("sikp bcmath extension not available");
|
H A D | bcmod.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcmul.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
Completed in 22 milliseconds
123