Home
last modified time | relevance | path

Searched refs:handler (Results 351 – 371 of 371) sorted by last modified time

1...<<1112131415

/PHP-5.5/Zend/tests/
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 Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
/PHP-5.5/Zend/
H A DZEND_CHANGES597 your exceptions will be nicely shown in the builtin handler for
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
16 2. Overriding create_object handler for class. E.g.:
21 The create_object handler function should create a new zval, create
22 new object and get the handle for it, set handle and handler table as
24 constructor call. The get_constructor handler table entry should be
26 to it from get_constructor handler.
45 meant to be changed. The handler returns zval * with the value.
57 Otherwise this handler should be NULL and the engine will use
66 referencing for your objects, you can set this handler to NULL.
75 would be accessed using write handler.
[all …]
H A DREADME.ZEND_VM13 find opcode handlers and helpers. The typical opcode handler template looks
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
/PHP-5.5/
H A DUPGRADING171 - set_error_handler(NULL) can now be used to reset the error handler.
174 error/exception handler. Previously bool(true) was returned.
516 - The Apache 2.4 handler is supported as of PHP 5.5.0
H A DUPGRADING.INTERNALS106 The signature of the get_current_key iteration handler has been changed to:
H A DREADME.input_filter12 treat_data and post handler functions. To implement your own security
93 /* The filter handler. If you return 1 from it, then PHP also registers the
H A DREADME.GIT-RULES119 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DREADME.NEW-OUTPUT-API7 and there's an API call for every output handler op.
13 Starting the default output handler:
17 Starting an user handler by zval:
21 Starting an internal handler whithout context:
25 Starting an internal handler with context:
33 // php_ob_handler_used("output handler name" TSRMLS_CC);
80 Issue a warning because of an output handler conflict:
81 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
96 Disabling of the output handler by itself:
113 Output handler hooks
[all …]
H A DNEWS2687 handler). (Lonny Kapelushnik)
2720 when close handler call exit). (Laruence)
3270 handler. (Stas)
3485 session handler interface). (Arpad)
7448 - Fixed SOAP extension's handler() to work even when
7495 default post handler). (Ilia)
7653 and MySQL's NDB table handler). (Ilia)
8346 handler). (Tony)
8450 inside error handler). (Dmitry)
8675 fetch handler). (Tony)
[all …]
/PHP-5.5/tests/output/
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler
H A Dob_020.phpt25 [0] => default output handler
29 [0] => default output handler
30 [1] => default output handler
34 [0] => default output handler
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-5.5/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-5.5/ext/dba/tests/
H A Dskipif.inc5 if (!isset($handler)) {
8 $handler = 'flatfile';
12 die('skip no handler available that can be used for the test');
14 $handler = array_shift($handlers);
17 if (!in_array($handler, dba_handlers())) {
18 $HND = strtoupper($handler);
19 die("skip $HND handler not available");
22 $HND = strtoupper($handler);

Completed in 73 milliseconds

1...<<1112131415