File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11--TEST--
22Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type)
3+ --SKIPIF--
4+ <?php
5+ if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
6+ die ('xfail unresolved issues with JIT on Windows ' );
7+ }
8+ ?>
39--FILE--
410<?php
511$ a = '' ;
Original file line number Diff line number Diff line change 11--TEST--
22Bug #44660 (Indexed and reference assignment to property of non-object don't trigger warning)
3+ --SKIPIF--
4+ <?php
5+ if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
6+ die ('xfail unresolved issues with JIT on Windows ' );
7+ }
8+ ?>
39--FILE--
410<?php
511$ s = "hello " ;
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ opcache.file_update_protection=0
77opcache.jit_buffer_size=1M
88--SKIPIF--
99<?php require_once ('skipif.inc ' ); ?>
10+ <?php
11+ if (PHP_OS_FAMILY === 'Windows ' && ini_get ('opcache.jit ' ) && ini_get ('opcache.jit_buffer_size ' )) {
12+ die ('xfail unresolved issues with JIT on Windows ' );
13+ }
14+ ?>
1015--FILE--
1116<?php
1217function foo (&$ a ) {
You can’t perform that action at this time.
0 commit comments