Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105731446
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
Wed, Mar 19, 07:38
Size
218 B
Mime Type
text/x-php
Expires
Fri, Mar 21, 07:38 (2 d)
Engine
blob
Format
Raw Data
Handle
25037700
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