Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106031384
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, Mar 21, 17:06
Size
218 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 17:06 (2 d)
Engine
blob
Format
Raw Data
Handle
25100593
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