File manager - Edit - /home/autoph/public_html/connectv1/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php
Back
<?php namespace PhpOffice\PhpSpreadsheet\Calculation; class ExceptionHandler { /** * Register errorhandler. */ public function __construct() { set_error_handler([Exception::class, 'errorHandlerCallback'], E_ALL); } /** * Unregister errorhandler. */ public function __destruct() { restore_error_handler(); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings