Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95679153
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, Dec 18, 07:40
Size
183 B
Mime Type
text/x-php
Expires
Fri, Dec 20, 07:40 (2 d)
Engine
blob
Format
Raw Data
Handle
23040042
Attached To
rPHU libphutil
PhutilFatalDaemon.php
View Options
<?php
/**
* Daemon which fails immediately.
*
* @group testcase
*/
final
class
PhutilFatalDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
exit
(
1
);
}
}
Event Timeline
Log In to Comment