Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php113 } elseif ($this->isPHPDBG()) {
171 return !$this->isHHVM() && !$this->isPHPDBG();
179 public function isPHPDBG() function in SebastianBergmann\\Environment\\Runtime
192 return $this->isPHPDBG() && function_exists('phpdbg_start_oplog');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1031 } elseif ($runtime->isPHPDBG()) {