blob: 5c5e16b30f16855c17cdd17b5cb76f29edb93c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -up tests/igbinary_024.phpt.old tests/igbinary_024.phpt
--- tests/igbinary_024.phpt.old 2011-11-14 18:47:29.800802812 +0100
+++ tests/igbinary_024.phpt 2011-11-14 18:47:39.017832456 +0100
@@ -81,7 +81,7 @@ $o3 = new Obj3(0, 1, 4);
test('objectrecarr', $o3, false);
$o4 = new Obj4(100);
-$o4->set(&$o4);
+$o4->set($o4);
test('objectselfrec', $o4, true);
/*
|