Searched refs:zhash (Results 1 – 1 of 1) sorted by relevance
679 zval *zhash; in PHP_FUNCTION() local687 hash = php_hashcontext_from_object(Z_OBJ_P(zhash)); in PHP_FUNCTION()698 zval *zhash, *zstream; in PHP_FUNCTION() local707 hash = php_hashcontext_from_object(Z_OBJ_P(zhash)); in PHP_FUNCTION()735 zval *zhash, *zcontext = NULL; in PHP_FUNCTION() local747 hash = php_hashcontext_from_object(Z_OBJ_P(zhash)); in PHP_FUNCTION()769 zval *zhash; in PHP_FUNCTION() local779 hash = php_hashcontext_from_object(Z_OBJ_P(zhash)); in PHP_FUNCTION()827 zval *zhash; in PHP_FUNCTION() local829 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zhash, php_hashcontext_ce) == FAILURE) { in PHP_FUNCTION()[all …]
Completed in 8 milliseconds