Skip to content

Commit b66d4cb

Browse files
committed
add screenshot to instructions
1 parent cb7a630 commit b66d4cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instructions.php

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
<p>Copy any output from the PHP <code>serialize(...)</code> function.</p>
5353
<p>Paste the serialized code into the object browser text area and submit the form.</p>
5454
55+
<p><img src="assets/images/screenshot.gif"></p>
56+
5557
<h3>Class Definitions</h3>
5658
<p>In order to view the methods/functions of a class, the class definitions must be included prior to unserialization,
5759
otherwise PHP interprets it as a <code>__PHP_Incomplete_Class</code>.

0 commit comments

Comments
 (0)