Searched defs:extname (Results 1 – 5 of 5) sorted by relevance
77 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument88 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument100 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument109 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument117 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
27 $extname = ""; variable31 $extname = substr($arg, 10); variable
1125 function ADD_EXTENSION_DEP(extname, dependson, optional) argument1197 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
5386 char *extname = NULL; local
1419 char *extname; in PHP_FUNCTION() local
Completed in 35 milliseconds