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
F14057019: D19602.id.diff
Sun, Nov 17, 12:10 AM
F14039955: D19602.diff
Mon, Nov 11, 6:52 AM
F14012601: D19602.diff
Fri, Nov 1, 2:52 PM
F13989425: D19602.id46864.diff
Mon, Oct 21, 8:23 PM
Unknown Object (File)
Sep 19 2024, 12:47 PM
Unknown Object (File)
Sep 17 2024, 5:02 PM
Unknown Object (File)
Sep 16 2024, 7:48 AM
Unknown Object (File)
Sep 6 2024, 3:43 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.