Page MenuHomePhabricator

Fix more PHP 8.1 "strlen(null)" callsites
Needs ReviewPublic

Authored by vm on Jun 7 2022, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 6:34 PM
Unknown Object (File)
Sat, May 4, 10:24 AM
Unknown Object (File)
Sat, Apr 27, 5:04 PM
Unknown Object (File)
Fri, Apr 26, 7:35 PM
Unknown Object (File)
Thu, Apr 25, 11:12 PM
Unknown Object (File)
Wed, Apr 24, 11:49 PM
Unknown Object (File)
Sat, Apr 20, 6:02 PM
Unknown Object (File)
Sat, Apr 20, 2:32 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T13588: PHP 8 Compatibility
Summary

Noticed some failures with a custom UnitEngine after upgrading to
PHP 8.1
Was able to work around it by setting empty strings but this should fix the
underlying problem.

Test Plan

arc unit no longer fails with no namespace set on UnitTestResult

Diff Detail

Repository
rARC Arcanist
Branch
fix_8.1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25761
Build 35589: arc lint + arc unit