File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
/** ---------------------------------- Tests functions -------------------------------------------- */
8
8
9
- function test_38_01_php8_Str_Contains ()
9
+ function test_37_01_php8_Str_Contains ()
10
10
{
11
11
global $ testsLoopLimits , $ totalOps ;
12
12
13
- $ count = $ testsLoopLimits ['38_01_php8_str_contains ' ];
13
+ $ count = $ testsLoopLimits ['37_01_php8_str_contains ' ];
14
14
$ time_start = get_microtime ();
15
15
$ s = "Foobar " ;
16
16
$ n = "Foo " ;
@@ -27,11 +27,11 @@ function test_38_01_php8_Str_Contains()
27
27
return format_result_test (get_microtime () - $ time_start , $ count , $ memory );
28
28
}
29
29
30
- function test_38_02_php8_Str_Contains_Simulate ()
30
+ function test_37_02_php8_Str_Contains_Simulate ()
31
31
{
32
32
global $ testsLoopLimits , $ totalOps ;
33
33
34
- $ count = $ testsLoopLimits ['38_02_php8_str_contains_simulate ' ];
34
+ $ count = $ testsLoopLimits ['37_02_php8_str_contains_simulate ' ];
35
35
$ time_start = get_microtime ();
36
36
$ s = "Foobar " ;
37
37
$ n = "Foo " ;
You can’t perform that action at this time.
0 commit comments