Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/dba/tests/
H A Dbug49125.phpt7 $handler = 'db4';
15 $handler = 'db4';
H A Dbug78808.phpt7 $handler = 'lmdb';
12 $handler = 'lmdb';
H A Dbug36436.phpt7 $handler = 'db4';
13 $handler = 'db4';
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_retval_04.phpt25 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR
48 </bar:'This gets freed in the return handler when unused'>
50 </bar:'This gets freed in the return handler when unused'>
/PHP-8.1/Zend/
H A Dzend_observer.h86 ZEND_API void zend_observer_fiber_init_register(zend_observer_fiber_init_handler handler);
87 ZEND_API void zend_observer_fiber_switch_register(zend_observer_fiber_switch_handler handler);
88 ZEND_API void zend_observer_fiber_destroy_register(zend_observer_fiber_destroy_handler handler);
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt42 $handler = new MySession(1);
43 session_set_save_handler($handler);
49 $handler->finish();
H A Dsession_set_save_handler_class_010.phpt42 $handler = new MySession(1);
43 session_set_save_handler($handler, false);
44 register_shutdown_function(array($handler, 'finish'));
H A Dbug63379.phpt15 $handler = new SessionHandler;
16 session_set_save_handler($handler);
H A Dbug63379_nodestroy.phpt15 $handler = new SessionHandler;
16 session_set_save_handler($handler);
H A Dsession_set_save_handler_variation1.phpt28 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
32 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
/PHP-8.1/Zend/tests/
H A Dbug55007.phpt8 …ame) eval('class MyErrorHandler { function __construct() { print "My error handler runs.\n"; } }');
23 My error handler runs.
H A Drecord_errors_001.phpt2 Error recording in error handler
5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
H A Dbug61767.phpt6 echo "Error handler called ($msg)\n";
19 Error handler called (Undefined variable $undefined)
/PHP-8.1/main/
H A Dphp_output.h225 PHPAPI php_output_handler *php_output_handler_create_user(zval *handler, size_t chunk_size, int fla…
226 …nal(const char *name, size_t name_len, php_output_handler_context_func_t handler, size_t chunk_siz…
228 PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(vo…
229 PHPAPI int php_output_handler_start(php_output_handler *handler);
232 PHPAPI void php_output_handler_dtor(php_output_handler *handler);
233 PHPAPI void php_output_handler_free(php_output_handler **handler);
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt16 // Figure out what handler to use
33 // curl handler
36 // options for the curl handler
/PHP-8.1/ext/reflection/tests/
H A Dbug76536.phpt2 Bug #76536 (PHP crashes with core dump when throwing exception in error handler)
5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not available during preloading');
/PHP-8.1/Zend/tests/match/
H A D029.phpt7 throw new Exception("Custom error handler: $message");
19 Fatal error: Uncaught Exception: Custom error handler: Undefined variable $undefVar in %s029.php:4
H A D030.phpt7 throw new Exception("Custom error handler: $message");
19 Fatal error: Uncaught Exception: Custom error handler: Undefined variable $undefVar in %s030.php:4
/PHP-8.1/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present
6 <?php if (extension_loaded('Zend OPCache')) die('skip Opcache overrides error handler'); ?>
/PHP-8.1/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-8.1/ext/mysqli/tests/
H A Dlocal_infile_tools.inc89 function try_handler($offset, $link, $file, $handler, $expected = null) {
91 if ('default' == $handler) {
93 } else if (!mysqli_set_local_infile_handler($link, $handler)) {
94 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
97 printf("Callback set to '%s'\n", $handler);
/PHP-8.1/ext/xml/tests/
H A Dxml011.phpt22 echo "\nChange to empty end handler\n";
67 Change to empty end handler
/PHP-8.1/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.1/tests/output/
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler

Completed in 41 milliseconds

12345678910>>...13