Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/session/tests/user_session_module/
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);
H A Dsession_set_save_handler_basic.phpt69 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
72 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
75 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
/php-src/ext/dom/
H A Dxml_document.c99 xmlCharEncodingHandlerPtr handler = xmlFindCharEncodingHandler(encoding); in PHP_METHOD() local
101 if (handler != NULL) { in PHP_METHOD()
102 xmlCharEncCloseFunc(handler); in PHP_METHOD()
/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 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 Dstr_offset_007.phpt2 string offset 007 indirect string modification by error handler
H A Dgh13446_1.phpt2 GH-13446: Exception handler is restored after is has finished
/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/sapi/apache2handler/
H A Dsapi_apache2.c625 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
627 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
682 if (parent_req && parent_req->handler && in php_handler()
683 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
684 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
685 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
711 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/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/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 44 milliseconds

12345678910>>...14