Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h92 void _bc_free_num_ex(bc_num *num, bool persistent);
149 #define bc_free_num(num) _bc_free_num_ex((num), 0)
H A Dinit.c57 void _bc_free_num_ex(bc_num *num, bool persistent) in _bc_free_num_ex() function
/PHP-8.3/ext/bcmath/
H A Dbcmath.c99 _bc_free_num_ex(&bcmath_globals->_zero_, 1); in PHP_GSHUTDOWN_FUNCTION()
100 _bc_free_num_ex(&bcmath_globals->_one_, 1); in PHP_GSHUTDOWN_FUNCTION()
101 _bc_free_num_ex(&bcmath_globals->_two_, 1); in PHP_GSHUTDOWN_FUNCTION()

Completed in 6 milliseconds