]> granicus.if.org Git - php/commitdiff
- One skipif section is enough
authorMarcus Boerger <helly@php.net>
Sat, 4 Mar 2006 16:40:54 +0000 (16:40 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 4 Mar 2006 16:40:54 +0000 (16:40 +0000)
ext/spl/tests/spl_003.phpt

index 566a9cc274ba348fbe86185a27cf95b3966add8f..141138861290971920a872fdb9eb9fcd47896f0d 100755 (executable)
@@ -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{}