Skip to content

Commit 7c5c214

Browse files
committed
MFH: Add skipif
1 parent ccce08e commit 7c5c214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/bug42819.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #42819 (namespaces in indexes of constant arrays)
3+
--SKIPIF--
4+
<?php if (!extension_loaded("spl")) print "skip"; ?>
35
--FILE--
46
<?php
57
namespace foo;

0 commit comments

Comments
 (0)