Even if the original issue only reproduces without opcache, we
should still allow running them with and without opcache.
--TEST--
Bug #69871 (Short-circuiting failure with smart_branch)
---INI--
-opcache.enable=0
--FILE--
<?php
--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) {
--TEST--
Bug #71067 (Local object in class method stays in memory for each call)
--INI--
-opcache.enable=0
error_reporting=0
--FILE--
<?php
--TEST--
Bug #72594 (Calling an earlier instance of an included anonymous class fatals)
---INI--
-opcache.enable=0
--FILE--
<?php
if (isset($runtime)) {
--TEST--
Bug #76754 (parent private constant in extends class memory leak)
---INI--
-opcache.enable=0
-opcache.enable_cli=0
--FILE--
<?php
--TEST--
Bug #78379 (Cast to object confuses GC, causes crash)
---INI--
-opcache.enable=0
--FILE--
<?php
class C {
--TEST--
return type with finally
---INI--
-opcache.enable=0
--FILE--
<?php
--TEST--
Bug #70557 (Memleak on return type verifying failed).
---INI--
-opcache.enable=0
--FILE--
<?php
--TEST--
Bug #71092 (Segmentation fault with return type hinting)
---INI--
-opcache.enable=0
--FILE--
<?php