/PHP-7.0/ext/standard/ |
H A D | credits.c | 26 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
|
H A D | basic_functions.c | 3525 #define BASIC_MINIT_SUBMODULE(module) \ argument 3530 #define BASIC_ADD_SUBMODULE(module) \ argument 3533 #define BASIC_RINIT_SUBMODULE(module) \ argument 3538 #define BASIC_MINFO_SUBMODULE(module) \ argument 3543 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument 3548 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument 5316 zend_module_entry *module; local
|
H A D | info.c | 174 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_func() local 184 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el); in _display_module_info_def() local
|
/PHP-7.0/ext/skeleton/ |
H A D | skeleton.php | 7 $module = 'extname'; variable
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_reverse_api.h | 25 zend_module_entry * module; member
|
/PHP-7.0/Zend/ |
H A D | zend_API.h | 125 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument 126 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument 127 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument 128 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument 129 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument 130 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument 131 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument 132 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument 135 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument 656 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument [all …]
|
H A D | zend_API.c | 1860 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local 1903 zend_module_entry *module; in zend_collect_module_handlers() local 2467 zend_module_entry *module; in zend_get_module_started() local 2492 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor() 2541 zend_module_entry *module = *p; in zend_activate_modules() local 2555 zend_module_entry *module = Z_PTR_P(zv); in module_registry_cleanup() local 2578 zend_module_entry *module = *p; in zend_deactivate_modules() local 2607 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in module_registry_unload_temp_wrapper() local 2614 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in exec_done_cb() local 2631 zend_module_entry *module = *p; in zend_post_deactivate_modules() local [all …]
|
H A D | zend_builtin_functions.c | 2103 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); in add_extension_info() local 2171 zend_module_entry *module; in ZEND_FUNCTION() local 2749 zend_module_entry *module; in ZEND_FUNCTION() local
|
H A D | zend.h | 190 struct _zend_module_entry *module; member
|
H A D | zend.c | 618 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c | 80 zend_module_entry *module; in phpdbg_webdata_compress() local
|
H A D | phpdbg_wait.c | 208 zval *module; in phpdbg_webdata_decompress() local
|
H A D | phpdbg_prompt.c | 1220 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
|
H A D | phpdbg.c | 787 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
|
/PHP-7.0/ext/mcrypt/ |
H A D | mcrypt_filter.c | 28 MCRYPT module; member
|
H A D | mcrypt.c | 1024 char *module; in PHP_FUNCTION() local 1053 char *module; in PHP_FUNCTION() local 1082 char *module; in PHP_FUNCTION() local
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 5577 zend_module_entry *module; in ZEND_METHOD() local 5611 zend_module_entry *module; in ZEND_METHOD() local 5640 zend_module_entry *module; in ZEND_METHOD() local 5661 zend_module_entry *module; in ZEND_METHOD() local 5701 zend_module_entry *module; in ZEND_METHOD() local 5739 zend_module_entry *module; in ZEND_METHOD() local 5785 zend_module_entry *module; in ZEND_METHOD() local 5802 zend_module_entry *module; in ZEND_METHOD() local 5819 zend_module_entry *module; in ZEND_METHOD() local 5886 zend_module_entry *module; in ZEND_METHOD() local [all …]
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_events.c | 45 static struct fpm_event_module_s *module; variable
|
H A D | fpm_main.c | 224 zend_module_entry *module = Z_PTR_P(zv); in print_module_info() local
|
/PHP-7.0/win32/build/ |
H A D | mkdist.php | 31 function get_depends($module)
|
/PHP-7.0/sapi/cli/ |
H A D | php_cli.c | 184 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local 1114 zend_module_entry *module; in do_cli() local
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_com.c | 301 OLECHAR *module = NULL; in PHP_FUNCTION() local
|
/PHP-7.0/main/ |
H A D | php_ini.c | 167 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
|
H A D | main.c | 2038 zend_module_entry *module; in php_module_startup() local
|
/PHP-7.0/sapi/cgi/ |
H A D | cgi_main.c | 237 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local
|