From e1cc71444571b09fcdc86fa5636ea78df120d833 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 12 Feb 2019 18:02:16 +0100 Subject: [PATCH] Fix test Missing this change in 93641539429c41a8997016ee4a4502882b0a722e. --- tests/classes/constants_basic_001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/classes/constants_basic_001.phpt b/tests/classes/constants_basic_001.phpt index b60991844f0..6a281e7d329 100644 --- a/tests/classes/constants_basic_001.phpt +++ b/tests/classes/constants_basic_001.phpt @@ -73,7 +73,7 @@ float(-1.5) int(15) string(%d) "%s" string(1) "C" -string(1) "C" +string(0) "" string(0) "" int(1234) int(456)