Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15303416
D11517.id27697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
382 B
Referenced Files
None
Subscribers
None
D11517.id27697.diff
View Options
diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php
--- a/src/parser/xhpast/bin/xhpast_parse.php
+++ b/src/parser/xhpast/bin/xhpast_parse.php
@@ -3,7 +3,7 @@
function xhpast_is_available() {
static $available;
- if ($available === null) {
+ if (!$available) {
$available = xhpast_version() == 'xhpast version 5.5.8/1g';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 12:37 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7310554
Default Alt Text
D11517.id27697.diff (382 B)
Attached To
Mode
D11517: Create a PHP wrapper class for the XHPAST binary
Attached
Detach File
Event Timeline
Log In to Comment