Home
last modified time | relevance | path

Searched refs:_bc_free_num_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h105 _PROTOTYPE(void _bc_free_num_ex, (bc_num *num, int persistent));
159 #define bc_free_num(num) _bc_free_num_ex((num), 0)
H A Dinit.c69 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() function
/PHP-7.4/ext/bcmath/
H A Dbcmath.c157 _bc_free_num_ex(&bcmath_globals->_zero_, 1); in PHP_GSHUTDOWN_FUNCTION()
158 _bc_free_num_ex(&bcmath_globals->_one_, 1); in PHP_GSHUTDOWN_FUNCTION()
159 _bc_free_num_ex(&bcmath_globals->_two_, 1); in PHP_GSHUTDOWN_FUNCTION()

Completed in 11 milliseconds