diff options
-rw-r--r-- | Zend/tests/bug70089.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug70089.phpt b/Zend/tests/bug70089.phpt index 260975f01c..c61db00c9e 100644 --- a/Zend/tests/bug70089.phpt +++ b/Zend/tests/bug70089.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #70089 (segfault in PHP 7 at ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER ()) +--INI-- +opcache.enable=0 --FILE-- <?php function dummy($a) { |