Searched defs:extname (Results 1 – 5 of 5) sorted by relevance
72 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument83 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument95 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument107 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument115 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
27 $extname = ""; variable31 $extname = substr($arg, 10); variable
1270 function ADD_EXTENSION_DEP(extname, dependson, optional) argument1344 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
5314 char *extname = NULL; local
2177 char *extname; in PHP_FUNCTION() local
Completed in 39 milliseconds