Home
last modified time | relevance | path

Searched refs:php_safe_bcmp (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/main/
H A Dsafe_bcmp.c26 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) in php_safe_bcmp() function
H A Dphp.h183 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
/PHP-8.2/ext/standard/
H A Dpassword.c170 status = php_safe_bcmp(ret, hash); in php_password_bcrypt_verify()
/PHP-8.2/ext/hash/
H A Dhash.c1136 result = php_safe_bcmp(Z_STR_P(known_zval), Z_STR_P(user_zval)); in PHP_FUNCTION()

Completed in 21 milliseconds