File tree Expand file tree Collapse file tree 5 files changed +0
-28
lines changed Expand file tree Collapse file tree 5 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
Bug #63635 (Segfault in gc_collect_cycles)
3
- --SKIPIF--
4
- <?php
5
- if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
6
- die ('xfail issues with JIT on Windows ' );
7
- }
8
- ?>
9
3
--FILE--
10
4
<?php
11
5
class Node {
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
3
- --SKIPIF--
4
- <?php
5
- if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
6
- die ('xfail issues with JIT on Windows ' );
7
- }
8
- ?>
9
3
--INI--
10
4
zend.enable_gc = 1
11
5
--FILE--
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
3
- --SKIPIF--
4
- <?php
5
- if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
6
- die ('xfail issues with JIT on Windows ' );
7
- }
8
- ?>
9
3
--INI--
10
4
zend.enable_gc = 1
11
5
--FILE--
Original file line number Diff line number Diff line change 2
2
Test session_decode() function : basic functionality
3
3
--SKIPIF--
4
4
<?php include ('skipif.inc ' ); ?>
5
- <?php
6
- if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
7
- die ('xfail issues with JIT on Windows ' );
8
- }
9
- ?>
10
5
--FILE--
11
6
<?php
12
7
Original file line number Diff line number Diff line change 2
2
Test session_decode() function : basic functionality
3
3
--SKIPIF--
4
4
<?php include ('skipif.inc ' ); ?>
5
- <?php
6
- if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
7
- die ('xfail issues with JIT on Windows ' );
8
- }
9
- ?>
10
5
--FILE--
11
6
<?php
12
7
You can’t perform that action at this time.
0 commit comments