From fe4e7d7b432335aca9d6f5616dbbe60f1a4c79c2 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 29 Nov 2003 02:29:05 +0000 Subject: [PATCH] MFH --- tests/lang/bug24926.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/bug24926.phpt b/tests/lang/bug24926.phpt index 3d2cc7008b..5b862c02e5 100644 --- a/tests/lang/bug24926.phpt +++ b/tests/lang/bug24926.phpt @@ -7,7 +7,7 @@ error_reporting (E_ALL); class foo { - public $functions = array(); + var $functions = array(); function foo() { -- 2.50.1