Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F182844
file
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
bluehawk
Jul 28 2014, 10:08 PM
2014-07-28 22:08:55 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
file
View Options
Error (PHL1) Unknown Symbol
Use of unknown function 'xhpast_parser_token_constants'. Common causes
are:
- Your libphutil/ is out of date.
This is the most common cause.
Update this copy of libphutil: F:\bin\libphutil
- Some other library is out of date.
Update the library this symbol appears in.
- This symbol is misspelled.
Spell the symbol name correctly.
Symbol name spelling is case-sensitive.
- This symbol was added recently.
Run `arc liberate` on the library it was added to.
- This symbol is external. Use `@phutil-external-symbol`.
Use `grep` to find usage examples of this directive.
*** ALTHOUGH USUALLY EASY TO FIX, THIS IS A SERIOUS ERROR.
*** THIS ERROR IS YOUR FAULT. YOU MUST RESOLVE IT.
5 public function __construct(array $tree, array $stream, $source) {
6 $this->setTreeType('XHP');
7 $this->setNodeConstants(xhp_parser_node_constants());
>>> 8 $this->setTokenConstants(xhpast_parser_token_constants());
9
10 parent::__construct($tree, $stream, $source);
11 }
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/w4/tf/mlk7y7ntudxpmdyu
Default Alt Text
file (1 KB)
Attached To
Mode
P1216 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment