Test: /tests/lang/bug23384.phpt - Version 7.2.34        

Bug #23384 static array accessed from subclass
Submitted: 2003-04-28 11:44:23 Modified: 2003-06-15 08:59:07
From: thixit Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 5CVS-2003-04-28 (dev) OS: Windows 98

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+
003+ Fatal error: Uncaught Error: Using $this when not in object context in %s/bug23384.php:5
004+ Stack trace:
005+ #0 %s/bug23384.php(15): Foo::test()
006+ #1 {main}
007+ thrown in %s/bug23384.php on line 5
002- Array
003- (
004- [100] => ten
005- )
006- Array
007- (
008- [10] => ten
009- )
010- 100100