Lines Matching refs:extname
71 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument
82 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument
94 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument
103 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument
111 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
140 PHP_MINIT(extname),
141 PHP_MSHUTDOWN(extname),
142 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */
143 PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
144 PHP_MINFO(extname),
151 ZEND_GET_MODULE(extname)