Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_008.phpt40 $handler = new MySession(1);
41 session_set_save_handler($handler);
47 $handler->finish();
H A Dsession_set_save_handler_class_010.phpt40 $handler = new MySession(1);
41 session_set_save_handler($handler, false);
42 register_shutdown_function(array($handler, 'finish'));
H A Dbasic_set_save_handler_test.phpt16 class handler implements SessionHandlerInterface {
49 $hnd = new handler;
57 session_set_save_handler(new handler());
69 session_set_save_handler(new handler());
H A Dbug63379_nodestroy.phpt13 $handler = new SessionHandler;
14 session_set_save_handler($handler);
H A Dbug63379.phpt13 $handler = new SessionHandler;
14 session_set_save_handler($handler);
H A Dsession_set_save_handler_variation1.phpt26 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
30 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
/php-src/Zend/tests/weakrefs/
H A Dgh13612.phpt13 $handler = new class($this) {
28 $this->ownerDestructorHandlers[] = $handler;
H A Dnotify.phpt2 Object free handler must call zend_weakrefs_notify
21 printf("free handler of %s did not call zend_weakrefs_notify?\n", $class);
/php-src/Zend/tests/
H A Dgh10695_4.phpt7 throw new \Exception('exception handler');
15 Fatal error: Uncaught Exception: exception handler in %s:%d
H A Dbug64960.phpt11 // this triggers the custom error handler
19 // exception must be thrown from error handler.
28 // trigger error handler
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');
/php-src/ext/zend_test/tests/
H A Dobserver_retval_04.phpt26 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR
49 </bar:'This gets freed in the return handler when unused'>
51 </bar:'This gets freed in the return handler when unused'>
/php-src/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 zend_result 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-src/ext/opcache/tests/jit/
H A Dignored_opcodes.phpt28 <!-- opcode: 'ZEND_BEGIN_SILENCE' in user handler -->
29 <!-- opcode: 'ZEND_END_SILENCE' in user handler -->
/php-src/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-src/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-src/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-src/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-src/ext/session/tests/
H A Dsession_decode_error3.phpt21 Warning: session_start(): Cannot find session serialization handler "wrong_handler" - session start…
23 Warning: ini_set(): Serialization handler "wrong_handler" cannot be found in %s on line 5
/php-src/ext/dba/
H A Dconfig.w3229 AC_DEFINE("QDBM_INCLUDE_FILE", "<depot.h>", "The QDBM handler header file.", false);
30 AC_DEFINE("DBA_QDBM", 1, "Define to 1 if the dba extension uses the QDBM handler.");
41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "The LMDB handler header file.", false);
42 AC_DEFINE("DBA_LMDB", 1, "Define to 1 if the dba extension uses the LMDB handler.");
H A Dconfig.m4176 [The QDBM handler header file.])
211 [The GDBM handler header file.])
243 [The NDBM handler header file.])
309 [The LMDB handler header file.])
389 handler.])
393 [The DB$1 handler header file.])])
600 [The DB1 handler version information.])
639 [The DB1 handler header file.])
642 handler.])
677 [The DBM handler include file.])
[all …]
/php-src/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"; }

Completed in 44 milliseconds

12345678910>>...15