Home
last modified time | relevance | path

Searched refs:pdo_sqlite (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h30 PHP_MINIT_FUNCTION(pdo_sqlite);
31 PHP_MSHUTDOWN_FUNCTION(pdo_sqlite);
32 PHP_RINIT_FUNCTION(pdo_sqlite);
33 PHP_RSHUTDOWN_FUNCTION(pdo_sqlite);
34 PHP_MINFO_FUNCTION(pdo_sqlite);
H A Dconfig.w323 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
6 if (SETUP_SQLITE3("pdo_sqlite", PHP_PDO_SQLITE, PHP_PDO_SQLITE_SHARED)) {
7 EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c");
9 ADD_EXTENSION_DEP('pdo_sqlite', 'pdo');
13 WARNING("pdo_sqlite not enabled; libraries and/or headers not found");
H A Dconfig.m419 AC_DEFINE(HAVE_PDO_SQLITELIB, 1, [Define to 1 if you have the pdo_sqlite extension enabled.])
36 PHP_NEW_EXTENSION(pdo_sqlite, pdo_sqlite.c sqlite_driver.c sqlite_statement.c,
39 PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
H A Dpdo_sqlite.c47 PHP_MINIT(pdo_sqlite),
48 PHP_MSHUTDOWN(pdo_sqlite),
51 PHP_MINFO(pdo_sqlite),
58 ZEND_GET_MODULE(pdo_sqlite)
382 PHP_MINIT_FUNCTION(pdo_sqlite) in PHP_MINIT_FUNCTION() argument
407 PHP_MSHUTDOWN_FUNCTION(pdo_sqlite) in PHP_MSHUTDOWN_FUNCTION() argument
415 PHP_MINFO_FUNCTION(pdo_sqlite) in PHP_MINFO_FUNCTION() argument
/php-src/ext/pdo_sqlite/tests/
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
4 pdo_sqlite
H A Dbug_63916-2.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
4 pdo_sqlite
H A Dbug_63916.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
4 pdo_sqlite
H A Dcommon.phpt4 pdo_sqlite
H A Dpdo_sqlite_get_attribute.phpt4 pdo_sqlite
H A Dbug50728.phpt4 pdo_sqlite
H A Dbug_64705.phpt4 pdo_sqlite
H A Dpdo_sqlite_statement_getattribute.phpt4 pdo_sqlite
H A Dbug52487.phpt4 pdo_sqlite
H A Dbug46542.phpt4 pdo_sqlite
H A Dpdo_sqlite_empty_filename.phpt4 pdo_sqlite
H A Dgh13991.phpt4 pdo_sqlite
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate.phpt4 pdo_sqlite
8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
H A Dgc.phpt4 pdo_sqlite
8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
H A Dpdo_sqlite_createaggregate_002.phpt4 pdo_sqlite
8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
H A Dpdo_sqlite_createcollation.phpt4 pdo_sqlite
8 // This test was copied from the pdo_sqlite test for sqliteCreateCollation
H A Dpdo_sqlite_createfunction_with_flags.phpt4 pdo_sqlite
11 // This test was copied from the pdo_sqlite test for sqliteCreateCollation
H A Dpdosqlite_006.phpt4 pdo_sqlite
H A Dpdosqlite_005.phpt5 pdo_sqlite
H A Dpdo_sqlite_constants.phpt4 pdo_sqlite
/php-src/Zend/tests/
H A Dbug70914.phpt4 pdo_sqlite

Completed in 23 milliseconds

1234