From b424a00ec5746884f8ebb1d75b3f0fec0b3a05ff Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 9 Nov 2021 15:48:44 +0300 Subject: Tests: PHP shared opcache test added. --- test/php/opcache/index.php | 18 ++++++++++++++++++ test/php/opcache/test.php | 1 + 2 files changed, 19 insertions(+) create mode 100644 test/php/opcache/index.php create mode 100644 test/php/opcache/test.php (limited to 'test/php/opcache') diff --git a/test/php/opcache/index.php b/test/php/opcache/index.php new file mode 100644 index 00000000..de4002bb --- /dev/null +++ b/test/php/opcache/index.php @@ -0,0 +1,18 @@ + diff --git a/test/php/opcache/test.php b/test/php/opcache/test.php new file mode 100644 index 00000000..147cebcd --- /dev/null +++ b/test/php/opcache/test.php @@ -0,0 +1 @@ + -- cgit