Home
last modified time | relevance | path

Searched refs:handler (Results 326 – 344 of 344) sorted by last modified time

1...<<11121314

/php-src/Zend/tests/
H A Dbug63206_2.phpt7 echo 'First handler' . PHP_EOL;
11 echo 'Second handler' . PHP_EOL;
17 echo 'Fourth handler' . PHP_EOL;
26 Second handler
H A Dbug55007.phpt8 …ame) eval('class MyErrorHandler { function __construct() { print "My error handler runs.\n"; } }');
23 My error handler runs.
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
H A Dbug61165.phpt6 $handler = NULL;
11 global $handler;
12 $handler = $this;
23 var_dump($handler);
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
H A Dbug46241.phpt2 Bug #46241 (error handler stacks)
H A Dbug47714.phpt6 eval('class handler {
16 $h = new handler();
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug35017.phpt2 Bug #35017 (Exception thrown in error handler may cause unexpected behavior)
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
H A Darray_offset_002.phpt2 Capturing array in user error handler during index conversion
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm85 ; traverse current seh chain to get the last exception handler installed by Windows
87 ; the exception handler chain is tested for the presence of ntdll.dll!FinalExceptionHandler
108 ; load 'handler' member of SEH == address of last SEH handler installed by Windows
110 ; save address in ECX as SEH handler for context
H A Djump_arm_aapcs_macho_gas.S50 @ locate TLS to save/restore SjLj handler
56 @ save SjLj handler
79 @ r#estore SjLj handler
81 @ store SjLj handler in TLS
/php-src/Zend/
H A DREADME.md42 opcode handlers and helpers. The typical opcode handler template looks like
58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the

Completed in 29 milliseconds

1...<<11121314