- one less php warning about refs
[plcapi.git] / test / benchmark.php
index 1c41ab7..28d6d76 100644 (file)
@@ -83,7 +83,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);