Searched refs:bcmath (Results 1 – 25 of 51) sorted by relevance
123
/PHP-5.4/ext/bcmath/ |
H A D | php_bcmath.h | 29 PHP_MINIT_FUNCTION(bcmath); 30 PHP_MSHUTDOWN_FUNCTION(bcmath); 31 PHP_MINFO_FUNCTION(bcmath); 44 ZEND_BEGIN_MODULE_GLOBALS(bcmath) 49 ZEND_END_MODULE_GLOBALS(bcmath) 57 ZEND_EXTERN_MODULE_GLOBALS(bcmath)
|
H A D | config.w32 | 4 ARG_ENABLE("bcmath", "bc style precision math functions", "yes"); 7 EXTENSION("bcmath", "bcmath.c", null, "-Iext/bcmath/libbcmath/src"); 8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \ 11 nearzero.c num2str.c raise.c rmzero.c str2num.c", "bcmath");
|
H A D | config.m4 | 5 PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions, 6 [ --enable-bcmath Enable bc style precision math functions]) 9 PHP_NEW_EXTENSION(bcmath, bcmath.c \ 16 AC_DEFINE(HAVE_BCMATH, 1, [Whether you have bcmath])
|
H A D | bcmath.c | 35 static PHP_GINIT_FUNCTION(bcmath); 116 PHP_MINIT(bcmath), 117 PHP_MSHUTDOWN(bcmath), 120 PHP_MINFO(bcmath), 122 PHP_MODULE_GLOBALS(bcmath), 123 PHP_GINIT(bcmath), 124 PHP_GSHUTDOWN(bcmath), 130 ZEND_GET_MODULE(bcmath) 160 PHP_MINIT_FUNCTION(bcmath) in PHP_MINIT_FUNCTION() argument 170 PHP_MSHUTDOWN_FUNCTION(bcmath) in PHP_MSHUTDOWN_FUNCTION() argument [all …]
|
/PHP-5.4/win32/ |
H A D | php5dllts.dsp | 988 # Begin Group "bcmath" 996 SOURCE=..\ext\bcmath\libbcmath\src\add.c 1083 SOURCE=..\ext\bcmath\libbcmath\src\div.c 1170 SOURCE=..\ext\bcmath\libbcmath\src\init.c 1257 SOURCE=..\ext\bcmath\libbcmath\src\neg.c 1518 SOURCE=..\ext\bcmath\libbcmath\src\rt.c 1547 SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c 1605 SOURCE=..\ext\bcmath\libbcmath\src\sub.c 1667 SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h 1791 SOURCE=..\ext\bcmath\bcmath.c [all …]
|
H A D | php5dll.dsp | 363 SOURCE=..\ext\bcmath\bcmath.c 652 SOURCE=..\ext\bcmath\php_bcmath.h 963 # Begin Group "bcmath" 971 SOURCE=..\ext\bcmath\libbcmath\src\add.c 1037 SOURCE=..\ext\bcmath\libbcmath\src\div.c 1103 SOURCE=..\ext\bcmath\libbcmath\src\init.c 1169 SOURCE=..\ext\bcmath\libbcmath\src\neg.c 1367 SOURCE=..\ext\bcmath\libbcmath\src\rt.c 1389 SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c 1433 SOURCE=..\ext\bcmath\libbcmath\src\sub.c [all …]
|
/PHP-5.4/ext/bcmath/tests/ |
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 | bcscale_variation001.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 | bcadd.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcmod.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 | bcsub.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 | 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 | bcmul.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 | bcscale.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcadd_error1.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
H A D | bcmul_error1.phpt | 4 <?php if(!extension_loaded("bcmath")) print "skip"; ?> 6 bcmath.scale=0
|
Completed in 28 milliseconds
123