Commit 8bfa7662 authored by Geoff Simmons's avatar Geoff Simmons

VMOD blob: clarify the docs for same() concerning empty BLOBs.

References #2421
parent e982595c
......@@ -278,7 +278,8 @@ Example::
$Function BOOL same(BLOB, BLOB)
Returns true if and only if the two BLOB arguments are the same
object, i.e. they specify exactly the same region of memory.
object, i.e. they specify exactly the same region of memory, or both
are empty.
If the BLOBs are both empty (length is 0 and/or the internal pointer
is NULL), then ``same()`` returns ``true``. If any non-empty BLOB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment