Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php106 return PHP_INT_SIZE >= 8 && !self::testJITOnWindows();
H A DPHP32.php105 return PHP_INT_SIZE >= 4 && !self::testJITOnWindows();
H A DPHP.php1333 protected static function testJITOnWindows() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP