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
99<?php
1010require_once ('skipif.inc ' );
1111if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
1213?>
13- --XFAIL--
14- GH-8588
1514--FILE--
1615<?php
1716var_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
99<?php
1010require_once ('skipif.inc ' );
1111if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
1213?>
13- --XFAIL--
14- GH-8588
1514--FILE--
1615<?php
1716var_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
99<?php
1010require_once ('skipif.inc ' );
1111if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
1213?>
13- --XFAIL--
14- GH-8588
1514--FILE--
1615<?php
1716Foo::test ();
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_trait_static.inc
99<?php
1010require_once ('skipif.inc ' );
1111if (PHP_OS_FAMILY == 'Windows ' ) die ('skip Preloading is not supported on Windows ' );
12+ if (PHP_ZTS ) die ('xfail GH-8588 ' );
1213?>
13- --XFAIL--
14- GH-8588
1514--FILE--
1615<?php
1716$ bar = new Bar ;
You can’t perform that action at this time.
0 commit comments