Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/var/functions/unserialize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ unserialize($serialized_object);
the serialized &false; value. It is possible to catch this special case by
comparing <parameter>data</parameter> with
<literal>serialize(false)</literal> or by catching the issued
<constant>E_NOTICE</constant>.
<constant>E_WARNING</constant>.
</para>
</warning>
</refsect1>
Expand Down