From: Dmitry Stogov Date: Thu, 7 Apr 2011 14:34:07 +0000 (+0000) Subject: Missed tests X-Git-Tag: php-5.3.7RC1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e36ecd98f655b3bcbc946346d19dd1daabfa8d7;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