1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
archived-php-src/ext/pdo_sqlite/tests/skipif.inc
T
2005-02-20 17:56:19 +00:00

5 lines
61 B
PHP
Executable File

<?php
if (!extension_loaded("pdo_sqlite")) print "skip";
?>