From: Dmitry Stogov Date: Thu, 1 Sep 2005 13:03:48 +0000 (+0000) Subject: MFH X-Git-Tag: PRE_NEW_OCI8_EXTENSION~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=176a76dbec89c9ceb8a42cacacdaf0bc9983b892;p=php MFH --- diff --git a/ext/standard/tests/array/bug34227.phpt b/ext/standard/tests/array/bug34227.phpt index 51064ae8a8..29762b7233 100755 --- a/ext/standard/tests/array/bug34227.phpt +++ b/ext/standard/tests/array/bug34227.phpt @@ -63,7 +63,7 @@ class C function f($str) { - $obj =& new C; + $obj = new C; $obj->m1(); return TRUE; }