php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60298
Patch igbinary_024.patch revision 2011-11-14 17:49 UTC by fedora at famillecollet dot com

Patch igbinary_024.patch for igbinary Bug #60298

Patch version 2011-11-14 17:49 UTC

Return to Bug #60298 | Download this patch
Patch Revisions:

Developer: fedora@famillecollet.com

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);
 
 /*
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC