From 7ec48cb37f42e534c3a84f07dded489bc42e29f9 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 24 Jul 2007 11:39:56 +0000 Subject: Fixed bug #40757 (get_object_vars get nothing in child class) Fixed bug #41929 (Foreach on object does not iterate over all visible properties) --- tests/classes/visibility_005.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/classes/visibility_005.phpt b/tests/classes/visibility_005.phpt index 1b15fb5e5b..859a5f7b6c 100755 --- a/tests/classes/visibility_005.phpt +++ b/tests/classes/visibility_005.phpt @@ -52,6 +52,7 @@ d=>4 ===derived::function=== a=>1 b=>2 +c=>3 d=>4 ===derived,foreach=== a=>1 -- cgit v1.2.1