diff options
Diffstat (limited to 'ext/spl/tests/bug36941.phpt')
| -rwxr-xr-x | ext/spl/tests/bug36941.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/tests/bug36941.phpt b/ext/spl/tests/bug36941.phpt index 528ba4a46..2ae03b448 100755 --- a/ext/spl/tests/bug36941.phpt +++ b/ext/spl/tests/bug36941.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #36941 (ArrayIterator does not clone itself) +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- ===ArrayObject=== <?php |
