Skip to content

Commit 279d6a4

Browse files
committed
Skip test under preloading
In this case we produce additional warnings when preloading evaluates constants. Possibly we shouldn't be evaluating expressions with side-effects during preloading, but for now just skip this test.
1 parent 8965d6b commit 279d6a4

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)