]> granicus.if.org Git - php/commitdiff
add skipif
authorAntony Dovgal <tony2001@php.net>
Mon, 22 Jan 2007 08:21:45 +0000 (08:21 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 22 Jan 2007 08:21:45 +0000 (08:21 +0000)
ext/standard/tests/array/bug40191.phpt

index d17660e539a7a528f603f230f7c6f6393f222a09..eb1251b84ccbf02731d82a339fce2a84855a005d 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #40191 (use of array_unique() with objects triggers segfault)
+--SKIPIF--
+<?php if (!extension_loaded('spl')) die("skip SPL is not available"); ?>
 --FILE--
 <?php