Browse Source

- Added SKIPIF

experimental/first_unicode_implementation
Felipe Pena 16 years ago
parent
commit
844886532c
  1. 4
      ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt

4
ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt

@ -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…
Cancel
Save