Searched refs:sqlite (Results 1 – 25 of 43) sorted by relevance
12
/PHP-7.0/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 20 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-7.0/ext/pdo_sqlite/tests/ |
H A D | bug70221.phpt | 2 Bug #70221 (persistent sqlite connection + custom function segfaults) 9 $dbfile = __DIR__ . '/test.sqlite'; 10 $db = new PDO('sqlite:'.$dbfile, null, null, array(PDO::ATTR_PERSISTENT => true));
|
H A D | bug43831.phpt | 23 $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 D | bug35336.phpt | 15 $a = new PDO("sqlite::memory:");// pool ("sqlite::memory:");
|
H A D | common.phpt | 9 'PDOTEST_DSN' => 'sqlite::memory:'
|
H A D | pdo_sqlite_get_attribute.phpt | 8 $pdo = new PDO('sqlite::memory:');
|
H A D | bug50728.phpt | 10 $a = new PDO("sqlite:/this/path/should/not/exist.db");
|
H A D | bug60104.phpt | 11 $handler = new PDO( "sqlite::memory:" );
|
H A D | pdo_sqlite_createfunction_002.phpt | 11 $db = new PDO( 'sqlite::memory:');
|
H A D | pdo_sqlite_createaggregate_002.phpt | 8 $pdo = new PDO('sqlite::memory:');
|
H A D | bug46542.phpt | 12 $a = new A('sqlite:' . __DIR__ . '/dummy.db');
|
H A D | bug44327_3.phpt | 10 $db = new pdo('sqlite::memory:');
|
H A D | debugdumpparams_001.phpt | 10 $db = new pdo('sqlite::memory:');
|
H A D | pdo_sqlite_transaction.phpt | 8 $db = new pdo('sqlite::memory:');
|
H A D | bug48773.phpt | 25 $db = new foo('sqlite::memory:', '', '');
|
H A D | pdo_sqlite_lastinsertid.phpt | 8 $db = new pdo('sqlite::memory:');
|
H A D | bug_42589.phpt | 9 $db = new PDO("sqlite::memory:");
|
H A D | pdo_sqlite_createaggregate.phpt | 8 $db = new pdo('sqlite::memory:');
|
/PHP-7.0/ext/pdo_sqlite/ |
H A D | config.m4 | 5 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 D | config.w32 | 4 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-7.0/ext/pdo/tests/ |
H A D | bug_43130.phpt | 8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql…
|
H A D | bug_44159.phpt | 7 $pdo = new PDO("sqlite:".__DIR__."/foo.db"); 14 $pdo = new PDO("sqlite:".__DIR__."/foo.db");
|
H A D | pdo_035.phpt | 9 $db = new PDO('sqlite::memory:');
|
/PHP-7.0/Zend/tests/ |
H A D | bug70914.phpt | 12 $db = new PDO('sqlite::memory:');
|
/PHP-7.0/win32/ |
H A D | builddef.bat | 6 type ..\ext\sqlite\php_sqlite.def
|
Completed in 26 milliseconds
12