Skip to content

Commit c00a91a

Browse files
committed
- Added SKIPIF
1 parent 286f36e commit c00a91a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Testing several callbacks using PDO::FETCH_FUNC
3+
--SKIPIF--
4+
<?php
5+
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)