Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/Zend/tests/
H A Dbug70662.phpt2 Bug #70662: Duplicate array key via undefined index error handler
H A Dexception_handler_001.phpt2 exception handler tests - 1
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 Dbug48004.phpt2 Bug #48004 (Error handler prevents creation of default object)
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
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 Dbug72107.phpt2 Bug #72107: Segfault when using func_get_args as error handler
H A Dbug54265.phpt2 Bug #54265 (crash when variable gets reassigned in error handler)
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dbug47981.phpt2 Bug #47981 (error handler not called regardless)
H A Dbug35017.phpt2 Bug #35017 (Exception thrown in error handler may cause unexpected behavior)
/PHP-7.4/ext/session/tests/
H A Dbug71162.phpt54 $handler = new MySessionHandler();
55 session_set_save_handler($handler);
H A Dsave_handler.inc51 // NOTE: All production session save handler MUST implement "exclusive" lock.
73 // is not suitable place your handler to unlock. Unlock data at close().
133 // security reasons for production save handler.
156 // NOTE: This handler is mandatory for session security.
157 // All save handlers MUST implement this handler.
167 // NOTE: This handler is optional. If your session database cannot
H A Dbug60860.phpt19 PHP Recoverable fatal error: PHP Startup: Cannot set 'user' save handler by ini_set() or session_m…
/PHP-7.4/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt11 /* Prototype : bool xml_set_start_namespace_decl_handler ( resource $parser , callback $handler
12 * Description: Set up start namespace declaration handler.
H A Dbug27908.phpt2 Bug #27908 (default handler not being called)
/PHP-7.4/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c605 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
607 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
662 if (parent_req && parent_req->handler && in php_handler()
663 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
664 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
665 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
691 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/PHP-7.4/tests/output/
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-7.4/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present

Completed in 23 milliseconds

12345678910>>...12