Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101628058
PhutilFatalDaemon.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 12, 05:52
Size
164 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 05:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24201669
Attached To
rPHU libphutil
PhutilFatalDaemon.php
View Options
<?php
/**
* Daemon which fails immediately.
*/
final
class
PhutilFatalDaemon
extends
PhutilTortureTestDaemon
{
protected
function
run
()
{
exit
(
1
);
}
}
Event Timeline
Log In to Comment