From 0b2d3487fbda93ad6d50664179b15a56d2c1b320 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Thu, 16 Nov 2023 11:27:02 +0200 Subject: [PATCH] Update vim/xdebug.md --- vim/xdebug.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/xdebug.md b/vim/xdebug.md index 1af8221..a0ec5db 100644 --- a/vim/xdebug.md +++ b/vim/xdebug.md @@ -25,3 +25,8 @@ xdebug.start_with_request=yes ``` +### Test + +```sh +php --info +```