Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/pcntl/tests/
H A Dasync_signals.phpt14 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
24 Signal handler called!
H A Dpcntl_signal_dispatch.phpt14 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
25 Signal handler called!
/PHP-7.4/ext/session/tests/
H A Dbug78624.phpt15 …* Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_fun…
49 $handler = new MySession;
50 session_set_save_handler($handler);
H A Dbug73100.phpt23 Warning: session_module_name(): Cannot change save handler module when session is active in %s on l…
26 Recoverable fatal error: session_module_name(): Cannot set 'user' save handler by ini_set() or sess…
H A Dsession_set_save_handler_class_009.phpt14 …* Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_fun…
46 $handler = new MySession(1);
47 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_011.phpt14 …* Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_fun…
51 $handler = new MySession(1);
52 session_set_save_handler($handler, false);
H A Dbug63379.phpt13 $handler = new SessionHandler;
14 session_set_save_handler($handler);
H A Dbug63379_nodestroy.phpt13 $handler = new SessionHandler;
14 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_016.phpt14 …* Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shu…
62 $handler = new MySession2;
63 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_017.phpt14 …* Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shu…
62 $handler = new MySession2;
63 session_set_save_handler($handler);
H A Dsession_set_save_handler_class_018.phpt14 …* Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shu…
66 $handler = new MySession2;
67 session_set_save_handler($handler);
H A Dsession_set_save_handler_iface_003.phpt14 …* Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shu…
63 $handler = new MySession2;
64 session_set_save_handler($handler);
/PHP-7.4/ext/dba/tests/
H A Dbug36436.phpt5 $handler = 'db4';
11 $handler = 'db4';
/PHP-7.4/main/
H A Dphp_output.h227 PHPAPI php_output_handler *php_output_handler_create_user(zval *handler, size_t chunk_size, int fla…
228 …nal(const char *name, size_t name_len, php_output_handler_context_func_t handler, size_t chunk_siz…
230 PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(vo…
231 PHPAPI int php_output_handler_start(php_output_handler *handler);
234 PHPAPI void php_output_handler_dtor(php_output_handler *handler);
235 PHPAPI void php_output_handler_free(php_output_handler **handler);
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt17 // Figure out what handler to use
34 // curl handler
37 // options for the curl handler
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt2 user defined error handler + set_error_handling(EH_THROW)
13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
H A Dbug44295.phpt2 user defined error handler + set_error_handling(EH_THROW)
13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
/PHP-7.4/Zend/tests/
H A Dbug61767.phpt6 echo "Error handler called ($msg)\n";
18 Error handler called (Undefined variable: undefined)
/PHP-7.4/ext/xml/tests/
H A Dbug73135.phpt28 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
30 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
H A Dxml_set_processing_instruction_handler_basic.phpt11 …pe : proto bool xml_set_processing_instruction_handler ( resource $parser , callback $handler )
12 * Description: Sets the processing instruction (PI) handler function for the XML parser.
H A Dxml_parser_set_option_basic.phpt11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
12 * Description: Sets the notation declaration handler function for the XML parser.
/PHP-7.4/ext/mysqli/tests/
H A Dlocal_infile_tools.inc81 function try_handler($offset, $link, $file, $handler, $expected = null) {
83 if ('default' == $handler) {
85 } else if (!mysqli_set_local_infile_handler($link, $handler)) {
86 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
89 printf("Callback set to '%s'\n", $handler);
/PHP-7.4/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";
54 Simple test for DateTime compare object handler
/PHP-7.4/tests/output/
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler

Completed in 63 milliseconds

12345678910>>...12