Skip to content

Commit 83df4b6

Browse files
committed
Usage of double is deprecated
1 parent 6f3407d commit 83df4b6

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)