From 1916aaa272a19e118eae7ad53622174a3fd4a15e Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 16 Sep 2013 14:58:18 +0800 Subject: [PATCH] Add test for ISSUE #128 --- ext/opcache/tests/issue0128.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ext/opcache/tests/issue0128.phpt diff --git a/ext/opcache/tests/issue0128.phpt b/ext/opcache/tests/issue0128.phpt new file mode 100644 index 0000000000..637f675ac2 --- /dev/null +++ b/ext/opcache/tests/issue0128.phpt @@ -0,0 +1,16 @@ +--TEST-- +ISSUE #128 (opcache_invalidate segmentation fault) +--INI-- +opcache.enable=1 +opcache.enable_cli=1 +opcache.optimization_level=-1 +--SKIPIF-- + +--FILE-- + +--EXPECT-- +bool(false) +string(4) "okey" -- 2.50.1