Page MenuHomePhabricator

When including files, also print E_COMPILE_ERROR to avoid dying silently
ClosedPublic

Authored by epriestley on Aug 24 2018, 5:47 PM.
Tags
None
Referenced Files
F15469446: D19602.id46866.diff
Fri, Apr 4, 1:12 PM
F15419508: D19602.id46866.diff
Fri, Mar 21, 6:38 AM
F15415402: D19602.id46866.diff
Thu, Mar 20, 5:48 AM
F15293873: D19602.diff
Mar 5 2025, 5:22 AM
Unknown Object (File)
Feb 21 2025, 3:44 PM
Unknown Object (File)
Feb 20 2025, 12:13 PM
Unknown Object (File)
Feb 17 2025, 10:10 AM
Unknown Object (File)
Feb 9 2025, 12:01 AM
Subscribers
None

Details

Summary

Ref T12190. Ref T13187. I accidentally double-defined a method, which caused arc unit to exit silently under PHP 7.1.16.

Under this version of PHP, at least, this error raises an E_COMPILE_ERROR inside include_once() and never returns.

Test Plan
  • Double define a testWhatever() method under PHP 7.1.16.
  • Run arc unit --everything.
  • Before patch: silent fatal.
  • After patch: useful error.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 24 2018, 5:58 PM
This revision was automatically updated to reflect the committed changes.