Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 108) sorted by relevance

12345

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_events.c182 module->add(ev); in fpm_event_queue_add()
234 module->clean(); in fpm_event_queue_destroy()
252 if (module) { in fpm_event_pre_init()
260 if (module) { in fpm_event_pre_init()
268 if (module) { in fpm_event_pre_init()
276 if (module) { in fpm_event_pre_init()
284 if (module) { in fpm_event_pre_init()
292 if (module) { in fpm_event_pre_init()
309 return module ? module->name : NULL; in fpm_event_machanism_name()
315 return module ? module->support_edge_trigger : 0; in fpm_event_support_edge_trigger()
[all …]
/PHP-7.3/ext/session/tests/
H A Dsession_module_name_error.phpt11 * 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 Dsession_ini_set.phpt119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
138 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
141 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
144 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
147 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
H A Dsession_module_name_variation1.phpt11 * 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 Dbug74833.phpt2 Bug #74833 Session module number is uninitialized when SID is reset
13 /* Ensure the SID constant has correct module number. */
H A Dsession_module_name_variation3.phpt15 * Prototype : string session_module_name([string $module])
16 * Description : Get and/or set the current session module
45 Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line 25
H A Dbug65475.phpt12 echo "Testing file module".PHP_EOL;
29 Testing file module
H A Dsession_module_name_basic.phpt11 * Prototype : string session_module_name([string $module])
12 * Description : Get and/or set the current session module
H A Dsession_module_name_variation2.phpt11 * Prototype : string session_module_name([string $module])
12 * Description : Get and/or set the current session module
H A Dsession_set_save_handler_variation1.phpt32 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 D014.phpt36 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…
H A Dsession_module_name_variation4.phpt15 * Prototype : string session_module_name([string $module])
16 * Description : Get and/or set the current session module
/PHP-7.3/ext/sodium/
H A Dlibsodium.php7 $module = 'libsodium'; variable
8 $functions = get_extension_funcs($module);
16 if (extension_loaded($module)) {
17 $str = $function($module);
19 $str = "Module $module is not compiled into PHP";
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_module.phpt2 PDO_OCI: Attribute: Setting session module
14 $query = 'select module from v$session where sid = sys_context(\'USERENV\', \'SID\')';
18 var_dump($dbh->setAttribute(PDO::OCI_ATTR_MODULE, "some module"));
23 var_dump($row['module']);
30 var_dump($row['module']);
37 var_dump($row['module']);
44 MODULE SET: string(11) "some module"
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A DREADME3 <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.3/Zend/
H A Dzend_API.c1869 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex()
1872 module->globals_ctor(module->globals_ptr); in zend_startup_module_ex()
1878 if (module->module_startup_func(module->type, module->module_number)==FAILURE) { in zend_startup_module_ex()
2023 if (!module) { in zend_register_module_ex()
2076 return module; in zend_register_module_ex()
2575 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
2586 module->globals_dtor(module->globals_ptr); in module_destructor()
2611 if (module->request_startup_func(module->type, module->module_number)==FAILURE) { in zend_activate_modules()
2629 module->request_shutdown_func(module->type, module->module_number); in module_registry_cleanup()
2648 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
[all …]
H A Dzend_API.h128 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
129 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
130 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
131 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
132 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
133 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
134 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
135 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
144 #define ZEND_MODULE_GLOBALS_CTOR_D(module) void ZEND_MODULE_GLOBALS_CTOR_N(module)(zend_##module##… argument
145 #define ZEND_MODULE_GLOBALS_DTOR_D(module) void ZEND_MODULE_GLOBALS_DTOR_N(module)(zend_##module##… argument
[all …]
H A Dzend_modules.h126 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.3/ext/pspell/
H A DREADME1 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.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS8 - Source code for your module
42 It is time to finish the module. Run:
56 The MySQL module will either use the embedded MySQL client
99 plan to distribute your module with PHP, these facilities allow you
100 to integrate your module easily into the main PHP module framework.
110 modules, use a simple module as a starting point and add your own code.
138 as a shared module. I will explain now how you can add shared module
139 support to an existing module called foo.
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_wait.c208 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.3/ext/standard/
H A Dcredits.c24 #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors) argument
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c62 …zend_hash_str_add_ptr(&mysqlnd_api_ext_ht, apiext->module->name, strlen(apiext->module->name), (vo… in mysqlnd_reverse_api_register_api()
/PHP-7.3/sapi/apache2handler/
H A Dmod_php7.c26 AP_MODULE_DECLARE_DATA module php7_module = {
H A DREADME3 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

Completed in 130 milliseconds

12345