Home
last modified time | relevance | path

Searched refs:handler (Results 101 – 125 of 339) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/xml/tests/
H A Dxml011.phpt22 echo "\nChange to empty end handler\n";
67 Change to empty end handler
/PHP-8.3/ext/dba/tests/
H A Ddba_inifile.phpt2 DBA INIFILE handler test
15 $handler = 'inifile';
16 run_standard_tests($handler, $db_name);
H A Ddba_gdbm.phpt2 DBA GDBM handler test
15 $handler = 'gdbm';
16 run_standard_tests($handler, $db_name);
124 Warning: dba_open(): Locking cannot be disabled for handler gdbm in %s on line %d
H A Ddba_qdbm.phpt2 DBA QDBM handler test
15 $handler = 'qdbm';
16 run_standard_tests($handler, $db_name);
124 Warning: dba_open(): Locking cannot be disabled for handler qdbm in %s on line %d
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
/PHP-8.3/Zend/
H A Dzend_observer.h120 ZEND_API void zend_observer_fiber_init_register(zend_observer_fiber_init_handler handler);
121 ZEND_API void zend_observer_fiber_switch_register(zend_observer_fiber_switch_handler handler);
122 ZEND_API void zend_observer_fiber_destroy_register(zend_observer_fiber_destroy_handler handler);
/PHP-8.3/ext/date/tests/
H A DDateTime_compare_basic1.phpt2 Test of compare object handler for DateTime objects
6 echo "Simple test for DateTime compare object handler\n";
53 Simple test for DateTime compare object handler
/PHP-8.3/tests/output/
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler
/PHP-8.3/ext/session/tests/user_session_module/
H A Dbug78624.phpt43 $handler = new MySession;
44 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_009.phpt40 $handler = new MySession(1);
41 session_set_save_handler($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 Dsession_set_save_handler_class_011.phpt45 $handler = new MySession(1);
46 session_set_save_handler($handler, false);
H A Dbug71162.phpt53 $handler = new MySessionHandler();
54 session_set_save_handler($handler);
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 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
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
/PHP-8.3/ext/pgsql/tests/
H A D80_bug14383.phpt25 $handler = get_any_handler($name);
26 run_standard_tests($handler, $name);
35 Using handler: "%s"
/PHP-8.3/Zend/tests/
H A Dexit_exception_handler.phpt2 Exception handler should not be invoked for exit()
H A Dstr_offset_005.phpt2 string offset 005 indirect string modification by error handler
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 Dbug72107.phpt2 Bug #72107: Segfault when using func_get_args as error handler
/PHP-8.3/Zend/tests/in-de-crement/
H A Ddecrement_diagnostic_change_type.phpt2 Error handler can change type of operand of --

Completed in 32 milliseconds

12345678910>>...14