class PhpInterpreter

PHP command-line executable.

Methods

__construct($path, array $args = [])

No description

withPhpIniOption($name, $value = null)

No description

string
getCommandLine()

No description

string
getVersion()

No description

bool
canMeasureCodeCoverage()

No description

bool
isCgi()

No description

string
getStartupError()

No description

string
getShortInfo()

No description

bool
hasExtension($name)

No description

Details

at line 31
__construct($path, array $args = [])

No description

Parameters

$path
array $args

at line 90
PhpInterpreter withPhpIniOption($name, $value = null)

No description

Parameters

$name
$value

Return Value

PhpInterpreter

at line 101
string getCommandLine()

No description

Return Value

string

at line 110
string getVersion()

No description

Return Value

string

at line 119
bool canMeasureCodeCoverage()

No description

Return Value

bool

at line 128
bool isCgi()

No description

Return Value

bool

at line 137
string getStartupError()

No description

Return Value

string

at line 146
string getShortInfo()

No description

Return Value

string

at line 157
bool hasExtension($name)

No description

Parameters

$name

Return Value

bool