Home
last modified time | relevance | path

Searched refs:zend_module_entry (Results 1 – 25 of 180) sorted by relevance

12345678

/PHP-7.1/Zend/
H A Dzend_modules.h33 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
43 #define STANDARD_MODULE_HEADER_EX sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_…
70 typedef struct _zend_module_entry zend_module_entry; typedef
128 void module_destructor(zend_module_entry *module);
129 int module_registry_request_startup(zend_module_entry *module);
130 int module_registry_unload_temp(const zend_module_entry *module);
/PHP-7.1/main/
H A Dinternal_functions_nw.c65 static zend_module_entry *php_builtin_extensions[] = {
85 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
H A Dphp_main.h33 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint n…
40 PHPAPI int php_register_extensions(zend_module_entry **ptr, int count);
H A Dinternal_functions_win32.c114 static zend_module_entry *php_builtin_extensions[] = {
184 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
H A Dinternal_functions.c.in32 static zend_module_entry *php_builtin_extensions[] = {
36 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
/PHP-7.1/ext/pdo_dblib/
H A Dphp_pdo_dblib.h26 extern zend_module_entry pdo_mssql_module_entry;
29 extern zend_module_entry pdo_dblib_module_entry;
/PHP-7.1/ext/standard/
H A Ddl.c94 zend_module_entry *module_entry; in php_load_extension()
95 zend_module_entry *(*get_module)(void); in php_load_extension()
151 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
158 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.h24 extern zend_module_entry mysqlnd_module_entry;
H A Dmysqlnd_reverse_api.h25 zend_module_entry * module;
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli.h27 extern zend_module_entry mysqli_module_entry;
/PHP-7.1/ext/ctype/
H A Dphp_ctype.h27 extern zend_module_entry ctype_module_entry;
/PHP-7.1/ext/pspell/
H A Dphp_pspell.h24 extern zend_module_entry pspell_module_entry;
/PHP-7.1/ext/pdo_mysql/
H A Dphp_pdo_mysql.h24 extern zend_module_entry pdo_mysql_module_entry;
/PHP-7.1/ext/exif/
H A Dphp_exif.h27 extern zend_module_entry exif_module_entry;
/PHP-7.1/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h26 extern zend_module_entry pdo_pgsql_module_entry;
/PHP-7.1/ext/pdo_firebird/
H A Dphp_pdo_firebird.h22 extern zend_module_entry pdo_firebird_module_entry;
/PHP-7.1/ext/pdo_oci/
H A Dphp_pdo_oci.h24 extern zend_module_entry pdo_oci_module_entry;
/PHP-7.1/ext/phar/
H A Dphp_phar.h28 extern zend_module_entry phar_module_entry;
/PHP-7.1/ext/recode/
H A Dphp_recode.h26 extern zend_module_entry recode_module_entry;
/PHP-7.1/ext/readline/
H A Dphp_readline.h31 extern zend_module_entry readline_module_entry;
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_rinit_hook.h26 extern zend_module_entry phpdbg_webhelper_module_entry;
/PHP-7.1/ext/wddx/
H A Dphp_wddx.h26 extern zend_module_entry wddx_module_entry;
/PHP-7.1/ext/skeleton/
H A Dphp_skeleton.h6 extern zend_module_entry extname_module_entry;
/PHP-7.1/ext/oci8/
H A Dphp_oci8.h48 extern zend_module_entry oci8_module_entry;
/PHP-7.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h25 extern zend_module_entry pdo_sqlite_module_entry;

Completed in 31 milliseconds

12345678