Home
last modified time | relevance | path

Searched refs:handler (Results 76 – 100 of 324) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/dba/tests/
H A Ddba_db1.phpt2 DBA DB1 handler test
7 $handler = 'db1';
12 $handler = 'db1';
17 database handler: db1
H A Ddba_db2.phpt2 DBA DB2 handler test
7 $handler = 'db2';
12 $handler = 'db2';
17 database handler: db2
H A Ddba_db3.phpt2 DBA DB3 handler test
7 $handler = 'db3';
12 $handler = 'db3';
17 database handler: db3
H A Ddba_inifile.phpt2 DBA INIFILE handler test
7 $handler = 'inifile';
12 $handler = 'inifile';
21 database handler: inifile
H A Ddba_ndbm.phpt2 DBA NDBM handler test
7 $handler = 'ndbm';
12 $handler = 'ndbm';
17 database handler: ndbm
H A Ddba015.phpt7 $handler = "flatfile";
9 die("info $HND handler used");
14 $handler = "flatfile";
16 echo "database handler: $handler\n";
58 database handler: flatfile
H A Ddba_db4_000.phpt2 DBA DB4 handler test
7 $handler = 'db4';
12 $handler = 'db4';
21 database handler: db4
H A Ddba_dbm.phpt2 DBA DBM handler test
7 $handler = 'dbm';
12 $handler = 'dbm';
21 database handler: dbm
H A Ddba_flatfile.phpt2 DBA FlatFile handler test
7 $handler = 'flatfile';
12 $handler = 'flatfile';
21 database handler: flatfile
H A Ddba_db4_018.phpt7 $handler = "db4";
9 die("info $HND handler used");
14 $handler = "db4";
16 echo "database handler: $handler\n";
60 database handler: db4
H A Ddba_tcadb.phpt2 DBA TCADB handler test
7 $handler = 'tcadb';
12 $handler = 'tcadb';
26 database handler: tcadb
H A Dbug62490.phpt7 $handler = "inifile";
12 $handler = "inifile";
15 $dba = dba_open($db_filename, "n", $handler)
H A Dbug48240.phpt7 $handler = 'db4';
13 $handler = 'db4';
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_005.phpt30 $handler = new MySession6;
31 session_set_save_handler($handler);
42 Warning: SessionHandler::read(): Parent session handler is not open in %ssession_set_save_handler_c…
44 Warning: SessionHandler::close(): Parent session handler is not open in %ssession_set_save_handler_…
H A Dsession_set_save_handler_class_006.phpt34 $handler = new MySession7;
35 $handler->foo = new MySession7_Foo;
36 session_set_save_handler($handler);
/PHP-8.1/tests/lang/
H A Dcompare_objects_basic1.phpt2 Test standard 'compare' object handler
6 echo "Simple test for standard compare object handler\n";
26 // Define a bunch of objects all of which will use standard compare object handler
46 Simple test for standard compare object handler
/PHP-8.1/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S50 @ locate TLS to save/restore SjLj handler
56 @ save SjLj handler
79 @ r#estore SjLj handler
81 @ store SjLj handler in TLS
/PHP-8.1/Zend/
H A Dzend_vm_execute.skl106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
119 return op->handler;
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
/PHP-8.1/ext/pcntl/tests/
H A Dpcntl_signal_dispatch.phpt9 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
20 Signal handler called!
H A Dasync_signals.phpt10 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
20 Signal handler called!
/PHP-8.1/Zend/tests/
H A Dbug47714.phpt6 eval('class handler {
16 $h = new handler();
H A Dbug64960.phpt11 // this triggers the custom error handler
19 // exception must be thrown from error handler.
28 // trigger error handler
/PHP-8.1/sapi/apache2handler/
H A Dconfig.w323 ARG_ENABLE('apache2handler', 'Build Apache 2.x handler', 'no');
21 ARG_ENABLE('apache2-2handler', 'Build Apache 2.2.x handler', 'no');
40 ARG_ENABLE('apache2-4handler', 'Build Apache 2.4.x handler', 'no');
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50762.phpt2 Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL)
13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
47 header handler called
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.h95 phpdbg_command_handler_t handler; /* Command handler */ member
158 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
159 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags}
161 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
162 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}

Completed in 29 milliseconds

12345678910>>...13