From 91c2b2e715e4e1932258cf23db0eba31cfd96ba4 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 21 Jul 2023 09:21:25 +0200 Subject: Fix 'Decrement on type null has no effect' warning for PHP 8.3 --- it_debug.class | 1 + 1 file changed, 1 insertion(+) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index d851ecc..8bd6099 100644 --- a/it_debug.class +++ b/it_debug.class @@ -140,6 +140,7 @@ static function dump($args, $p = []) array_shift($paramtokens); $param = ""; $argnames = array(); + $paramnesting = 0; foreach ($paramtokens as $token) { if ($token == "(") -- cgit v1.2.3