diff --git a/reference/hash/functions/hash-hmac-file.xml b/reference/hash/functions/hash-hmac-file.xml
index 00fa1977d9a9..b98c42d969f6 100644
--- a/reference/hash/functions/hash-hmac-file.xml
+++ b/reference/hash/functions/hash-hmac-file.xml
@@ -98,7 +98,8 @@
Now throws a ValueError exception if
algo is unknown or is a non-cryptographic hash
- function; previously, &false; was returned instead.
+ function; previously, &false; was returned
+ and an E_WARNING message was emitted.
diff --git a/reference/hash/functions/hash-hmac.xml b/reference/hash/functions/hash-hmac.xml
index c2a28f6799e4..b8c0797a4bcc 100644
--- a/reference/hash/functions/hash-hmac.xml
+++ b/reference/hash/functions/hash-hmac.xml
@@ -98,7 +98,8 @@
Now throws a ValueError exception if
algo is unknown or is a
- non-cryptographic hash function; previously, &false; was returned instead.
+ non-cryptographic hash function; previously, &false; was returned
+ and an E_WARNING message was emitted.
diff --git a/reference/hash/functions/hash.xml b/reference/hash/functions/hash.xml
index 598d21f4792e..a6675b8f4581 100644
--- a/reference/hash/functions/hash.xml
+++ b/reference/hash/functions/hash.xml
@@ -89,7 +89,8 @@
8.0.0
hash now throws a ValueError exception
- if algo is unknown; previously, &false; was returned instead.
+ if algo is unknown; previously, &false; was returned
+ and an E_WARNING message was emitted.