Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DefaultPhpProcess.php
function DefaultPhpProcess::process
Parameters
resource $pipe
:
1 call to
DefaultPhpProcess::process()
DefaultPhpProcess::runProcess
in vendor/
phpunit/
phpunit/
src/
Util/
PHP/
DefaultPhpProcess.php
Handles creating the child process and returning the STDOUT and STDERR.
File
vendor/
phpunit/
phpunit/
src/
Util/
PHP/
DefaultPhpProcess.php
, line 137
Class
DefaultPhpProcess
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Util\PHP
Code
protected
function
process
(
$pipe
, string
$job
) : void {
fwrite
(
$pipe
,
$job
); }
RSS feed