File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_bug78175_2.inc
9
9
<?php
10
10
require_once ('skipif.inc ' );
11
11
if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12
+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
12
13
?>
13
- --XFAIL--
14
- GH-8588
15
14
--FILE--
16
15
<?php
17
16
var_dump (get_class (Loader::getLoader ()));
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_bug78376.inc
9
9
<?php
10
10
require_once ('skipif.inc ' );
11
11
if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12
+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
12
13
?>
13
- --XFAIL--
14
- GH-8588
15
14
--FILE--
16
15
<?php
17
16
var_dump (\A::$ a );
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_method_static_vars.inc
9
9
<?php
10
10
require_once ('skipif.inc ' );
11
11
if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12
+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
12
13
?>
13
- --XFAIL--
14
- GH-8588
15
14
--FILE--
16
15
<?php
17
16
Foo::test ();
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_trait_static.inc
9
9
<?php
10
10
require_once ('skipif.inc ' );
11
11
if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12
+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
12
13
?>
13
- --XFAIL--
14
- GH-8588
15
14
--FILE--
16
15
<?php
17
16
$ bar = new Bar ;
You can’t perform that action at this time.
0 commit comments