Home
last modified time | relevance | path

Searched refs:sqlite (Results 1 – 25 of 45) sorted by relevance

12

/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php20 protected $sqlite;
141 function TOC($sqlite)
144 $this->renderSummary($sqlite, $sqlite->retrievePaths(), false, $coverage[1], $covered[0]);
147 function testTOC($sqlite) argument
149 $this->renderTestSummary($sqlite);
152 function fileLineTOC($sqlite, $file, $line) argument
484 protected $sqlite;
514 return $this->sqlite->retrievePaths();
743 protected $sqlite;
764 $this->sqlite->begin();
[all …]
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug43831.phpt23 $foo = new Foo("sqlite::memory:");
28 $bar = new Bar("sqlite::memory:");
34 $bar = new PDO("sqlite::memory:", null, null, array(PDO::ATTR_PERSISTENT => true));
35 $baz = new MyPDO("sqlite::memory:", null, null, array(PDO::ATTR_PERSISTENT => true));
H A Dbug35336.phpt15 $a = new PDO("sqlite::memory:");// pool ("sqlite::memory:");
H A Dcommon.phpt9 'PDOTEST_DSN' => 'sqlite::memory:'
H A Dpdo_sqlite_get_attribute.phpt8 $pdo = new PDO('sqlite::memory:');
H A Dbug50728.phpt10 $a = new PDO("sqlite:/this/path/should/not/exist.db");
H A Dbug60104.phpt11 $handler = new PDO( "sqlite::memory:" );
H A Dpdo_sqlite_createfunction_002.phpt11 $db = new PDO( 'sqlite::memory:');
H A Dbug46542.phpt12 $a = new A('sqlite:' . __DIR__ . '/dummy.db');
H A Dpdo_sqlite_createaggregate_002.phpt8 $pdo = new PDO('sqlite::memory:');
H A Dbug44327_3.phpt10 $db = new pdo('sqlite::memory:');
H A Ddebugdumpparams_001.phpt10 $db = new pdo('sqlite::memory:');
H A Dpdo_sqlite_transaction.phpt8 $db = new pdo('sqlite::memory:');
H A Dbug48773.phpt25 $db = new foo('sqlite::memory:', '', '');
H A Dpdo_sqlite_lastinsertid.phpt8 $db = new pdo('sqlite::memory:');
H A Dbug_42589.phpt9 $db = new PDO("sqlite::memory:");
H A Dbug_63916.phpt11 $conn = new PDO('sqlite::memory:');
H A Dpdo_sqlite_createaggregate.phpt8 $db = new pdo('sqlite::memory:');
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m45 PHP_ARG_WITH(pdo-sqlite, for sqlite 3 support for PDO,
6 [ --without-pdo-sqlite[=DIR]
7 PDO: sqlite 3 support. DIR is the sqlite base
64 AC_MSG_ERROR([wrong sqlite lib version or lib not found])
H A Dconfig.w324 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
16 ARG_WITH("pdo-sqlite-external", "for pdo_sqlite support from an external dll", "no");
23 WARNING("pdo-sqlite-external support can't be enabled, libraries or headers are missing")
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql…
H A Dbug_44159.phpt7 $pdo = new PDO("sqlite:".__DIR__."/foo.db");
14 $pdo = new PDO("sqlite:".__DIR__."/foo.db");
H A Dpdo_035.phpt9 $db = new PDO('sqlite::memory:');
/PHP-5.5/
H A D.gitignore191 ext/mysql/weztest.sqlite
222 ext/sqlite/weztest.sqlite
223 ext/sqlite/libsqlite/src/sqlite.h
224 ext/sqlite/libsqlite/src/parse.out
225 ext/sqlite/libsqlite/src/libsqlite.dsw
/PHP-5.5/win32/
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def

Completed in 45 milliseconds

12