File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
GH-16508: Missing lineno in inheritance errors of delayed early bound classes
3
3
--EXTENSIONS--
4
4
opcache
5
+ --SKIPIF--
6
+ <?php
7
+ $ tracing = extension_loaded ("Zend OPcache " )
8
+ && ($ conf = opcache_get_configuration ()["directives " ])
9
+ && array_key_exists ("opcache.jit " , $ conf )
10
+ && $ conf ["opcache.jit " ] === "tracing " ;
11
+ if (PHP_OS_FAMILY === "Windows " && PHP_INT_SIZE == 8 && $ tracing ) {
12
+ $ url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979 " ;
13
+ die ("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $ url " );
14
+ }
15
+ ?>
5
16
--INI--
6
17
opcache.enable_cli=1
7
18
--FILE--
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
GH-16509: Incorrect lineno reported for function redeclaration
3
- --SKIPIF--
4
- <?php
5
- $ tracing = extension_loaded ("Zend OPcache " )
6
- && ($ conf = opcache_get_configuration ()["directives " ])
7
- && array_key_exists ("opcache.jit " , $ conf )
8
- && $ conf ["opcache.jit " ] === "tracing " ;
9
- if (PHP_OS_FAMILY === "Windows " && PHP_INT_SIZE == 8 && $ tracing ) {
10
- $ url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979 " ;
11
- die ("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $ url " );
12
- }
13
- ?>
14
3
--FILE--
15
4
<?php
16
5
You can’t perform that action at this time.
0 commit comments