bcmath_globals    138 ext/bcmath/bcmath.c 	STD_PHP_INI_ENTRY("bcmath.scale", "0", PHP_INI_ALL, OnUpdateLongGEZero, bc_precision, zend_bcmath_globals, bcmath_globals)
bcmath_globals    149 ext/bcmath/bcmath.c 	bcmath_globals->bc_precision = 0;
bcmath_globals    158 ext/bcmath/bcmath.c 	_bc_free_num_ex(&bcmath_globals->_zero_, 1);
bcmath_globals    159 ext/bcmath/bcmath.c 	_bc_free_num_ex(&bcmath_globals->_one_, 1);
bcmath_globals    160 ext/bcmath/bcmath.c 	_bc_free_num_ex(&bcmath_globals->_two_, 1);