From b9e8d8073ce9da9c1019ca885d99bca7ff727ba1 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Fri, 7 May 2021 16:55:42 +0100 Subject: Tests: PHP test with getting variable before the script is loaded. --- test/php/fastcgi_finish_request/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/php/fastcgi_finish_request/index.php') diff --git a/test/php/fastcgi_finish_request/index.php b/test/php/fastcgi_finish_request/index.php index a6211303..fbfae71b 100644 --- a/test/php/fastcgi_finish_request/index.php +++ b/test/php/fastcgi_finish_request/index.php @@ -8,4 +8,6 @@ if (!fastcgi_finish_request()) { } echo "4567"; + +include 'server.php'; ?> -- cgit