Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_016.phpt56 $handler = new MySession2;
57 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_017.phpt56 $handler = new MySession2;
57 session_set_save_handler($handler);
H A Dsession_set_save_handler_iface_003.phpt55 $handler = new MySession2;
56 session_set_save_handler($handler);
H A Dbasic_set_save_handler_test02.phpt2 custom save handler, multiple session_start()s, complex data structure test.
16 class handler implements SessionHandlerInterface {
50 $hnd = new handler;
H A Dsession_set_save_handler_closures.phpt56 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
59 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
62 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
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 Derror_when_setting_save_handler_ini_setting_in_runtime.phpt10 Warning: ini_set(): Session save handler "user" cannot be set by ini_set() in %s on line %d
H A Dsession_set_save_handler_class_018.phpt60 $handler = new MySession2;
61 session_set_save_handler($handler);
/php-src/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dbug72107.phpt2 Bug #72107: Segfault when using func_get_args as error handler
H A Dgh13446_4.phpt2 GH-13446: Exception handler isn't restored if stack is empty
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 Dexception_handler_005.phpt2 exception handler tests - 5
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
H A Dexception_handler_006.phpt2 exception handler tests - 6
/php-src/ext/dba/tests/
H A Ddba_lmdb.phpt2 DBA LMDB handler test
15 $handler = 'lmdb';
16 run_standard_tests($handler, $db_name);
128 Warning: dba_open(): Locking cannot be disabled for handler lmdb in %s on line %d
H A Ddba_flags_arg.phpt8 dba_open('irrelevant', 'c', 'handler', flags: -1);
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_op_006.phpt2 JIT ASSIGN_DIM_OP 006: Clobbering array be user error handler
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c621 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
623 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
678 if (parent_req && parent_req->handler && in php_handler()
679 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
680 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
681 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
707 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/php-src/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/php-src/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-61469_binop_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_predec_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_preinc_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler

Completed in 41 milliseconds

12345678910>>...15