/PHP-7.1/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 | 3559 #define BASIC_MINIT_SUBMODULE(module) \ argument 3564 #define BASIC_ADD_SUBMODULE(module) \ argument 3567 #define BASIC_RINIT_SUBMODULE(module) \ argument 3572 #define BASIC_MINFO_SUBMODULE(module) \ argument 3577 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument 3582 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument 5414 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.1/ext/skeleton/ |
H A D | skeleton.php | 7 $module = 'extname'; variable
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_reverse_api.h | 25 zend_module_entry * module; member
|
/PHP-7.1/Zend/ |
H A D | zend_API.h | 123 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument 124 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument 125 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument 126 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument 127 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument 128 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument 129 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument 130 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument 133 #define ZEND_MODULE_STARTUP_D(module) int ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS) argument 667 #define ZEND_GINIT(module) ((void (*)(void*))(ZEND_MODULE_GLOBALS_CTOR_N(module))) argument [all …]
|
H A D | zend_API.c | 1856 zend_module_entry *module = Z_PTR_P(zv); in zend_startup_module_zval() local 1899 zend_module_entry *module; in zend_collect_module_handlers() local 2463 zend_module_entry *module; in zend_get_module_started() local 2488 void module_destructor(zend_module_entry *module) /* {{{ */ in module_destructor() 2537 zend_module_entry *module = *p; in zend_activate_modules() local 2551 zend_module_entry *module = Z_PTR_P(zv); in module_registry_cleanup() local 2574 zend_module_entry *module = *p; in zend_deactivate_modules() local 2603 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in module_registry_unload_temp_wrapper() local 2610 zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el); in exec_done_cb() local 2627 zend_module_entry *module = *p; in zend_post_deactivate_modules() local [all …]
|
H A D | zend_builtin_functions.c | 2186 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); in add_extension_info() local 2254 zend_module_entry *module; in ZEND_FUNCTION() local 2840 zend_module_entry *module; in ZEND_FUNCTION() local
|
H A D | zend.h | 175 struct _zend_module_entry *module; member
|
H A D | zend.c | 631 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
|
/PHP-7.1/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 | 1273 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info()
|
H A D | phpdbg.c | 820 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup()
|
/PHP-7.1/ext/mcrypt/ |
H A D | mcrypt_filter.c | 28 MCRYPT module; member
|
H A D | mcrypt.c | 1026 char *module; in PHP_FUNCTION() local 1055 char *module; in PHP_FUNCTION() local 1084 char *module; in PHP_FUNCTION() local
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 5819 zend_module_entry *module; in ZEND_METHOD() local 5852 zend_module_entry *module; in ZEND_METHOD() local 5881 zend_module_entry *module; in ZEND_METHOD() local 5902 zend_module_entry *module; in ZEND_METHOD() local 5942 zend_module_entry *module; in ZEND_METHOD() local 5980 zend_module_entry *module; in ZEND_METHOD() local 6026 zend_module_entry *module; in ZEND_METHOD() local 6043 zend_module_entry *module; in ZEND_METHOD() local 6060 zend_module_entry *module; in ZEND_METHOD() local 6127 zend_module_entry *module; in ZEND_METHOD() local [all …]
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_events.c | 44 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.1/win32/build/ |
H A D | mkdist.php | 31 function get_depends($module)
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli.c | 188 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local 1130 zend_module_entry *module; in do_cli() local
|
/PHP-7.1/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 | 2086 zend_module_entry *module; in php_module_startup() local
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_com.c | 303 OLECHAR *module = NULL; in PHP_FUNCTION() local
|
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 247 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local
|