Home
last modified time | relevance | path

Searched refs:module (Results 76 – 95 of 95) sorted by relevance

1234

/PHP-7.4/ext/oci8/
H A Doci8_interface.c1943 char *module; in PHP_FUNCTION() local
1949 Z_PARAM_STRING(module, module_len) in PHP_FUNCTION()
1954 …rSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len,… in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2665 zend_module_entry *module; in accel_gen_system_id() local
2681 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in accel_gen_system_id()
2682 PHP_MD5Update(&context, module->name, strlen(module->name)); in accel_gen_system_id()
2683 if (module->version != NULL) { in accel_gen_system_id()
2684 PHP_MD5Update(&context, module->version, strlen(module->version)); in accel_gen_system_id()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c255 zend_module_entry *module; in print_modules() local
260 ZEND_HASH_FOREACH_PTR(&sorted_registry, module) { in print_modules()
261 php_printf("%s\n", module->name); in print_modules()
/PHP-7.4/sapi/litespeed/
H A DREADME.md3 LiteSpeed SAPI module is a dedicated interface for PHP integration with
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます355 8 string ECXM\0 ECX module
4109 >83 byte 0 (module)
4160 #audio/x-tracker-module
4166 #audio/x-tracker-module
4177 #audio/x-protracker-module
4181 #audio/x-protracker-module
4878 >3 byte 0 1 module data
4879 >3 byte 1 2 module data
5131 # Beetle object module
17456 # Java jmod module
[all …]
H A Dmagic355 8 string ECXM\0 ECX module
4109 >83 byte 0 (module)
4160 #audio/x-tracker-module
4166 #audio/x-tracker-module
4177 #audio/x-protracker-module
4181 #audio/x-protracker-module
4878 >3 byte 0 1 module data
4879 >3 byte 1 2 module data
5131 # Beetle object module
17456 # Java jmod module
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1228 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info() argument
1229 phpdbg_write("module", "name=\"%s\"", "%s\n", module->name); in add_module_info()
H A Dphpdbg.c794 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup() argument
796 if (php_module_startup(module, &sapi_phpdbg_module_entry, 1) == FAILURE) { in php_sapi_phpdbg_module_startup()
/PHP-7.4/Zend/
H A Dzend_compile.h477 struct _zend_module_entry *module; member
H A Dzend_closures.c404 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
H A Dzend_compile.c1700 ce->info.internal.module = NULL; in zend_initialize_class_data()
/PHP-7.4/
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A Dconfigure.ac335 AC_MSG_CHECKING([for chosen SAPI module])
1097 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
H A Dphp.ini-development11 ; 1. SAPI module specific location.
1297 ; Unless pgsql.ignore_notice=0, module cannot log notice message.
1334 ; The file storage module creates files using mode 600 by default.
H A Dphp.ini-production11 ; 1. SAPI module specific location.
1297 ; Unless pgsql.ignore_notice=0, module cannot log notice message.
1334 ; The file storage module creates files using mode 600 by default.
/PHP-7.4/ext/dom/
H A Dphp_dom.c1076 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2684 -_w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module)
2695 - if (!GetModuleFileNameA(module, dllpath, MAX_PATH))
2700 - if (module) {
/PHP-7.4/ext/session/
H A Dsession.c2680 ZEND_ARG_INFO(0, module)
/PHP-7.4/ext/ffi/
H A Dffi.c2072 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure()
2826 func->internal_function.module = NULL; in zend_ffi_get_func()
/PHP-7.4/build/
H A Dlibtool.m41522 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
4332 # Commands used to build a loadable module (assumed same as above if empty)

Completed in 314 milliseconds

1234