Merge branch 'PHP-8.1'

* PHP-8.1:
  Skip test under preloading
This commit is contained in:
Nikita Popov 2021-11-18 09:34:22 +01:00
commit 6e982035d0

View file

@ -1,5 +1,9 @@
--TEST--
Class constant inheritance with mutable data
--SKIPIF--
<?php
if (getenv('SKIP_PRELOAD')) die('skip preload produces additional warnings');
?>
--FILE--
<?php