Home
last modified time | relevance | path

Searched refs:module (Results 26 – 50 of 83) sorted by relevance

1234

/PHP-8.3/ext/session/tests/
H A Dsession_module_name_variation1.phpt25 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
H A Dgh13856.phpt20 Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line %d
H A Dsession_save_path_variation4.phpt56 Warning: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
/PHP-8.3/ext/standard/
H A Dinfo.c959 zend_module_entry *module; in php_print_info() local
965 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
966 if (module->info_func || module->version) { in php_print_info()
967 php_info_print_module(module); in php_print_info()
974 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in php_print_info()
975 if (!module->info_func && !module->version) { in php_print_info()
976 php_info_print_module(module); in php_print_info()
H A Dinfo.h69 PHPAPI void php_info_print_module(zend_module_entry *module);
H A Dbasic_functions.c274 #define BASIC_MINIT_SUBMODULE(module) \ argument
279 #define BASIC_RINIT_SUBMODULE(module) \ argument
280 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU);
282 #define BASIC_MINFO_SUBMODULE(module) \ argument
283 PHP_MINFO(module)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
285 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
286 PHP_RSHUTDOWN(module)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
288 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
289 PHP_MSHUTDOWN(module)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
1947 zend_module_entry *module; local
[all …]
/PHP-8.3/ext/snmp/tests/
H A Dbug60749.phpt2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
/PHP-8.3/sapi/apache2handler/
H A Dphp_apache.h34 extern module AP_MODULE_DECLARE_DATA php_module;
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
8 AC_MSG_CHECKING([for Apache 2 handler module support via DSO through APXS])
/PHP-8.3/Zend/
H A Dzend_ini.c270 zend_module_entry *module; in zend_register_ini_entries() local
273 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_register_ini_entries()
274 if (module->module_number == module_number) { in zend_register_ini_entries()
275 return zend_register_ini_entries_ex(ini_entry, module_number, module->type); in zend_register_ini_entries()
299 zend_module_entry *module; in zend_unregister_ini_entries() local
302 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_unregister_ini_entries()
303 if (module->module_number == module_number) { in zend_unregister_ini_entries()
304 zend_unregister_ini_entries_ex(module_number, module->type); in zend_unregister_ini_entries()
H A Dzend_builtin_functions.c1472 zend_module_entry *module; in ZEND_FUNCTION() local
1474 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
1475 add_next_index_string(return_value, module->name); in ZEND_FUNCTION()
1497 zend_module_entry *module; in ZEND_FUNCTION() local
1504 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
1505 module_names[module->module_number] = (char *)module->name; in ZEND_FUNCTION()
1992 zend_module_entry *module; in ZEND_FUNCTION() local
2000 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
2006 if (!module) { in ZEND_FUNCTION()
2010 if (module->functions) { in ZEND_FUNCTION()
[all …]
/PHP-8.3/ext/bz2/
H A Dconfig.m431 AC_MSG_ERROR(bz2 module requires libbz2 >= 1.0.0)
/PHP-8.3/sapi/fpm/tests/
H A Dgh9921-php-value-ext-mod-handlers.phpt2 FPM: GH-9921 - loading shared ext in FPM config does not register module handlers
/PHP-8.3/sapi/litespeed/
H A Dconfig.m45 [Build PHP as litespeed module])],
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.service.in28 # Explicit module loading will be denied. This allows to turn off module load and unload
/PHP-8.3/docs/
H A Dunix-build-system.md48 even be built as a dynamic module.
61 If you previously built sub-libraries for this module, add the source-code files
106 regarding how PHP is supposed to be built (shared module, program, etc).
/PHP-8.3/sapi/cli/
H A Dphp_cli.c192 zend_module_entry *module; in print_modules() local
197 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()
198 php_printf("%s\n", module->name); in print_modules()
1104 zend_module_entry *module; in do_cli() local
1106 if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) { in do_cli()
1114 php_info_print_module(module); in do_cli()
/PHP-8.3/ext/session/
H A Dsession.stub.php25 function session_module_name(?string $module = null): string|false {} argument
/PHP-8.3/ext/session/tests/user_session_module/
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-8.3/win32/build/
H A Dphpize.js.in99 /* check if we already picked up a module with the same dirname;
156 STDOUT.WriteLine("module ... " + module_names);
238 // Now generate contents of module based on MODULES, chasing dependencies
/PHP-8.3/sapi/fuzzer/
H A Dconfig.m45 [Build PHP as clang fuzzing test module (for developers)])],
/PHP-8.3/ext/com_dotnet/
H A Dcom_com.c285 OLECHAR *module = NULL; in PHP_FUNCTION() local
297 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION()
299 res = CLSIDFromString(module, &clsid); in PHP_FUNCTION()
326 efree(module); in PHP_FUNCTION()
/PHP-8.3/.github/scripts/
H A Dsetup-slapd.sh81 dn: cn=module{0},cn=config
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c532 zend_string *module = zval_try_get_string(val); in oci_handle_set_attribute() local
533 if (UNEXPECTED(!module)) { in oci_handle_set_attribute()
538 (dvoid *) ZSTR_VAL(module), (ub4) ZSTR_LEN(module), in oci_handle_set_attribute()
/PHP-8.3/
H A DCODING_STANDARDS.md34 module, and rely on each other's non-trivial behavior, should be documented as
224 Unexposed module function should be static and should not be defined in
231 1. Main module source file must be named `modulename.c`.
290 * Any authoring information (known bugs, future directions of the module).

Completed in 68 milliseconds

1234