We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa9976 commit 947a048Copy full SHA for 947a048
Zend/tests/gh8841.phpt
@@ -1,5 +1,13 @@
1
--TEST--
2
GH-8841 (php-cli core dump calling a badly formed function)
3
+--SKIPIF--
4
+<?php
5
+$jit = opcache_get_configuration()["directives"]["opcache.jit"];
6
+if (PHP_OS_FAMILY === "Windows" && PHP_INT_SIZE == 8 && $jit === "tracing") {
7
+ $url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979";
8
+ die("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $url");
9
+}
10
+?>
11
--FILE--
12
<?php
13
register_shutdown_function(function() {
0 commit comments