From 658d698a1ccd41be0dcb94ea1d6ff5492d1c9748 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 20 Jun 2015 09:20:26 +0200 Subject: [PATCH] add test for bug #69838 --- ext/opcache/tests/bu69838.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ext/opcache/tests/bu69838.phpt diff --git a/ext/opcache/tests/bu69838.phpt b/ext/opcache/tests/bu69838.phpt new file mode 100644 index 0000000000..f60cad79bd --- /dev/null +++ b/ext/opcache/tests/bu69838.phpt @@ -0,0 +1,17 @@ +--TEST-- +Bug #69838 OPCACHE Warning Internal error: wrong size calculation +--INI-- +opcache.enable=1 +opcache.enable_cli=1 +opcache.log_verbosity_level=2 +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +===DONE=== -- 2.50.1