From 50688e3984054d74f0a320078bdc64fef8f949f5 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 22 May 2015 11:50:55 +0800 Subject: [PATCH] Forgot the test for bug #69688 --- ext/opcache/tests/bug69688.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/opcache/tests/bug69688.phpt diff --git a/ext/opcache/tests/bug69688.phpt b/ext/opcache/tests/bug69688.phpt new file mode 100644 index 0000000000..cc75960e73 --- /dev/null +++ b/ext/opcache/tests/bug69688.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #69688 (segfault with eval and opcache fast shutdown) +--INI-- +opcache.enable=1 +opcache.enable_cli=1 +opcache.fast_shutdown=1 +--SKIPIF-- + +--FILE-- + +okey +--EXPECT-- +okey -- 2.40.0