Home
last modified time | relevance | path

Searched refs:handler (Results 151 – 175 of 286) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/intl/tests/
H A Dtransliterator_clone.phpt2 Transliterator clone handler
H A Dtimezone_clone_error.phpt2 IntlTimeZone clone handler: error test
H A Dbreakiter_clone_basic.phpt2 IntlBreakIterator: clone handler
/PHP-7.4/Zend/tests/
H A Dexception_handler_002.phpt2 exception handler tests - 2
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug46196.phpt8 * Description: Restores the previously defined error handler function
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
H A Dbug72057.phpt2 Bug #72057 (PHP hangs when user error handler throws exception after Notice from type coercion)
H A Dbug76534.phpt2 Bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)
H A Dbug70689.phpt2 Bug #70689 (Exception handler does not work as expected)
H A Dbug73163.phpt2 Bug #73163 (PHP hangs if error handler throws while accessing undef const in default value)
H A Dexception_handler_004.phpt2 exception handler tests - 4
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c578 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
665 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute() local
692 handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); in phpdbg_internal_stack_execute()
694 if (handler) { in phpdbg_internal_stack_execute()
695 if (!allow_async_unsafe && !(handler->flags & PHPDBG_ASYNC_SAFE)) { in phpdbg_internal_stack_execute()
696 …r("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", handler->name); in phpdbg_internal_stack_execute()
700 if (phpdbg_stack_verify(handler, &top) == SUCCESS) { in phpdbg_internal_stack_execute()
703 return handler->handler(top); in phpdbg_internal_stack_execute()
/PHP-7.4/ext/dba/tests/
H A Dbug72885.phpt5 $handler = "flatfile";
H A Dbug71514.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.phpt2 Bug #81353: Segfault with preloading and error handler using static variables
/PHP-7.4/ext/session/tests/
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
16 class handler {
50 $hnd = new handler;
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
16 class handler {
51 $hnd = new handler;
H A Dbug80889a.phpt2 Bug #80889 (Cannot set save handler when save_handler is invalid)
H A D004.phpt16 class handler {
49 $hnd = new handler;
/PHP-7.4/ext/reflection/tests/
H A Dbug76536.phpt2 Bug #76536 (PHP crashes with core dump when throwing exception in error handler)
/PHP-7.4/tests/output/
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt2 bug67436: E_WARNING instead of custom error handler

Completed in 22 milliseconds

12345678910>>...12