From: Moriyoshi Koizumi Date: Fri, 31 Oct 2003 17:12:16 +0000 (+0000) Subject: Add test case for bug #26010 X-Git-Tag: php-5.0.0b3RC1~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f27fe357404b33a29009eac56671de96eb4183b;p=php Add test case for bug #26010 --- diff --git a/Zend/tests/bug26010.phpt b/Zend/tests/bug26010.phpt new file mode 100644 index 0000000000..33988deffe --- /dev/null +++ b/Zend/tests/bug26010.phpt @@ -0,0 +1,19 @@ +--TEST-- +Bug #26010 (private / protected variables get exposed by get_object_vars()) +--FILE-- + +--TEST-- +array(1) { + ["public"]=> + string(6) "public" +} +