Page MenuHomePhabricator

Declare tokenCache on AASTNode
ClosedPublic

Authored by epriestley on Feb 27 2016, 3:25 PM.
Tags
None
Referenced Files
F19159103: D15358.id37034.diff
Dec 14 2025, 11:03 AM
F19014693: D15358.diff
Nov 22 2025, 9:08 PM
F18979904: D15358.diff
Nov 16 2025, 11:09 PM
F18937965: D15358.diff
Nov 11 2025, 1:39 AM
F18809369: D15358.id37034.diff
Oct 19 2025, 1:21 PM
F18791775: D15358.id37035.diff
Oct 16 2025, 5:57 PM
F18762460: D15358.id.diff
Oct 6 2025, 7:08 PM
F18757164: D15358.diff
Oct 5 2025, 3:50 PM
Subscribers
None

Details

Summary

See discussion in T10462. Because this class extends Phobject, calling $this->undeclaredProperty = $value; throws.

Declare $tokenCache.

Test Plan

Added debugging statements, saw change cause cache hits to occur.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Declare tokenCache on AASTNode.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, joshuaspence.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 27 2016, 3:29 PM
This revision was automatically updated to reflect the committed changes.