Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 286) sorted by path

12345678910>>...12

/PHP-7.4/
H A DCONTRIBUTING.md398 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DNEWS339 . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
398 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
1511 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1929 100 to 1000, added crash handler to cleanly shutdown PHP request, added
2495 . Fixed bug #73108 (Internal class cast handler uses integer instead of
H A DUPGRADING536 . bool sapi_windows_set_ctrl_handler(callable handler, [, bool add = true]) -
537 set or remove a handler function upon receiving a CTRL event. The handler
538 function is expected to have this signature: "function handler(int $event)".
730 - CTRL+C and CTRL+BREAK on console can be caught by setting a handler function
H A DUPGRADING.INTERNALS9 f. get_properties_for() handler / Z_OBJDEBUG_P
71 f. A new, optional object handler with the signature
83 The handler returns a non-null HashTable with increased refcounted, and
86 This handler serves the same general function as get_properties(), but
97 compatibility reasons. However, while it is fine to define this handler,
136 It is recommended to initialize object handler structures by copying the
171 m. The write_property() object handler now returns the assigned value (after
/PHP-7.4/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
/PHP-7.4/Zend/tests/
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 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 Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
38 //This will not create file and line items for the call into the error handler
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
H A Dbug46196.phpt8 * Description: Restores the previously defined error handler function
H A Dbug46241.phpt2 Bug #46241 (error handler stacks)
H A Dbug47714.phpt6 eval('class handler {
16 $h = new handler();
H A Dbug47981.phpt2 Bug #47981 (error handler not called regardless)
H A Dbug48004.phpt2 Bug #48004 (Error handler prevents creation of default object)
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
H A Dbug54265.phpt2 Bug #54265 (crash when variable gets reassigned in error 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_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
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);

Completed in 48 milliseconds

12345678910>>...12