]> granicus.if.org Git - php/commitdiff
fix test
authorStig Bakken <ssb@php.net>
Sat, 2 Mar 2002 02:47:48 +0000 (02:47 +0000)
committerStig Bakken <ssb@php.net>
Sat, 2 Mar 2002 02:47:48 +0000 (02:47 +0000)
pear/tests/pear1.phpt

index 067c7165fe49419f259e46c5d0ed2534b762fdc7..c1d5c1d679dc6880b1224252e04b7f5a903510eb 100644 (file)
@@ -53,7 +53,7 @@ print "testing inherited destructors\n";
 $q = new Test3;
 
 echo "...\ntesting bug #14744\n";
-$other = new Other;
+$other =& new Other;
 echo "#bug 14744# Other class constructor: other->a == '" . $other->a ."'\n";
 // Modify $a
 $other->a = 'new value';