Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93235677
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
Wed, Nov 27, 06:03
Size
283 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 06:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22600760
Attached To
rPHU libphutil
PhutilSaturateStdoutDaemon.php
View Options
<?php
/**
* Daemon which dumps huge amounts of data to stdout.
*
* @group testcase
*/
final
class
PhutilSaturateStdoutDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
for
(
$ii
=
0
;
$ii
<
512
;
$ii
++)
{
echo
str_repeat
(
'~'
,
1024
*
1024
);
}
}
}
Event Timeline
Log In to Comment