Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/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-5.5/ext/pcntl/tests/
H A Dpcntl_signal_dispatch.phpt14 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
25 Signal handler called!
/PHP-5.5/ext/dba/tests/
H A Dbug36436.phpt5 $handler = 'db4';
11 $handler = 'db4';
/PHP-5.5/ext/session/tests/
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_iface_003.phpt14 …* Prototype : bool session_set_save_handler(SessionHandlerInterface $handler [, bool $register_shu…
62 $handler = new MySession2;
63 session_set_save_handler($handler);
/PHP-5.5/main/
H A Dphp_output.h233 PHPAPI php_output_handler *php_output_handler_create_user(zval *handler, size_t chunk_size, int fla…
234 …nal(const char *name, size_t name_len, php_output_handler_context_func_t handler, size_t chunk_siz…
236 PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(vo…
237 PHPAPI int php_output_handler_start(php_output_handler *handler TSRMLS_DC);
240 PHPAPI void php_output_handler_dtor(php_output_handler *handler TSRMLS_DC);
241 PHPAPI void php_output_handler_free(php_output_handler **handler TSRMLS_DC);
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c274 void (*handler)(int); in sapi_apache_read_post() local
296 signal(SIGPIPE, handler); in sapi_apache_read_post()
932 php_handler *handler; in php_set_server_handler() local
934 handler->type = handler_type; in php_set_server_handler()
935 handler->stage = handler_stage; in php_set_server_handler()
936 handler->name = strdup(arg1); in php_set_server_handler()
951 php_handler *handler; in php_set_dir_handler() local
953 handler->type = handler_type; in php_set_dir_handler()
954 handler->stage = handler_stage; in php_set_dir_handler()
955 handler->name = strdup(arg1); in php_set_dir_handler()
[all …]
H A DREADME42 AddHandler php-script = set's up a special type handler
48 All handlers may be stacked, i.e. you can list multiple handler directives
54 So, to set up a 'hello world' location handler (so that any request to
84 handler
145 So, a uri handler to redirect all non-local traffic to /404.php (an
191 being handled by the standard application/x-httpd-php handler.
H A Dphp_apache_http.h44 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC);
/PHP-5.5/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-5.5/Zend/tests/
H A Dbug61767.phpt6 echo "Error handler called ($msg)\n";
18 Error handler called (Undefined variable: undefined)
H A Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
38 //This will not create file and line items for the call into the error handler
/PHP-5.5/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-5.5/ext/mysqli/tests/
H A Dlocal_infile_tools.inc91 function try_handler($offset, $link, $file, $handler, $expected = null) {
93 if ('default' == $handler) {
95 } else if (!mysqli_set_local_infile_handler($link, $handler)) {
96 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
99 printf("Callback set to '%s'\n", $handler);
/PHP-5.5/ext/xml/tests/
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.
H A Dxml_set_start_namespace_decl_handler_basic.phpt11 /* Prototype : bool xml_set_start_namespace_decl_handler ( resource $parser , callback $handler
12 * Description: Set up start namespace declaration handler.
/PHP-5.5/tests/output/
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler
/PHP-5.5/Zend/
H A Dzend_signal.h41 void* handler; /* signal handler or context */ member
91 ZEND_API int zend_signal(int signo, void (*handler)(int) TSRMLS_DC);
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt2 Sybase-CT server message handler
18 echo 'Instance method: '; sybase_set_messagehandler_ex(array(new sybase(), 'handler'));

Completed in 113 milliseconds

12345678910>>...15