Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110382007
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
Sat, Apr 26, 01:59
Size
161 B
Mime Type
text/x-php
Expires
Mon, Apr 28, 01:59 (2 d)
Engine
blob
Format
Raw Data
Handle
25765390
Attached To
rPHU libphutil
PhutilFatalDaemon.php
View Options
<?php
/**
* Daemon which fails immediately.
*/
final
class
PhutilFatalDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
exit
(
1
);
}
}
Event Timeline
Log In to Comment