Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118945494
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
Mon, Jun 23, 05:27
Size
161 B
Mime Type
text/x-php
Expires
Wed, Jun 25, 05:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26944143
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