/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_events.c | 171 module->add(ev); in fpm_event_queue_add() 223 module->clean(); in fpm_event_queue_destroy() 241 if (module) { in fpm_event_pre_init() 249 if (module) { in fpm_event_pre_init() 257 if (module) { in fpm_event_pre_init() 265 if (module) { in fpm_event_pre_init() 273 if (module) { in fpm_event_pre_init() 281 if (module) { in fpm_event_pre_init() 298 return module ? module->name : NULL; in fpm_event_machanism_name() 304 return module ? module->support_edge_trigger : 0; in fpm_event_support_edge_trigger() [all …]
|
/PHP-7.0/ext/skeleton/ |
H A D | skeleton.php | 7 $module = 'extname'; variable 8 $functions = get_extension_funcs($module); 14 $function = 'confirm_' . $module . '_compiled'; 15 if (extension_loaded($module)) { 16 $str = $function($module); 18 $str = "Module $module is not compiled into PHP";
|
/PHP-7.0/ext/session/tests/ |
H A D | session_module_name_error.phpt | 11 * Prototype : string session_module_name([string $module]) 12 * Description : Get and/or set the current session module 99 Warning: session_module_name(): Cannot find named PHP session module (0) in %s on line %d 104 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d 144 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 149 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 159 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 169 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 174 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 179 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d [all …]
|
H A D | session_module_name_variation1.phpt | 11 * Prototype : string session_module_name([string $module]) 12 * Description : Get and/or set the current session module 29 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
|
H A D | bug74833.phpt | 2 Bug #74833 Session module number is uninitialized when SID is reset 13 /* Ensure the SID constant has correct module number. */
|
H A D | session_module_name_variation3.phpt | 15 * Prototype : string session_module_name([string $module]) 16 * Description : Get and/or set the current session module 52 Fatal error: session_start(): Failed to initialize storage module: %s in %s%esession_module_name_va…
|
H A D | bug65475.phpt | 12 echo "Testing file module".PHP_EOL; 30 Testing file module
|
H A D | session_module_name_basic.phpt | 11 * Prototype : string session_module_name([string $module]) 12 * Description : Get and/or set the current session module
|
H A D | session_module_name_variation2.phpt | 11 * Prototype : string session_module_name([string $module]) 12 * Description : Get and/or set the current session module
|
H A D | session_module_name_variation4.phpt | 15 * Prototype : string session_module_name([string $module]) 16 * Description : Get and/or set the current session module
|
H A D | session_set_save_handler_variation1.phpt | 32 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 36 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
|
H A D | 014.phpt | 36 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi… 39 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
|
/PHP-7.0/ext/mcrypt/ |
H A D | mcrypt_filter.c | 28 MCRYPT module; member 75 mcrypt_generic(data->module, outchunk + n, data->blocksize); in php_mcrypt_filter() 77 mdecrypt_generic(data->module, outchunk + n, data->blocksize); in php_mcrypt_filter() 94 mcrypt_generic(data->module, bucket->buf, (int)bucket->buflen); in php_mcrypt_filter() 96 mdecrypt_generic(data->module, bucket->buf, (int)bucket->buflen); in php_mcrypt_filter() 109 mcrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter() 111 mdecrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter() 136 mcrypt_generic_deinit(data->module); in php_mcrypt_filter_dtor() 137 mcrypt_module_close(data->module); in php_mcrypt_filter_dtor() 256 data->module = mcrypt_module; in php_mcrypt_filter_create()
|
H A D | mcrypt.c | 170 ZEND_ARG_INFO(0, module) 175 ZEND_ARG_INFO(0, module) 180 ZEND_ARG_INFO(0, module) 876 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION() 904 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION() 918 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION() 942 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION() 1024 char *module; in PHP_FUNCTION() local 1033 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION() 1053 char *module; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | README | 3 <module>.h -- public API and data types 4 <module>_private.h -- protected API and data types 5 <module>.c -- implementation and private API / types
|
/PHP-7.0/Zend/ |
H A D | zend_API.c | 1838 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex() 1841 module->globals_ctor(module->globals_ptr); in zend_startup_module_ex() 1847 if (module->module_startup_func(module->type, module->module_number)==FAILURE) { in zend_startup_module_ex() 1992 if (!module) { in zend_register_module_ex() 2044 return module; in zend_register_module_ex() 2505 module->module_shutdown_func(module->type, module->module_number); in module_destructor() 2516 module->globals_dtor(module->globals_ptr); in module_destructor() 2543 if (module->request_startup_func(module->type, module->module_number)==FAILURE) { in zend_activate_modules() 2561 module->request_shutdown_func(module->type, module->module_number); in module_registry_cleanup() 2580 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules() [all …]
|
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 141 #define ZEND_MODULE_GLOBALS_CTOR_D(module) void ZEND_MODULE_GLOBALS_CTOR_N(module)(zend_##module##… argument 142 #define ZEND_MODULE_GLOBALS_DTOR_D(module) void ZEND_MODULE_GLOBALS_DTOR_N(module)(zend_##module##… argument [all …]
|
H A D | zend_modules.h | 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.0/ext/pspell/ |
H A D | README | 1 README file for pspell (spellchecker) module for PHP 8 This module was developed and tested with aspell-.31.1 and pspell-.11.0.2, 16 working with the aspell module for php. This is due to the fact that the 18 in the future rather than to aspell. That's exactly what this module is for. 20 added). I did not want to modify existing aspell module, because it would 22 Rather, I wrote a new module - pspell.
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 208 zval *module; in phpdbg_webdata_decompress() local 225 int mode = phpdbg_array_intersect(&pos, &module); in phpdbg_webdata_decompress() 228 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress() 229 zend_hash_del(&module_registry, Z_STR_P(module)); in phpdbg_webdata_decompress() 233 if (!sapi_module.name || strcmp(sapi_module.name, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress() 234 …th/to/module/%.*s.so", (int) Z_STRLEN_P(module), Z_STRVAL_P(module), (int) Z_STRLEN_P(module), Z_S… in phpdbg_webdata_decompress() 237 } while (module); in phpdbg_webdata_decompress()
|
/PHP-7.0/ |
H A D | README.SELF-CONTAINED-EXTENSIONS | 11 - Source code for your module 45 It is time to finish the module. Run: 59 The MySQL module will either use the embedded MySQL client 102 plan to distribute your module with PHP, these facilities allow you 103 to integrate your module easily into the main PHP module framework. 113 modules, use a simple module as a starting point and add your own code. 141 as a shared module. I will explain now how you can add shared module 142 support to an existing module called foo.
|
/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
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_reverse_api.c | 62 …zend_hash_str_add_ptr(&mysqlnd_api_ext_ht, apiext->module->name, strlen(apiext->module->name), api… in mysqlnd_reverse_api_register_api()
|
/PHP-7.0/sapi/apache2handler/ |
H A D | mod_php7.c | 28 AP_MODULE_DECLARE_DATA module php7_module = {
|
H A D | README | 3 This module exploits the layered I/O support in Apache 2.0. 15 Currently the issues with the module are: 24 This SAPI module is known to work with Apache 2.0.44. 52 The Apache 2.0 PHP module supports a new configuration directive that
|