mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Added SKIPIF
This commit is contained in:
parent
286f36e702
commit
c00a91a024
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue