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.
:lines: 2-
1 parent 9e1629e commit d352ff7Copy full SHA for d352ff7
user_guide_src/source/testing/debugging.rst
@@ -36,6 +36,7 @@ The ``d()`` method dumps all of the data it knows about the contents passed as t
36
allows the script to continue executing:
37
38
.. literalinclude:: debugging/001.php
39
+ :lines: 2-
40
41
dd()
42
----
@@ -48,6 +49,7 @@ trace()
48
49
This provides a backtrace to the current execution point, with Kint's own unique spin:
50
51
.. literalinclude:: debugging/002.php
52
53
54
For more information, see `Kint's page <https://kint-php.github.io/kint//>`_.
55
0 commit comments