Skip to content

Commit 1484d75

Browse files
authored
Merge pull request #74 from mlazdans/master
Usage of double is deprecated
2 parents 52707e0 + 83df4b6 commit 1484d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functions.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
srand(((int)(double)microtime()*1000000));
3+
srand(((int)(float)microtime()*1000000));
44

55
function out_table($table_name)
66
{

0 commit comments

Comments
 (0)