Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F727171
D73.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 8:18 AM
Size
483 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 8:18 AM (3 d, 2 h ago)
Engine
blob
Format
Raw Data
Handle
537222
Attached To
D73: INP-1433 - Handle resource type in Debugger
D73.diff
View Options
Index: branches/5.2.x/core/kernel/utility/debugger.php
===================================================================
--- branches/5.2.x/core/kernel/utility/debugger.php
+++ branches/5.2.x/core/kernel/utility/debugger.php
@@ -721,6 +721,10 @@
return $this->processObject($array, $tab_count);
break;
+ case 'resource':
+ return (string)$array . "\n";
+ break;
+
default:
// number or string
if ( strlen($array) > 200 ) {
Event Timeline
Log In to Comment