Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96658029
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
Sun, Dec 29, 13:49
Size
253 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 13:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23208551
Attached To
rPHU libphutil
PhutilExcessiveServiceCallsDaemon.php
View Options
<?php
/**
* Daemon which makes a lot of service calls.
*/
final
class
PhutilExcessiveServiceCallsDaemon
extends
PhutilTortureTestDaemon
{
protected
function
run
()
{
while
(
true
)
{
execx
(
'true'
);
$this
->
stillWorking
();
}
}
}
Event Timeline
Log In to Comment