]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Sat, 29 Nov 2003 02:29:05 +0000 (02:29 +0000)
committerfoobar <sniper@php.net>
Sat, 29 Nov 2003 02:29:05 +0000 (02:29 +0000)
tests/lang/bug24926.phpt

index 3d2cc7008baf22de7e70a16dc389c4fb64ddae68..5b862c02e5a73fd257ca97acd658ecf3b5bd6d1b 100644 (file)
@@ -7,7 +7,7 @@ error_reporting (E_ALL);
 
 class foo {
 
-    public $functions = array();
+    var $functions = array();
     
     function foo()
     {