You are here

7 calls to Runtime::isHHVM() in Zircon Profile 8

Runtime::getBinary in vendor/sebastian/environment/src/Runtime.php
Returns the path to the binary of the current runtime. Appends ' --php' to the path when the runtime is HHVM.
Runtime::getName in vendor/sebastian/environment/src/Runtime.php
Runtime::getVendorUrl in vendor/sebastian/environment/src/Runtime.php
Runtime::getVersion in vendor/sebastian/environment/src/Runtime.php
Runtime::hasXdebug in vendor/sebastian/environment/src/Runtime.php
Returns true when the runtime used is PHP and Xdebug is loaded.
Runtime::isPHP in vendor/sebastian/environment/src/Runtime.php
Returns true when the runtime used is PHP without the PHPDBG SAPI.
Runtime::isPHPDBG in vendor/sebastian/environment/src/Runtime.php
Returns true when the runtime used is PHP with the PHPDBG SAPI.