Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e31482

Browse files
Quick fix: missing bracket. v1.0.12.1
1 parent 605929b commit 0e31482

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎bench.php‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
# Author : Sergey Dryabzhinsky #
1111
# Company : Rusoft Ltd, Russia #
1212
# Date : Apr 20, 2017 #
13-
# version : 1.0.12 #
13+
# version : 1.0.12.1 #
1414
# License : Creative Commons CC-BY license #
1515
# Website : https://git.rusoft.ru/open-source/php-simple-benchmark-script #
1616
# #
1717
################################################################################
1818
*/
1919

20-
$scriptVersion = '1.0.12';
20+
$scriptVersion = '1.0.12.1';
2121

2222
$stringTest = " the quick <b>brown</b> fox jumps <i>over</i> the lazy dog and eat <span>lorem ipsum</span> Valar morghulis <br/>\n\rабыр\nвалар дохаэрис ";
2323
$regexPattern = '/[\s,]+/';
@@ -55,7 +55,7 @@ function prefix_si($size)
5555
if ($i < 0) {
5656
if ($i <= -6) {
5757
$i = -6;
58-
elseif ($i <= -3) {
58+
} elseif ($i <= -3) {
5959
$i = -3;
6060
} else {
6161
$i=0;
@@ -70,7 +70,7 @@ function convert_si($size)
7070
if ($i < 0) {
7171
if ($i <= -6) {
7272
$i = -6;
73-
elseif ($i <= -3) {
73+
} elseif ($i <= -3) {
7474
$i = -3;
7575
} else {
7676
$i=0;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /