Searched refs:bcmath (Results 1 – 25 of 180) sorted by relevance
12345678
/php-src/ext/bcmath/tests/ |
H A D | bcscale_variation003.phpt | 4 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 D | gh16265.phpt | 2 GH-16265 Segmentation fault (index oob) in ext/bcmath/libbcmath/src/convert.c:155 4 bcmath 6 bcmath.scale=0
|
H A D | bcscale_variation002.phpt | 4 bcmath 6 bcmath.scale=-2
|
H A D | bccomp_variation001.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcscale.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcsqrt.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bccomp.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcscale_variation001.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcpowmod.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bccomp_variation002.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcdiv_zero.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcadd_zero.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcsub_zero.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcmul_zero.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | scale_ini.phpt | 4 bcmath 6 bcmath.scale = 5
|
H A D | bcmod_error2.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcpow_zero.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcdiv_large_numbers.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcadd_large_numbers.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcsub_large_numbers.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcmul_large_numbers.phpt | 4 bcmath 6 bcmath.scale=0
|
H A D | bcmul_check_overflow.phpt | 4 bcmath 6 bcmath.scale=0
|
/php-src/ext/bcmath/ |
H A D | config.w32 | 3 ARG_ENABLE("bcmath", "bc style precision math functions", "yes"); 6 EXTENSION("bcmath", "bcmath.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 7 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \ 11 round.c convert.c", "bcmath"); 13 AC_DEFINE('HAVE_BCMATH', 1, "Define to 1 if the PHP extension 'bcmath' is available.");
|
H A D | php_bcmath.h | 32 ZEND_BEGIN_MODULE_GLOBALS(bcmath) 39 ZEND_END_MODULE_GLOBALS(bcmath) 45 ZEND_EXTERN_MODULE_GLOBALS(bcmath) 46 #define BCG(v) ZEND_MODULE_GLOBALS_ACCESSOR(bcmath, v)
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([bcmath], 3 [AS_HELP_STRING([--enable-bcmath], 7 PHP_NEW_EXTENSION([bcmath], m4_normalize([ 8 bcmath.c 37 [Define to 1 if the PHP extension 'bcmath' is available.])
|
Completed in 22 milliseconds
12345678