- Added SKIPIF

This commit is contained in:
Felipe Pena 2009-12-15 00:37:43 +00:00
parent 286f36e702
commit c00a91a024

View file

@ -1,5 +1,9 @@
--TEST--
Testing several callbacks using PDO::FETCH_FUNC
--SKIPIF--
<?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
?>
--FILE--
<?php