From 12b740bc7bb01ffe397cecc5b6fa25b136304911 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Jul 2018 12:01:12 +0200 Subject: Fix #183 (#185) * relax test to pass with 7.3 * skip test with 7.3 as samesite is broken + add TODO --- src/tests/harden_rand_noargs.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tests/harden_rand_noargs.phpt') diff --git a/src/tests/harden_rand_noargs.phpt b/src/tests/harden_rand_noargs.phpt index 643a453..fdf8124 100644 --- a/src/tests/harden_rand_noargs.phpt +++ b/src/tests/harden_rand_noargs.phpt @@ -46,13 +46,13 @@ Warning: rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_no Warning: mt_rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d -Warning: rand() expects parameter 1 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d +Warning: rand() expects parameter 1 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d -Warning: mt_rand() expects parameter 1 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d +Warning: mt_rand() expects parameter 1 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d -Warning: rand() expects parameter 2 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d +Warning: rand() expects parameter 2 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d -Warning: mt_rand() expects parameter 2 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d +Warning: mt_rand() expects parameter 2 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d Warning: rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d -- cgit v1.3