Searched refs:mechanism (Results 1 – 20 of 20) sorted by relevance
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_events.c | 256 int fpm_event_pre_init(char *mechanism) /* {{{ */ in fpm_event_pre_init() argument 261 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 269 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 277 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 285 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 293 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 301 if (!mechanism || strcasecmp(module->name, mechanism) == 0) { in fpm_event_pre_init() 306 if (mechanism) { in fpm_event_pre_init() 307 zlog(ZLOG_ERROR, "event mechanism '%s' is not available on this system", mechanism); in fpm_event_pre_init()
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | __serialize_002.phpt | 2 __serialize() mechanism (002): TypeError on invalid return type
|
H A D | __serialize_001.phpt | 2 __serialize() mechanism (001): Basics
|
H A D | __serialize_003.phpt | 2 __serialize() mechanism (003): Interoperability of different serialization mechanisms
|
H A D | __serialize_005.phpt | 2 __serialize() mechanism (005): parent::__unserialize() is safe
|
H A D | __serialize_004.phpt | 2 __serialize() mechanism (004): Delayed __unserialize() calls
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 2 fopencookie detected and working (or cast mechanism works) 6 /* This test verifies that the casting mechanism is working correctly.
|
H A D | userwrapper.phpt | 25 we effectively test the stat cache mechanism */
|
/PHP-8.1/ext/curl/tests/ |
H A D | bug52827.phpt | 14 * stream has an ugly but working mechanism to
|
/PHP-8.1/Zend/tests/constexpr/ |
H A D | new_not_allowed_property.phpt | 14 // left uninitialized. A third option is another mechanism between object creation and
|
/PHP-8.1/.github/scripts/windows/ |
H A D | build_task.bat | 22 rem updates. It might be, that some locking mechanism is needed.
|
/PHP-8.1/sapi/fpm/ |
H A D | php-fpm.conf.in | 110 ; Specify the event mechanism FPM will use. The following is available: 118 ;events.mechanism = epoll
|
H A D | php-fpm.service.in | 36 # sysctl.d(5) mechanism. Almost no services need to write to these at runtime; it is hence
|
/PHP-8.1/ |
H A D | CODING_STANDARDS.md | 65 counterparts. These functions implement an internal "safety-net" mechanism
|
H A D | NEWS | 898 . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug 1691 . Fixed bug #65800 (Events port mechanism). (psumbera)
|
H A D | php.ini-development | 204 ; Output buffering is a mechanism for controlling how much output data
|
H A D | php.ini-production | 204 ; Output buffering is a mechanism for controlling how much output data
|
/PHP-8.1/ext/mbstring/libmbfl/ |
H A D | LICENSE | 298 b) Use a suitable shared library mechanism for linking with the 299 Library. A suitable mechanism is one that (1) uses at run time a
|
/PHP-8.1/ext/bcmath/libbcmath/ |
H A D | LICENSE | 301 b) Use a suitable shared library mechanism for linking with the 302 Library. A suitable mechanism is one that (1) uses at run time a
|
/PHP-8.1/build/ |
H A D | libtool.m4 | 1237 # If the only mechanism to avoid hardcoding is shlibpath_var, we 1550 # versioning mechanism, adjust this.
|
Completed in 47 milliseconds