Home
last modified time | relevance | path

Searched refs:handler (Results 126 – 150 of 324) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_009.phpt42 $handler = new MySession(1);
43 session_set_save_handler($handler);
H A Dsession_set_save_handler_closures.phpt58 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
61 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
64 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
H A Dbug78624.phpt45 $handler = new MySession;
46 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_011.phpt47 $handler = new MySession(1);
48 session_set_save_handler($handler, false);
H A Dsession_set_save_handler_class_016.phpt58 $handler = new MySession2;
59 session_set_save_handler($handler);
H A Dsession_set_save_handler_basic.phpt67 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
70 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
73 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
H A Dsave_handler.inc51 // NOTE: All production session save handler MUST implement "exclusive" lock.
73 // is not suitable place your handler to unlock. Unlock data at close().
133 // security reasons for production save handler.
156 // NOTE: This handler is mandatory for session security.
157 // All save handlers MUST implement this handler.
167 // NOTE: This handler is optional. If your session database cannot
H A Dbug71162.phpt56 $handler = new MySessionHandler();
57 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_017.phpt58 $handler = new MySession2;
59 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_018.phpt62 $handler = new MySession2;
63 session_set_save_handler($handler);
H A Dsession_set_save_handler_iface_003.phpt60 $handler = new MySession2;
61 session_set_save_handler($handler);
/PHP-8.1/ext/pcntl/
H A Dpcntl.stub.php19 /** @param callable|int $handler */
20 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
/PHP-8.1/Zend/tests/
H A Dexit_exception_handler.phpt2 Exception handler should not be invoked for exit()
H A Dstr_offset_005.phpt2 string offset 005 indirect string modification by error handler
H A Dbug70662.phpt2 Bug #70662: Duplicate array key via undefined index error handler
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dbug72107.phpt2 Bug #72107: Segfault when using func_get_args as error handler
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c614 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
616 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
671 if (parent_req && parent_req->handler && in php_handler()
672 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
673 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
674 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
700 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c375 addr = (uint64_t)(uintptr_t)op_array->opcodes[cfg->blocks[b].start].handler;
719 …mbol("ZEND_DO_UCALL_SPEC_RETVAL_UNUSED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
724 …symbol("ZEND_DO_UCALL_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
734 …ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
739 …mbol("ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
744 …symbol("ZEND_DO_FCALL_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
749 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_CONST_LABEL", (uint64_t)(uintptr_t)opline.handler, si…
754 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_TMP_LABEL", (uint64_t)(uintptr_t)opline.handler, size…
759 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_VAR_LABEL", (uint64_t)(uintptr_t)opline.handler, size…
764 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_CV_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeo…
[all …]
/PHP-8.1/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_dim_op_006.phpt2 JIT ASSIGN_DIM_OP 006: Cloberring array be user error handler
/PHP-8.1/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)

Completed in 34 milliseconds

12345678910>>...13