From: SVN Migration Date: Tue, 25 Nov 2003 09:20:57 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.5RC1~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d20c4bc95a6332b8e9146f9b40476c39fb5daa9b;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/tests/lang/bug26182.phpt b/tests/lang/bug26182.phpt new file mode 100644 index 0000000000..acd65c0eea --- /dev/null +++ b/tests/lang/bug26182.phpt @@ -0,0 +1,25 @@ +--TEST-- +Bug #26182 (Object properties created redundantly) +--INI-- +error_reporting=2039 +--FILE-- +x)) { + //just for demo + } + } +} + +$t = new A (); + +print_r($t); + +?> +--EXPECT-- +a Object +( +)