Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/Zend/tests/
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 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 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 Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dstr_offset_008.phpt2 string offset 008 indirect string modification by error handler
H A Dfalsetoarray_003.phpt2 Autovivification of false to array with data clobbering by error handler
H A Dexception_handler_007.phpt2 exception handler tests - 7
H A Doss_fuzz_54325.phpt2 oss-fuzz #54325: Fix use-after-free of name in var-var with malicious error handler
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dincdec_undef.phpt2 Inc/dec undef var with error handler
/PHP-8.1/ext/xml/tests/
H A Dbug27908.phpt2 Bug #27908 (default handler not being called)
/PHP-8.1/ext/session/tests/
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…
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
18 class handler {
52 $hnd = new handler;
/PHP-8.1/tests/output/
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-8.1/ext/tidy/tests/
H A D026.phpt7 if (getenv('SKIP_PRELOAD')) die('skip Output handler interferes');
/PHP-8.1/ext/dba/tests/
H A Dgh9155.phpt7 $handler = "flatfile";
/PHP-8.1/ext/dom/tests/
H A Ddomxpath.phpt72 Unable to call handler non_existent()
73 Unable to call handler non_existent()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c576 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
663 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute() local
690 handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); in phpdbg_internal_stack_execute()
692 if (handler) { in phpdbg_internal_stack_execute()
693 if (!allow_async_unsafe && !(handler->flags & PHPDBG_ASYNC_SAFE)) { in phpdbg_internal_stack_execute()
694 phpdbg_error("%s command is disallowed during hard interrupt", handler->name); in phpdbg_internal_stack_execute()
698 if (phpdbg_stack_verify(handler, &top) == SUCCESS) { in phpdbg_internal_stack_execute()
701 return handler->handler(top); in phpdbg_internal_stack_execute()
/PHP-8.1/ext/intl/tests/
H A Dtransliterator_clone.phpt2 Transliterator clone handler
H A Dtimezone_clone_error.phpt2 IntlTimeZone clone handler: error test

Completed in 31 milliseconds

12345678910>>...13