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 4a8b370 commit 520a8e0Copy full SHA for 520a8e0
ext/opcache/tests/jit/bug81256.phpt
@@ -2,6 +2,10 @@
2
Bug #81256: Assertion `zv != ((void *)0)' failed for "preload" with JIT
3
--EXTENSIONS--
4
opcache
5
+--SKIPIF--
6
+<?php
7
+if (PHP_OS_FAMILY === "Windows") die("skip Windows does not support preloading");
8
+?>
9
--INI--
10
opcache.enable=1
11
opcache.enable_cli=1
0 commit comments