Home
last modified time | relevance | path

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

1234

/PHP-8.4/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 sqlite_sql_parser.c");
9 ADD_EXTENSION_DEP('pdo_sqlite', 'pdo');
14 WARNING("pdo_sqlite not enabled; libraries and/or headers not found");
H A DMakefile.frag.w321 ext\pdo_sqlite\sqlite_sql_parser.c: ext\pdo_sqlite\sqlite_sql_parser.re
3 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re
H A Dconfig.m431 the 'sqlite3_load_extension' function. For usage in the pdo_sqlite. See
36 PHP_NEW_EXTENSION([pdo_sqlite],
37 [pdo_sqlite.c sqlite_driver.c sqlite_statement.c sqlite_sql_parser.c],
40 PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
H A DMakefile.frag6 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re; \
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-8.4/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 Dgh14712.phpt4 pdo_sqlite
H A Dbug52487.phpt4 pdo_sqlite
H A Dbug46542.phpt4 pdo_sqlite
/PHP-8.4/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
/PHP-8.4/scripts/dev/
H A Dgenfiles139 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo_sqlite builddir=ext/pdo_sqlite top_srcdi…
140 -f ext/pdo_sqlite/Makefile.frag \
141 ext/pdo_sqlite/sqlite_sql_parser.c
/PHP-8.4/Zend/tests/
H A Dbug70914.phpt4 pdo_sqlite

Completed in 21 milliseconds

1234