File tree Expand file tree Collapse file tree
RHEL/SqlServerColumnstoreSample
Ubuntu/SqlServerColumnstoreSample
Windows/SqlServerColumnstoreSample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2- $ time_start = microtime (true );
2+ $ timeStart = microtime (true );
33
44$ serverName = "localhost " ;
55$ connectionOptions = [
@@ -34,6 +34,6 @@ function formatErrors($errors)
3434 }
3535}
3636
37- $ time_end = microtime (true );
38- $ execution_time = round ((($ time_end - $ time_start ) * 1000 ), 2 );
39- echo 'QueryTime: ' . $ execution_time . ' ms ' ;
37+ $ timeEnd = microtime (true );
38+ $ executionTime = round ((($ timeEnd - $ timeStart ) * 1000 ), 2 );
39+ echo 'QueryTime: ' . $ executionTime . ' ms ' ;
Original file line number Diff line number Diff line change 11<?php
2- $ time_start = microtime (true );
2+ $ timeStart = microtime (true );
33
44$ serverName = "localhost " ;
55$ connectionOptions = [
@@ -34,6 +34,6 @@ function formatErrors($errors)
3434 }
3535}
3636
37- $ time_end = microtime (true );
38- $ execution_time = round ((($ time_end - $ time_start ) * 1000 ), 2 );
39- echo 'QueryTime: ' . $ execution_time . ' ms ' ;
37+ $ timeEnd = microtime (true );
38+ $ executionTime = round ((($ timeEnd - $ timeStart ) * 1000 ), 2 );
39+ echo 'QueryTime: ' . $ executionTime . ' ms ' ;
Original file line number Diff line number Diff line change 11<?php
2- $ time_start = microtime (true );
2+ $ timeStart = microtime (true );
33
44$ serverName = "localhost " ;
55$ connectionOptions = [
@@ -34,6 +34,6 @@ function formatErrors($errors)
3434 }
3535}
3636
37- $ time_end = microtime (true );
38- $ execution_time = round ((($ time_end - $ time_start ) * 1000 ), 2 );
39- echo 'QueryTime: ' . $ execution_time . ' ms ' ;
37+ $ timeEnd = microtime (true );
38+ $ executionTime = round ((($ timeEnd - $ timeStart ) * 1000 ), 2 );
39+ echo 'QueryTime: ' . $ executionTime . ' ms ' ;
You can’t perform that action at this time.
0 commit comments