Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96101111
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
Sun, Dec 22, 15:11
Size
218 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 15:11 (2 d)
Engine
blob
Format
Raw Data
Handle
23120747
Attached To
rPHU libphutil
PhutilHangForeverDaemon.php
View Options
<?php
/**
* Daemon which hangs immediately.
*
* @group testcase
*/
final
class
PhutilHangForeverDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
while
(
true
)
{
sleep
(
60
);
}
}
}
Event Timeline
Log In to Comment