mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1'
* PHP-8.1: Skip test under preloading
This commit is contained in:
commit
6e982035d0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue