Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109017620
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
Sat, Apr 19, 12:43
Size
196 B
Mime Type
text/x-php
Expires
Mon, Apr 21, 12:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25669655
Attached To
rPHU libphutil
PhutilHangForeverDaemon.php
View Options
<?php
/**
* Daemon which hangs immediately.
*/
final
class
PhutilHangForeverDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
while
(
true
)
{
sleep
(
60
);
}
}
}
Event Timeline
Log In to Comment