Skip to content

Commit e6d65da

Browse files
Загрузить файлы в «/»
1 parent ba0c8c0 commit e6d65da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

php8.inc

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
/** ---------------------------------- Tests functions -------------------------------------------- */
88

9-
function test_38_01_php8_Str_Contains()
9+
function test_37_01_php8_Str_Contains()
1010
{
1111
global $testsLoopLimits, $totalOps;
1212

13-
$count = $testsLoopLimits['38_01_php8_str_contains'];
13+
$count = $testsLoopLimits['37_01_php8_str_contains'];
1414
$time_start = get_microtime();
1515
$s = "Foobar";
1616
$n = "Foo";
@@ -27,11 +27,11 @@ function test_38_01_php8_Str_Contains()
2727
return format_result_test(get_microtime() - $time_start, $count , $memory);
2828
}
2929

30-
function test_38_02_php8_Str_Contains_Simulate()
30+
function test_37_02_php8_Str_Contains_Simulate()
3131
{
3232
global $testsLoopLimits, $totalOps;
3333

34-
$count = $testsLoopLimits['38_02_php8_str_contains_simulate'];
34+
$count = $testsLoopLimits['37_02_php8_str_contains_simulate'];
3535
$time_start = get_microtime();
3636
$s = "Foobar";
3737
$n = "Foo";

0 commit comments

Comments
 (0)