Skip to content

Commit 7f64a7f

Browse files
committed
Merge branch 'master' into jit-dynasm
* master: Don't pass useless arguments
2 parents 0112661 + 879126a commit 7f64a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/bench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,5 +418,5 @@ function total()
418418
$t = end_test($t, "sieve(30)");
419419
strcat(200000);
420420
$t = end_test($t, "strcat(200000)");
421-
total($t0, "Total");
421+
total();
422422
?>

0 commit comments

Comments
 (0)