From 2821b3347c026ae171228146c5ccd0bd7408358f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 6 Oct 2020 18:12:05 +0300 Subject: PHP: compatibility with 8.0.0 RC1. This closes #474 PR on GitHub. --- test/php/get_variables/index.php | 6 +++--- test/php/post_variables/index.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/php') diff --git a/test/php/get_variables/index.php b/test/php/get_variables/index.php index dd7ef985..d6eb7d6b 100644 --- a/test/php/get_variables/index.php +++ b/test/php/get_variables/index.php @@ -1,7 +1,7 @@ diff --git a/test/php/post_variables/index.php b/test/php/post_variables/index.php index 5ea17324..8981d54d 100644 --- a/test/php/post_variables/index.php +++ b/test/php/post_variables/index.php @@ -1,6 +1,6 @@ -- cgit