Skip to content

Commit 5ccb503

Browse files
authored
Merge pull request #5987 from sba/patch-2
change dies() to php's function name die()
2 parents 3868acb + f798da4 commit 5ccb503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allows the script to continue executing:
3737
dd()
3838
----
3939

40-
This method is identical to ``d()``, except that it also ``dies()`` and no further code is executed this request.
40+
This method is identical to ``d()``, except that it also ``die()`` and no further code is executed this request.
4141

4242
trace()
4343
-------

0 commit comments

Comments
 (0)