Searched defs:extname (Results 1 – 5 of 5) sorted by relevance
71 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument82 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument94 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument103 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument111 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
27 $extname = ""; variable31 $extname = substr($arg, 10); variable
1183 function ADD_EXTENSION_DEP(extname, dependson, optional) argument1257 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
5375 char *extname = NULL; local
1968 char *extname; in PHP_FUNCTION() local
Completed in 50 milliseconds