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
F18267475: D21853.id.diff
Fri, Aug 22, 1:23 PM
F18252353: D21853.diff
Thu, Aug 21, 7:46 PM
F18236994: D21853.id.diff
Wed, Aug 20, 8:42 PM
F18221448: D21853.id.diff
Tue, Aug 19, 6:05 PM
F18218426: D21853.id.diff
Tue, Aug 19, 10:11 AM
F18185598: D21853.diff
Sat, Aug 16, 4:30 PM
F18106167: D21853.diff
Sun, Aug 10, 9:43 PM
F18046102: D21853.diff
Sun, Aug 3, 10:19 AM
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