For each of the files in this PR, one or more statements can pass a null to string functions like strlower. This is deprecated in PHP8.1, and, when deprecated messages are enabled, causes many tests to error out. In every case, use coercion to pass null string rather than null. |
||
|---|---|---|
| .. | ||
| Engine | ||
| Functions | ||
| CalculationTest.php | ||
| DefinedNameConfusedForCellTest.php | ||
| DefinedNamesCalculationTest.php | ||
| FormulaAsStringTest.php | ||
| FunctionsTest.php | ||
| LookupRefTest.php | ||
| MergedCellTest.php | ||
| RowColumnReferenceTest.php | ||
| TranslationTest.php | ||
| XlfnFunctionsTest.php | ||