Home
last modified time | relevance | path

Searched refs:storeResult (Results 1 – 1 of 1) sorted by relevance

/php-src/benchmark/
H A Dbenchmark.php11 $storeResult = ($argv[1] ?? 'false') === 'true'; variable
19 global $storeResult;
40 if ($storeResult) {
41 storeResult($result);
45 function storeResult(string $result) { function

Completed in 3 milliseconds