Searched refs:hash_len (Results 1 – 1 of 1) sorted by relevance
620 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()748 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()1477 zend_long hash_len; in PHP_FUNCTION() local1487 &hash_len, in PHP_FUNCTION()1494 if (hash_len <= 0) { in PHP_FUNCTION()1498 if (hash_len >= 0xffffffff) { in PHP_FUNCTION()1557 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()1667 zend_long hash_len; in PHP_FUNCTION() local1674 &hash_len, in PHP_FUNCTION()1681 if (hash_len <= 0 || hash_len >= SIZE_MAX || hash_len > 0x1fffffffe0ULL) { in PHP_FUNCTION()[all …]
Completed in 12 milliseconds