Home
last modified time | relevance | path

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

1234567

/PHP-7.4/Zend/
H A Dzend_modules.h31 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
41 #define STANDARD_MODULE_HEADER_EX sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_…
68 typedef struct _zend_module_entry zend_module_entry; typedef
126 void module_destructor(zend_module_entry *module);
127 int module_registry_request_startup(zend_module_entry *module);
128 int module_registry_unload_temp(const zend_module_entry *module);
/PHP-7.4/ext/pdo_dblib/
H A Dphp_pdo_dblib.h24 extern zend_module_entry pdo_mssql_module_entry;
27 extern zend_module_entry pdo_dblib_module_entry;
/PHP-7.4/main/
H A Dphp_main.h30 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint32…
34 PHPAPI int php_register_extensions(zend_module_entry * const * ptr, int count);
H A Dinternal_functions_win32.c103 static zend_module_entry * const php_builtin_extensions[] = {
162 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
H A Dinternal_functions.c.in30 static zend_module_entry * const php_builtin_extensions[] = {
34 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
/PHP-7.4/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.4/ext/mysqli/
H A Dphp_mysqli.h25 extern zend_module_entry mysqli_module_entry;
/PHP-7.4/ext/sysvmsg/
H A Dphp_sysvmsg.h24 extern zend_module_entry sysvmsg_module_entry;
/PHP-7.4/ext/ctype/
H A Dphp_ctype.h27 extern zend_module_entry ctype_module_entry;
/PHP-7.4/ext/readline/
H A Dphp_readline.h24 extern zend_module_entry readline_module_entry;
/PHP-7.4/ext/pspell/
H A Dphp_pspell.h22 extern zend_module_entry pspell_module_entry;
/PHP-7.4/ext/standard/
H A Ddl.c107 zend_module_entry *module_entry; in php_load_extension()
108 zend_module_entry *(*get_module)(void); in php_load_extension()
182 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
189 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql.h22 extern zend_module_entry pdo_mysql_module_entry;
/PHP-7.4/ext/xml/
H A Dphp_xml.h26 extern zend_module_entry xml_module_entry;
/PHP-7.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h24 extern zend_module_entry pdo_pgsql_module_entry;
/PHP-7.4/ext/exif/
H A Dphp_exif.h25 extern zend_module_entry exif_module_entry;
/PHP-7.4/ext/pdo_odbc/
H A Dphp_pdo_odbc.h22 extern zend_module_entry pdo_odbc_module_entry;
/PHP-7.4/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h22 extern zend_module_entry pdo_sqlite_module_entry;
/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird.h22 extern zend_module_entry pdo_firebird_module_entry;
/PHP-7.4/ext/pdo_oci/
H A Dphp_pdo_oci.h22 extern zend_module_entry pdo_oci_module_entry;
/PHP-7.4/ext/tokenizer/
H A Dphp_tokenizer.h22 extern zend_module_entry tokenizer_module_entry;
/PHP-7.4/ext/skeleton/
H A Dphp_skeleton.h6 extern zend_module_entry %EXTNAME%_module_entry;
/PHP-7.4/ext/phar/
H A Dphp_phar.h26 extern zend_module_entry phar_module_entry;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.h26 extern zend_module_entry phpdbg_webhelper_module_entry;

Completed in 97 milliseconds

1234567