1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

add skipif

This commit is contained in:
Antony Dovgal
2007-01-22 08:21:45 +00:00
parent d181d3a0b3
commit 131a79ea25
+2
View 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