Skip to content

Commit

Permalink
remove unsupported 7.3 syntax from benchmark file
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 5, 2025
1 parent a3900b0 commit 83d61ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/referrer_url_label.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

require __DIR__ . '/functions.php';
$n = 1_000_000;
$n = 1000000;
$url = 'https://a.com/one/';

$time = bench(function() use($n, $url) {
Expand Down

0 comments on commit 83d61ff

Please sign in to comment.