Searched refs:hashMask (Results 1 – 1 of 1) sorted by relevance
22 private static $hashMask; variable in Symfony\\Polyfill\\Php72\\Php7291 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…