Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/session/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/session/tests/bug60634_error_2.phpt |
--TEST-- Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec --INI-- session.save_path= session.name=PHPSESSID --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php ob_start(); function open($save_path, $session_name) { return true; } function close() { echo "close: goodbye cruel world\n"; return true; } function read($id) { return ''; } function write($id, $session_data) { echo "write: goodbye cruel world\n"; throw new Exception; } function destroy($id) { return true; } function gc($maxlifetime) { return true; } session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); session_start(); session_write_close(); echo "um, hi\n"; ?> --EXPECTF-- write: goodbye cruel world Fatal error: Uncaught Exception in %s Stack trace: #0 [internal function]: write('%s', '') #1 %s(%d): session_write_close() #2 {main} thrown in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare