1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

- One skipif section is enough

This commit is contained in:
Marcus Boerger
2006-03-04 16:40:54 +00:00
parent d350e2949a
commit dbb83bc10e
-2
View File
@@ -2,8 +2,6 @@
SPL: class_parents() and class_implements()
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
class a{}