mirror of
https://github.com/php/php-src.git
synced 2024-12-15 04:45:03 +08:00
Fixed test
This commit is contained in:
parent
4cf7a25856
commit
c22a4d76d5
@ -1,12 +1,12 @@
|
||||
--TEST--
|
||||
Bug #81255: Memory leak in PHPUnit with functional JIT
|
||||
--EXTENSIONS--
|
||||
opcache
|
||||
--INI--
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.jit_buffer_size=1M
|
||||
opcache.jit=function
|
||||
--SKIPIF--
|
||||
<?php require_once('skipif.inc'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
eval('class B {}');
|
||||
|
Loading…
Reference in New Issue
Block a user