--TEST-- Bug #26976 (Can not access array elements using array indices) --SKIPIF-- --FILE-- a b c d '); echo $root->child[0], "\n"; echo $root->child[1], "\n"; echo $root->child[2], "\n"; echo $root->child[3], "\n"; ?> --EXPECT-- a b c d