Home
last modified time | relevance | path

Searched refs:hashMask (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php22 private static $hashMask; variable in Symfony\\Polyfill\\Php72\\Php72
91 if (null === self::$hashMask) {
99 …return self::$hashMask ^ hexdec(substr($hash, 16 - (\PHP_INT_SIZE * 2 - 1), (\PHP_INT_SIZE * 2 - 1…
154 self::$hashMask = -1;
167 self::$hashMask = (int) substr(ob_get_clean(), 17);
170 …self::$hashMask ^= hexdec(substr(spl_object_hash($obj), 16 - (\PHP_INT_SIZE * 2 - 1), (\PHP_INT_SI…