Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/Zend/tests/
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dstr_offset_007.phpt2 string offset 007 indirect string modification by error handler
H A Dfalsetoarray_002.phpt2 Autovivification of false to array with data clobbering by error handler
H A Darray_offset_002.phpt2 Capturing array in user error handler during index conversion
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dstr_offset_006.phpt2 string offset 006 indirect string modification by error handler
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dfalsetoarray_003.phpt2 Autovivification of false to array with data clobbering by error handler
H A Dstr_offset_008.phpt2 string offset 008 indirect string modification by error handler
/PHP-8.2/ext/session/tests/
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);
H A Derror_when_setting_save_handler_ini_setting_in_runtime.phpt14 Warning: ini_set(): Session save handler "user" cannot be set by ini_set() in %s on line %d
H A Dbug60860.phpt20 Fatal error: PHP Startup: Session save handler "user" cannot be set by ini_set() in Unknown on line…
/PHP-8.2/ext/xml/tests/
H A Dbug27908.phpt2 Bug #27908 (default handler not being called)
/PHP-8.2/ext/tidy/tests/
H A D026.phpt7 if (getenv('SKIP_PRELOAD')) die('skip Output handler interferes');
/PHP-8.2/tests/output/
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-8.2/ext/dom/tests/
H A Ddomxpath.phpt72 Unable to call handler non_existent()
73 Unable to call handler non_existent()
/PHP-8.2/ext/dba/tests/
H A Dgh9155.phpt9 $handler = "flatfile";
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.c580 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
667 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute() local
694 handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); in phpdbg_internal_stack_execute()
696 if (handler) { in phpdbg_internal_stack_execute()
697 if (!allow_async_unsafe && !(handler->flags & PHPDBG_ASYNC_SAFE)) { in phpdbg_internal_stack_execute()
698 phpdbg_error("%s command is disallowed during hard interrupt", handler->name); in phpdbg_internal_stack_execute()
702 if (phpdbg_stack_verify(handler, &top) == SUCCESS) { in phpdbg_internal_stack_execute()
705 return handler->handler(top); in phpdbg_internal_stack_execute()
/PHP-8.2/ext/intl/tests/
H A Dtransliterator_clone.phpt2 Transliterator clone handler

Completed in 24 milliseconds

12345678910>>...13