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.
2 parents 378f870 + 286c13e commit 32cf58fCopy full SHA for 32cf58f
ext/opcache/tests/jit/bug80634.phpt
@@ -9,7 +9,10 @@ opcache.protect_memory=1
9
opcache.jit=function
10
opcache.preload={PWD}/preload_bug80634.inc
11
--SKIPIF--
12
-<?php require_once('skipif.inc'); ?>
+<?php
13
+require_once('skipif.inc');
14
+if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
15
+?>
16
--FILE--
17
<?php
18
$v = new SomeClass(5);
@@ -19,4 +22,4 @@ Fatal error: Uncaught Error: Writing to DatePeriod->interval is unsupported in %
19
22
Stack trace:
20
23
#0 %sbug80634.php(2): SomeClass->__construct(5)
21
24
#1 {main}
- thrown in %spreload_bug80634.inc on line 7
25
+ thrown in %spreload_bug80634.inc on line 7
0 commit comments