Home
last modified time | relevance | path

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

1234567

/PHP-8.0/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-8.0/ext/pdo_dblib/
H A Dphp_pdo_dblib.h22 extern zend_module_entry pdo_mssql_module_entry;
25 extern zend_module_entry pdo_dblib_module_entry;
/PHP-8.0/main/
H A Dphp_main.h28 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint32…
32 PHPAPI int php_register_extensions(zend_module_entry * const * ptr, int count);
H A Dinternal_functions_win32.c99 static zend_module_entry * const php_builtin_extensions[] = {
158 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
/PHP-8.0/ext/exif/
H A Dphp_exif.h21 extern zend_module_entry exif_module_entry;
/PHP-8.0/ext/mysqlnd/
H A Dphp_mysqlnd.h22 extern zend_module_entry mysqlnd_module_entry;
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli.h23 extern zend_module_entry mysqli_module_entry;
/PHP-8.0/ext/sysvmsg/
H A Dphp_sysvmsg.h22 extern zend_module_entry sysvmsg_module_entry;
/PHP-8.0/ext/ctype/
H A Dphp_ctype.h25 extern zend_module_entry ctype_module_entry;
/PHP-8.0/ext/readline/
H A Dphp_readline.h22 extern zend_module_entry readline_module_entry;
/PHP-8.0/ext/pspell/
H A Dphp_pspell.h20 extern zend_module_entry pspell_module_entry;
/PHP-8.0/ext/pdo_mysql/
H A Dphp_pdo_mysql.h20 extern zend_module_entry pdo_mysql_module_entry;
/PHP-8.0/ext/xml/
H A Dphp_xml.h24 extern zend_module_entry xml_module_entry;
/PHP-8.0/ext/gettext/
H A Dphp_gettext.h22 extern zend_module_entry php_gettext_module_entry;
/PHP-8.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h22 extern zend_module_entry pdo_pgsql_module_entry;
/PHP-8.0/ext/ftp/
H A Dphp_ftp.h21 extern zend_module_entry php_ftp_module_entry;
/PHP-8.0/ext/fileinfo/
H A Dphp_fileinfo.h20 extern zend_module_entry fileinfo_module_entry;
/PHP-8.0/ext/shmop/
H A Dphp_shmop.h22 extern zend_module_entry shmop_module_entry;
/PHP-8.0/ext/calendar/
H A Dphp_calendar.h4 extern zend_module_entry calendar_module_entry;
/PHP-8.0/ext/pdo_oci/
H A Dphp_pdo_oci.h20 extern zend_module_entry pdo_oci_module_entry;
/PHP-8.0/ext/pdo_odbc/
H A Dphp_pdo_odbc.h20 extern zend_module_entry pdo_odbc_module_entry;
/PHP-8.0/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h20 extern zend_module_entry pdo_sqlite_module_entry;
/PHP-8.0/ext/pdo_firebird/
H A Dphp_pdo_firebird.h20 extern zend_module_entry pdo_firebird_module_entry;
/PHP-8.0/ext/enchant/
H A Dphp_enchant.h20 extern zend_module_entry enchant_module_entry;
/PHP-8.0/ext/tokenizer/
H A Dphp_tokenizer.h20 extern zend_module_entry tokenizer_module_entry;

Completed in 46 milliseconds

1234567