From b145f87d40a3ed1439ac584282b895b92c13695d Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 1 Apr 2004 22:05:38 +0000 Subject: [PATCH] MFH: Fixed reversed condition for error reporting. --- tests/lang/bug27731.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lang/bug27731.phpt b/tests/lang/bug27731.phpt index 0c72d43504..408e4242ad 100644 --- a/tests/lang/bug27731.phpt +++ b/tests/lang/bug27731.phpt @@ -3,8 +3,8 @@ Bug #27731 (error_reporing() call inside @ block does not work correctly) --FILE-- --EXPECT-- -int(0) +int(2) -- 2.50.1