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/tests/output/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/output/bug70970.phpt |
--TEST-- Bug #70970 (Segfault when combining error handler with output buffering) --FILE-- <?php function exception_error_handler($severity, $message, $file, $line) { throw new Exception($message, 0); } set_error_handler('exception_error_handler'); function obHandler($buffer, $phase = null) { try { ob_start(); } catch (Exception $e) { return (string) $e; } return $buffer; } ob_start('obHandler'); print 'test'; ?> --EXPECTF-- Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug70970.php on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare