PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
phpoffice
/
phpspreadsheet
/
src
/
PhpSpreadsheet
/
Calculation
<?php namespace PhpOffice\PhpSpreadsheet\Calculation; use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException; class Exception extends PhpSpreadsheetException { /** * Error handler callback. * * @param mixed $code * @param mixed $string * @param mixed $file * @param mixed $line * @param mixed $context */ public static function errorHandlerCallback($code, $string, $file, $line, $context): void { $e = new self($string, $code); $e->line = $line; $e->file = $file; throw $e; } }
[-] MathTrig.php
[edit]
[-] LookupRef.php
[edit]
[+]
locale
[-] TextData.php
[edit]
[+]
Engine
[+]
..
[+]
TextData
[+]
Statistical
[-] Functions.php
[edit]
[-] functionlist.txt
[edit]
[-] ExceptionHandler.php
[edit]
[-] Calculation.php
[edit]
[+]
DateTimeExcel
[+]
Internal
[-] Web.php
[edit]
[-] Category.php
[edit]
[+]
Database
[+]
Logical
[+]
Financial
[-] Engineering.php
[edit]
[-] Logical.php
[edit]
[+]
LookupRef
[-] DateTime.php
[edit]
[-] Statistical.php
[edit]
[-] Database.php
[edit]
[-] Exception.php
[edit]
[+]
Engineering
[+]
MathTrig
[+]
Token
[-] FormulaParser.php
[edit]
[-] FormulaToken.php
[edit]
[+]
Web
[-] Financial.php
[edit]