php-src/ext/opcache/tests/bug78106_test1.php
Nikita Popov f8a68fd935 Add test for bug #78106
Also add PHP_TEST_EXTRA_ARGS environment variable, which allows
to pass on -c, -d etc flags provided by run-tests.php. Otherwise
we won't get the built-in server to run with opcache.
2019-06-13 12:35:29 +02:00

7 lines
90 B
PHP

<?php
ini_set('opcache.enable', 0);
require_once 'bug78106_include.inc';
echo "done\n";