Lines Matching refs:bcmath
34 ZEND_DECLARE_MODULE_GLOBALS(bcmath)
35 static PHP_GINIT_FUNCTION(bcmath);
36 static PHP_GSHUTDOWN_FUNCTION(bcmath);
117 PHP_MINIT(bcmath),
118 PHP_MSHUTDOWN(bcmath),
121 PHP_MINFO(bcmath),
123 PHP_MODULE_GLOBALS(bcmath),
124 PHP_GINIT(bcmath),
125 PHP_GSHUTDOWN(bcmath),
134 ZEND_GET_MODULE(bcmath) in ZEND_GET_MODULE() argument
145 static PHP_GINIT_FUNCTION(bcmath) in ZEND_GET_MODULE()
157 static PHP_GSHUTDOWN_FUNCTION(bcmath) in PHP_GSHUTDOWN_FUNCTION() argument
167 PHP_MINIT_FUNCTION(bcmath) in PHP_MINIT_FUNCTION() argument
177 PHP_MSHUTDOWN_FUNCTION(bcmath) in PHP_MSHUTDOWN_FUNCTION() argument
187 PHP_MINFO_FUNCTION(bcmath) in PHP_MINFO_FUNCTION() argument