Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/bcmath/
H A Dphp_bcmath.h29 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 Dconfig.w324 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 Dconfig.m45 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 Dbcmath.c35 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.5/win32/
H A Dphp5dllts.dsp980 # Begin Group "bcmath"
988 SOURCE=..\ext\bcmath\libbcmath\src\add.c
1075 SOURCE=..\ext\bcmath\libbcmath\src\div.c
1162 SOURCE=..\ext\bcmath\libbcmath\src\init.c
1249 SOURCE=..\ext\bcmath\libbcmath\src\neg.c
1510 SOURCE=..\ext\bcmath\libbcmath\src\rt.c
1539 SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c
1597 SOURCE=..\ext\bcmath\libbcmath\src\sub.c
1659 SOURCE=..\ext\bcmath\libbcmath\src\bcmath.h
1783 SOURCE=..\ext\bcmath\bcmath.c
[all …]
H A Dphp5dll.dsp355 SOURCE=..\ext\bcmath\bcmath.c
644 SOURCE=..\ext\bcmath\php_bcmath.h
955 # Begin Group "bcmath"
963 SOURCE=..\ext\bcmath\libbcmath\src\add.c
1029 SOURCE=..\ext\bcmath\libbcmath\src\div.c
1095 SOURCE=..\ext\bcmath\libbcmath\src\init.c
1161 SOURCE=..\ext\bcmath\libbcmath\src\neg.c
1359 SOURCE=..\ext\bcmath\libbcmath\src\rt.c
1381 SOURCE=..\ext\bcmath\libbcmath\src\sqrt.c
1425 SOURCE=..\ext\bcmath\libbcmath\src\sub.c
[all …]
/PHP-5.5/ext/bcmath/tests/
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 Dbcmod.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 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 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 Dbcmul.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 Dbcscale.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcadd_error1.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0
H A Dbcmul_error1.phpt4 <?php if(!extension_loaded("bcmath")) print "skip"; ?>
6 bcmath.scale=0

Completed in 70 milliseconds

123