We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed36f3 commit 0e871dbCopy full SHA for 0e871db
components/var_dumper.rst
@@ -50,6 +50,9 @@ For example::
50
51
dump($someVar);
52
53
+ // dump() returns the passed value, so you can dump an object and keep using it
54
+ dump($someObject)->someMethod();
55
+
56
By default, the output format and destination are selected based on your
57
current PHP SAPI:
58
0 commit comments