Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15424197
D14860.id35925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
460 B
Referenced Files
None
Subscribers
None
D14860.id35925.diff
View Options
diff --git a/src/__phutil_library_init__.php b/src/__phutil_library_init__.php
--- a/src/__phutil_library_init__.php
+++ b/src/__phutil_library_init__.php
@@ -41,7 +41,9 @@
switch ($backtrace['function']) {
case 'class_exists':
- case 'interface_exists':
+ case 'interface_exiss':
+ case 'method_exists':
+ case 'property_exists':
case 'trait_exists':
$should_throw = false;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 8:48 PM (10 h, 55 s ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7599914
Default Alt Text
D14860.id35925.diff (460 B)
Attached To
Mode
D14860: Don't throw `PhutilMissingSymbolException` from within `method_exists` and `property_exists` calls
Attached
Detach File
Event Timeline
Log In to Comment