- welcome 2014
[plcapi.git] / test / benchmark.php
index 1c41ab7..700e487 100644 (file)
@@ -2,8 +2,7 @@
 /**
  * Benchamrking suite for the PHP-XMLRPC lib
  * @author Gaetano Giunta
- * @version $Id$
- * @copyright (c) 2005-2009 G. Giunta
+ * @copyright (c) 2005-2014 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add a test for response ok in call testing?
@@ -83,7 +82,7 @@
        begin_test('Data encoding (large array)', 'automatic encoding');
        for ($i = 0; $i < $num_tests; $i++)
        {
-               $value =& php_xmlrpc_encode($data, array('auto_dates'));
+               $value = php_xmlrpc_encode($data, array('auto_dates'));
                $out = $value->serialize();
        }
        end_test('Data encoding (large array)', 'automatic encoding', $out);