Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 81) sorted by last modified time

1234

/php-src/ext/ffi/
H A Dffi.c2177 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure()
2930 func->internal_function.module = NULL; in zend_ffi_get_func()
/php-src/
H A Dconfigure.ac302 AC_MSG_CHECKING([for chosen SAPI module])
1165 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
H A DUPGRADING.INTERNALS18 This function will also assign the module number and type, there is no need
H A Dphp.ini-development11 ; 1. SAPI module specific location.
1261 ; Unless pgsql.ignore_notice=0, module cannot log notice message.
1298 ; The file storage module creates files using mode 600 by default.
H A Dphp.ini-production11 ; 1. SAPI module specific location.
1263 ; Unless pgsql.ignore_notice=0, module cannot log notice message.
1300 ; The file storage module creates files using mode 600 by default.
/php-src/sapi/cgi/
H A Dcgi_main.c253 zend_module_entry *module; in print_modules() local
258 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()
259 php_printf("%s\n", module->name); in print_modules()
/php-src/ext/dom/
H A Dphp_dom.c1395 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class_ex()
/php-src/ext/reflection/
H A Dphp_reflection.c1011 …e == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.module->name… in _extension_class_string()
1032 module->module_number, module->name, in _extension_string()
1033 (module->version == NO_VERSION_YET) ? "<no_version>" : module->version); in _extension_string()
1035 if (module->deps) { in _extension_string()
1110 && fptr->internal_function.module == module) { in _extension_string()
1324 if (!module) { in reflection_extension_factory()
1330 intern->ptr = module; in reflection_extension_factory()
6057 intern->ptr = module; in ZEND_METHOD()
6130 && fptr->internal_function.module == module) { in ZEND_METHOD()
6198 …e == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.module->name… in add_extension_class()
[all …]
/php-src/Zend/
H A Dzend_compile.c2049 ce->info.internal.module = NULL; in zend_initialize_class_data()
H A Dzend_inheritance.c1613 ce->info.internal.module->type == MODULE_PERSISTENT) { in zend_do_inheritance_ex()
H A Dzend_API.h222 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
223 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
224 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
225 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
226 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
227 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
228 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
229 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
238 #define ZEND_MODULE_GLOBALS_CTOR_D(module) void ZEND_MODULE_GLOBALS_CTOR_N(module)(zend_##module##… argument
239 #define ZEND_MODULE_GLOBALS_DTOR_D(module) void ZEND_MODULE_GLOBALS_DTOR_N(module)(zend_##module##… argument
[all …]
H A Dzend_builtin_functions.c62 zend_module_entry *module; in zend_startup_builtin_functions() local
64 if (UNEXPECTED(module == NULL)) { in zend_startup_builtin_functions()
67 ZEND_ASSERT(module->module_number == 0); in zend_startup_builtin_functions()
1531 zend_module_entry *module; in ZEND_FUNCTION() local
1534 add_next_index_string(return_value, module->name); in ZEND_FUNCTION()
1556 zend_module_entry *module; in ZEND_FUNCTION() local
1564 module_names[module->module_number] = (char *)module->name; in ZEND_FUNCTION()
2117 zend_module_entry *module; in ZEND_FUNCTION() local
2131 if (!module) { in ZEND_FUNCTION()
2135 if (module->functions) { in ZEND_FUNCTION()
[all …]
H A Dzend_API.c2353 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex()
2356 module->globals_ctor(module->globals_ptr); in zend_startup_module_ex()
2362 if (module->module_startup_func(module->type, module->module_number)==FAILURE) { in zend_startup_module_ex()
2520 if (!module) { in zend_register_module_ex()
2578 return module; in zend_register_module_ex()
3244 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
3261 module->globals_dtor(module->globals_ptr); in module_destructor()
3297 if (module->request_startup_func(module->type, module->module_number)==FAILURE) { in zend_activate_modules()
3316 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
3326 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
[all …]
H A Dzend.c884 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
885 module_destructor(module); in module_destructor_zval()
H A Dzend_closures.c484 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
/php-src/build/
H A Dlibtool.m41533 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
4341 # Commands used to build a loadable module (assumed same as above if empty)
H A Dphp.m4805 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
807 dnl Basically sets up the link-stage for building module-name from object_var in
831 …) $additional_flags -o [\$]@ -export-dynamic -avoid-version -prefer-pic -module -rpath \$(phplibdi…
851 | one SAPI module plus CGI, CLI and FPM binaries at the same time. |
915 dnl "cxx" can be used to indicate that a C++ shared module is desired.
925 dnl ---------------------------------------------- Static module
934 dnl ---------------------------------------------- Shared module
938 …AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
943 dnl ---------------------------------------------- CLI static module
2217 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
H A Dltmain.sh1161 module=no
1676 -module)
1677 module=yes
2738 $echo "** Warning, lib $linklib is a module, not a shared library"
2883 if test "$module" = yes; then
2895 build_libtool_libs=module
3183 if test "$module" = no; then
3848 if test "$module" = yes; then
5527 if test "$build_libtool_libs" = module; then
5763 case $host,$output,$installed,$module,$dlname in
[all …]
/php-src/main/
H A Dmain.c2053 zend_module_entry *module; in php_module_startup() local
2231 …if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL)… in php_module_startup()
2232 EG(current_module) = module; in php_module_startup()
2243 if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) { in php_module_startup()
2244 module->version = PHP_VERSION; in php_module_startup()
2245 module->info_func = PHP_MINFO(php_core); in php_module_startup()
/php-src/sapi/phpdbg/
H A Dphpdbg.c703 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup() argument
705 if (php_module_startup(module, &sapi_phpdbg_module_entry) == FAILURE) { in php_sapi_phpdbg_module_startup()
/php-src/ext/session/tests/
H A Dgh13856.phpt19 Warning: session_start(): Failed to initialize storage module: user (path: ) in %s on line %d
/php-src/sapi/apache2handler/
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-src/Zend/Optimizer/
H A Dzend_optimizer.c135 && func->module->type == MODULE_PERSISTENT in zend_optimizer_eval_special_func_call()
137 && func->module->handle == NULL in zend_optimizer_eval_special_func_call()
/php-src/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-src/ext/standard/
H A Dbasic_functions.c269 #define BASIC_MINIT_SUBMODULE(module) \ argument
274 #define BASIC_RINIT_SUBMODULE(module) \ argument
275 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU);
277 #define BASIC_MINFO_SUBMODULE(module) \ argument
278 PHP_MINFO(module)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
280 #define BASIC_RSHUTDOWN_SUBMODULE(module) \ argument
281 PHP_RSHUTDOWN(module)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
283 #define BASIC_MSHUTDOWN_SUBMODULE(module) \ argument
284 PHP_MSHUTDOWN(module)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
1912 zend_module_entry *module; local
[all …]

Completed in 214 milliseconds

1234