Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106126786
PhutilProcessGroupDaemon.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, Mar 22, 19:45
Size
350 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 19:45 (2 d)
Engine
blob
Format
Raw Data
Handle
25118843
Attached To
rPHU libphutil
PhutilProcessGroupDaemon.php
View Options
<?php
/**
* Daemon which spawns nonterminating, death-resistant children.
*
* @group testcase
*/
final
class
PhutilProcessGroupDaemon
extends
PhutilTortureTestDaemon
{
public
function
run
()
{
$root
=
phutil_get_library_root
(
'phutil'
);
$root
=
dirname
(
$root
);
execx
(
'%s'
,
$root
.
'/scripts/daemon/torture/resist-death.php'
);
}
}
Event Timeline
Log In to Comment