Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98763036
PhutilSaturateStdoutDaemon.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
Thu, Jan 16, 06:54
Size
264 B
Mime Type
text/x-php
Expires
Sat, Jan 18, 06:54 (2 d)
Engine
blob
Format
Raw Data
Handle
23641412
Attached To
rPHU libphutil
PhutilSaturateStdoutDaemon.php
View Options
<?php
/**
* Daemon which dumps huge amounts of data to stdout.
*/
final
class
PhutilSaturateStdoutDaemon
extends
PhutilTortureTestDaemon
{
protected
function
run
()
{
for
(
$ii
=
0
;
$ii
<
512
;
$ii
++)
{
echo
str_repeat
(
'~'
,
1024
*
1024
);
}
}
}
Event Timeline
Log In to Comment