We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52707e0 + 83df4b6 commit 1484d75Copy full SHA for 1484d75
tests/functions.inc
@@ -1,6 +1,6 @@
1
<?php
2
3
-srand(((int)(double)microtime()*1000000));
+srand(((int)(float)microtime()*1000000));
4
5
function out_table($table_name)
6
{
0 commit comments