Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92772902
PhutilExcessiveServiceCallsDaemon.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, Nov 23, 14:43
Size
272 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 14:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22509186
Attached To
rPHU libphutil
PhutilExcessiveServiceCallsDaemon.php
View Options
<?php
/**
* Daemon which makes a lot of service calls.
*
* @group testcase
*/
final
class
PhutilExcessiveServiceCallsDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
while
(
true
)
{
execx
(
'true'
);
$this
->
stillWorking
();
}
}
}
Event Timeline
Log In to Comment