bcmath_globals 135 ext/bcmath/bcmath.c STD_PHP_INI_ENTRY("bcmath.scale", "0", PHP_INI_ALL, OnUpdateLongGEZero, bc_precision, zend_bcmath_globals, bcmath_globals) bcmath_globals 143 ext/bcmath/bcmath.c bcmath_globals->bc_precision = 0; bcmath_globals 152 ext/bcmath/bcmath.c _bc_free_num_ex(&bcmath_globals->_zero_, 1); bcmath_globals 153 ext/bcmath/bcmath.c _bc_free_num_ex(&bcmath_globals->_one_, 1); bcmath_globals 154 ext/bcmath/bcmath.c _bc_free_num_ex(&bcmath_globals->_two_, 1); bcmath_globals 54 ext/bcmath/php_bcmath.h # define BCG(v) (bcmath_globals.v)