File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 11--TEST--
22GH-8841 (php-cli core dump calling a badly formed function)
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- ?>
143--FILE--
154<?php
165register_shutdown_function (function () {
Original file line number Diff line number Diff line change 11--TEST--
22GH-13177 (PHP 8.3.2: final private constructor not allowed when used in trait)
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/issues/15709 " ;
11- die ("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $ url " );
12- }
13- ?>
143--FILE--
154<?php
165
You can’t perform that action at this time.
0 commit comments