From bf303c2ab7b960b6f5e616d9c7480593c1dd66e4 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 8 Nov 2002 17:03:06 +0000 Subject: [PATCH] hide possible warnings #Why should one initialize $php_errormsg to NULL #It would be easier to have it initialised by the system, wouldn't it? --- ext/standard/tests/strings/htmlentities06.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/strings/htmlentities06.phpt b/ext/standard/tests/strings/htmlentities06.phpt index 647d7ecc63..44d1466da9 100644 --- a/ext/standard/tests/strings/htmlentities06.phpt +++ b/ext/standard/tests/strings/htmlentities06.phpt @@ -5,9 +5,9 @@ output_handler= --SKIPIF-- -- 2.50.1