Lggr
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PHPUnit\Util\PHP\DefaultPhpProcess Class Reference
Inheritance diagram for PHPUnit\Util\PHP\DefaultPhpProcess:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Util\PHP\DefaultPhpProcess:
Collaboration graph
[legend]

Public Member Functions

 runJob ($job, array $settings=[])
 
- Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess
 __construct ()
 
 setUseStderrRedirection ($stderrRedirection)
 
 useStderrRedirection ()
 
 setStdin ($stdin)
 
 getStdin ()
 
 setArgs ($args)
 
 getArgs ()
 
 setEnv (array $env)
 
 getEnv ()
 
 setTimeout ($timeout)
 
 getTimeout ()
 
 runTestJob ($job, Test $test, TestResult $result)
 
 getCommand (array $settings, $file=null)
 

Protected Member Functions

 getHandles ()
 
 runProcess ($job, $settings)
 
 process ($pipe, $job)
 
 cleanup ()
 
- Protected Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess
 settingsToParameters (array $settings)
 

Protected Attributes

 $tempFile
 
 $useTempFile = false
 
- Protected Attributes inherited from PHPUnit\Util\PHP\AbstractPhpProcess
 $runtime
 
 $stderrRedirection = false
 
 $stdin = ''
 
 $args = ''
 
 $env = []
 
 $timeout = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess
static factory ()
 

Detailed Description

Default utility for PHP sub-processes.

Member Function Documentation

◆ getHandles()

PHPUnit\Util\PHP\DefaultPhpProcess::getHandles ( )
protected

Returns an array of file handles to be used in place of pipes

Returns
array

Reimplemented in PHPUnit\Util\PHP\WindowsPhpProcess.

◆ process()

PHPUnit\Util\PHP\DefaultPhpProcess::process (   $pipe,
  $job 
)
protected
Parameters
resource$pipe
string$job
Exceptions
Exception

◆ runJob()

PHPUnit\Util\PHP\DefaultPhpProcess::runJob (   $job,
array  $settings = [] 
)

Runs a single job (PHP code) using a separate PHP process.

Parameters
string$job
array$settings
Returns
array<string, string>
Exceptions
Exception

Reimplemented from PHPUnit\Util\PHP\AbstractPhpProcess.

◆ runProcess()

PHPUnit\Util\PHP\DefaultPhpProcess::runProcess (   $job,
  $settings 
)
protected

Handles creating the child process and returning the STDOUT and STDERR

Parameters
string$job
array$settings
Returns
array<string, string>
Exceptions
Exception

The documentation for this class was generated from the following file: