Home
last modified time | relevance | path

Searched refs:enhanceSigchildCompatibility (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php69 private $enhanceSigchildCompatibility; variable in Symfony\\Component\\Process\\Process
168 … $this->enhanceSigchildCompatibility = '\\' !== \DIRECTORY_SEPARATOR && $this->isSigchildEnabled();
229 if (!$this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
312 …} elseif (!$this->useFileHandles && $this->enhanceSigchildCompatibility && $this->isSigchildEnable…
696 if (!$this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
749 if (!$this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
1256 return $this->enhanceSigchildCompatibility;
1276 $this->enhanceSigchildCompatibility = (bool) $enhance;
1430 … if ($this->fallbackStatus && $this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
1539 } elseif ($this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
[all …]