Lines Matching refs:extname
72 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument
83 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument
95 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument
107 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument
115 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
144 PHP_MINIT(extname),
145 PHP_MSHUTDOWN(extname),
146 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */
147 PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
148 PHP_MINFO(extname),
158 ZEND_GET_MODULE(extname)