Skip to content

Commit 6e98203

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Skip test under preloading
2 parents a8b9dbc + 279d6a4 commit 6e98203

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/tests/class_constant_inheritance_mutable_data.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Class constant inheritance with mutable data
3+
--SKIPIF--
4+
<?php
5+
if (getenv('SKIP_PRELOAD')) die('skip preload produces additional warnings');
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)