Lines Matching refs:bcmath
32 ZEND_DECLARE_MODULE_GLOBALS(bcmath)
33 static PHP_GINIT_FUNCTION(bcmath);
34 static PHP_GSHUTDOWN_FUNCTION(bcmath);
115 PHP_MINIT(bcmath),
116 PHP_MSHUTDOWN(bcmath),
119 PHP_MINFO(bcmath),
121 PHP_MODULE_GLOBALS(bcmath),
122 PHP_GINIT(bcmath),
123 PHP_GSHUTDOWN(bcmath),
132 ZEND_GET_MODULE(bcmath) in ZEND_GET_MODULE() argument
143 static PHP_GINIT_FUNCTION(bcmath) in ZEND_GET_MODULE()
155 static PHP_GSHUTDOWN_FUNCTION(bcmath) in PHP_GSHUTDOWN_FUNCTION() argument
165 PHP_MINIT_FUNCTION(bcmath) in PHP_MINIT_FUNCTION() argument
175 PHP_MSHUTDOWN_FUNCTION(bcmath) in PHP_MSHUTDOWN_FUNCTION() argument
185 PHP_MINFO_FUNCTION(bcmath) in PHP_MINFO_FUNCTION() argument