diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-07-24 11:39:56 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-07-24 11:39:56 +0000 |
commit | 7ec48cb37f42e534c3a84f07dded489bc42e29f9 (patch) | |
tree | 53df40a1b65353fc5068d04d7142400cc102e2d3 /tests | |
parent | c96c5ca91f943e804e9891e4ad8ffa49a7353835 (diff) | |
download | php-git-7ec48cb37f42e534c3a84f07dded489bc42e29f9.tar.gz |
Fixed bug #40757 (get_object_vars get nothing in child class)
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/classes/visibility_005.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |