From: Dmitry Stogov Date: Thu, 7 Apr 2011 14:34:07 +0000 (+0000) Subject: Missed tests X-Git-Tag: php-5.4.0alpha1~191^2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3274b7f20161bb9de419a958773da94b88bca0b;p=php Missed tests --- diff --git a/Zend/tests/bug54372.phpt b/Zend/tests/bug54372.phpt new file mode 100644 index 0000000000..e2e9911f81 --- /dev/null +++ b/Zend/tests/bug54372.phpt @@ -0,0 +1,23 @@ +--TEST-- +Bug #54372 (Crash accessing global object itself returned from its __get() handle) +--FILE-- +a->b(); +?> +--EXPECT-- +ok