diff --git a/reference/filesystem/functions/fgetss.xml b/reference/filesystem/functions/fgetss.xml
index 991e04fc03..2c3b5e6d73 100644
--- a/reference/filesystem/functions/fgetss.xml
+++ b/reference/filesystem/functions/fgetss.xml
@@ -16,7 +16,7 @@
Identical to fgets, except that
- fgetss attempts to strip any HTML and PHP tags from
+ fgetss attempts to strip any NUL bytes, HTML and PHP tags from
the text it reads.
diff --git a/reference/strings/functions/strip-tags.xml b/reference/strings/functions/strip-tags.xml
index d513be911e..0dc856b22f 100644
--- a/reference/strings/functions/strip-tags.xml
+++ b/reference/strings/functions/strip-tags.xml
@@ -14,7 +14,7 @@
stringallowable_tags
- This function tries to return a string with all HTML and PHP tags stripped
+ This function tries to return a string with all NUL bytes, HTML and PHP tags stripped
from a given str. It uses the same tag stripping
state machine as the fgetss function.