Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php43 if (self::$binary === null && $this->isHHVM()) {
111 if ($this->isHHVM()) {
125 if ($this->isHHVM()) {
137 if ($this->isHHVM()) {
151 return ($this->isPHP() || $this->isHHVM()) && extension_loaded('xdebug');
159 public function isHHVM() function in SebastianBergmann\\Environment\\Runtime
171 return !$this->isHHVM() && !$this->isPHPDBG();
181 return PHP_SAPI === 'phpdbg' && !$this->isHHVM();
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DRuntimeTest.php54 $this->assertInternalType('boolean', $this->env->isHHVM());
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md30 var_dump($runtime->isHHVM());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1029 if ($runtime->isHHVM()) {