Home
last modified time | relevance | path

Searched refs:Firebird (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/pdo_firebird/
H A Dpdo_firebird_utils.cpp24 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_get_client_version()
25 Firebird::IUtil* util = master->getUtilInterface(); in fb_get_client_version()
31 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_time()
32 Firebird::IUtil* util = master->getUtilInterface(); in fb_encode_time()
38 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_date()
58 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_decode_time_tz()
60 Firebird::IStatus* status = master->getStatus(); in fb_decode_time_tz()
61 Firebird::CheckStatusWrapper st(status); in fb_decode_time_tz()
77 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_decode_timestamp_tz()
79 Firebird::IStatus* status = master->getStatus(); in fb_decode_timestamp_tz()
[all …]
H A Dconfig.m42 [for Firebird support for PDO],
4 [PDO: Firebird support. DIR is the Firebird base install directory
17 [AC_MSG_ERROR([Firebird required version is at least 3.0])])
H A DCREDITS1 Firebird driver for PDO
H A Dpdo_firebird.stub.php11 class Firebird extends \PDO class
H A Dconfig.w323 ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_isolation_level_attr.phpt18 'Pdo\\Firebird::READ_COMMITTED',
19 'Pdo\\Firebird::REPEATABLE_READ',
20 'Pdo\\Firebird::SERIALIZABLE',
93 OK: Pdo\Firebird::READ_COMMITTED
94 OK: Pdo\Firebird::REPEATABLE_READ
95 OK: Pdo\Firebird::SERIALIZABLE
97Firebird::TRANSACTION_ISOLATION_LEVEL must be a valid transaction isolation level (Pdo\Firebird::R…
101 OK: Pdo\Firebird::READ_COMMITTED
103 OK: Pdo\Firebird::REPEATABLE_READ
105 OK: Pdo\Firebird::SERIALIZABLE
[all …]
H A Dtransaction_access_mode.phpt32 Pdo\Firebird::WRITABLE_TRANSACTION => $value['val'],
87 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
92 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
96 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION));
101 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
105 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION));
109 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
114 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, true);
118 var_dump($dbh->getAttribute(Pdo\Firebird::WRITABLE_TRANSACTION));
123 $dbh->setAttribute(Pdo\Firebird::WRITABLE_TRANSACTION, false);
[all …]
H A Dfb4_datatypes_params.phpt2 PDO_Firebird: Supported Firebird 4.0 datatypes (parameters)
7 if (Pdo\Firebird::getApiVersion() < 40) {
8 die('skip: Firebird API version must be greater than or equal to 40');
15 die("skip Firebird Server version must be greater than or equal to 4.0.0");
H A Dfb4_datatypes.phpt2 PDO_Firebird: Supported Firebird 4.0 datatypes
7 if (Pdo\Firebird::getApiVersion() < 40) {
8 die('skip: Firebird API version must be greater than or equal to 40');
15 die("skip Firebird Server version must be greater than or equal to 4.0.0");
H A Dtestdb.inc24 function connectToDb(): Pdo\Firebird {
25 …return Pdo\Firebird::connect(PDO_FIREBIRD_TEST_DSN, PDO_FIREBIRD_TEST_USER, PDO_FIREBIRD_TEST_PASS…
H A Dtransaction_isolation_level_behavior.phpt54 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::READ_COMMITTED]
77 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::REPEATABLE_READ]
107 [Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL => Pdo\Firebird::SERIALIZABLE]
H A Dpdofirebird_002.phpt16 if (!$db instanceof Pdo\Firebird) {
17 echo "Wrong class type. Should be Pdo\Firebird but is " . get_class($db) . "\n";
H A Dget_api_version.phpt12 echo Pdo\Firebird::getApiVersion() . "\n";
H A Dbug_72931.phpt2 PDO_Firebird: Bug 72931 Insert returning fails on Firebird 3
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
H A Dbug_48877.phpt2 PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use name…
H A Dbug_64037.phpt2 Bug #64037 Firebird return wrong value for numeric field
H A Dautocommit.phpt12 /* Part of the error messages probably vary depending on the version of Firebird,
H A Dgh10908.phpt2 GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland)
H A Dbug_77863.phpt2 PDO_Firebird: Bug #76488 PDO Firebird does not support boolean datatype in input parameters
/php-src/.github/scripts/windows/
H A Dtest_task.bat52 rem setup Firebird related exts
54 …AD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-x64.…
56 …AD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-Win3…
58 curl -sLo Firebird.zip %PHP_FIREBIRD_DOWNLOAD_URL%
59 7z x -oC:\Firebird Firebird.zip
64 …ABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_FIREBIRD_TEST_PASS%';> C:\Firebird\setup.sql
65 C:\Firebird\instsvc.exe install -n TestInstance
66 C:\Firebird\isql -q -i C:\Firebird\setup.sql
67 C:\Firebird\instsvc.exe start -n TestInstance
69 path C:\Firebird;%PATH%
/php-src/ext/standard/tests/misc/
H A Dbrowsernames.inc44 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6",
45 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030423 Firebird Browser/0.6",
H A Dget_browser_variation1.phpt879 string(60) "Mozilla/5.0 (X11; *; Linux*; *; rv:1.*) Gecko/* Firebird/0.*"
881 string(8) "Firebird"
883 string(8) "Firebird"
H A Dbrowscap.ini14376 [Firebird] section
14390 Parent=Firebird
14393 Parent=Firebird
14396 Parent=Firebird
14399 Parent=Firebird
14402 Parent=Firebird
14406 Parent=Firebird
14410 Parent=Firebird
14414 Parent=Firebird
14418 Parent=Firebird
[all …]

Completed in 125 milliseconds