Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 20, 2021
1 parent 4cf7a25 commit c22a4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/opcache/tests/jit/bug81255.phpt
Original file line number Diff line number Diff line change
@@ -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 {}');
Expand Down

0 comments on commit c22a4d7

Please sign in to comment.