We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c42cd1 + e64e531 commit 79dd38eCopy full SHA for 79dd38e
Zend/tests/gh16509.phpt
@@ -1,5 +1,16 @@
1
--TEST--
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
--FILE--
15
<?php
16
0 commit comments