Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101233173
PhutilHangForeverDaemon.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
Fri, Feb 7, 01:18
Size
199 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 01:18 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24116752
Attached To
rPHU libphutil
PhutilHangForeverDaemon.php
View Options
<?php
/**
* Daemon which hangs immediately.
*/
final
class
PhutilHangForeverDaemon
extends
PhutilTortureTestDaemon
{
protected
function
run
()
{
while
(
true
)
{
sleep
(
60
);
}
}
}
Event Timeline
Log In to Comment