--TEST-- Bug #70873 (Regression on private static properties access) --FILE-- bar(); $b = new C; $b->bar(); ?> --EXPECTF-- Fatal error: Uncaught Error: Cannot access private property B::$x in %sbug70873.php:%d Stack trace: #0 %sbug70873.php(%d): B->bar() #1 {main} thrown in %sbug70873.php on line %d