Home
last modified time | relevance | path

Searched refs:sql (Results 126 – 140 of 140) sorted by relevance

123456

/PHP-8.2/ext/pdo/
H A Dphp_pdo_driver.h225 typedef bool (*pdo_dbh_prepare_func)(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driv…
229 typedef zend_long (*pdo_dbh_do_func)(pdo_dbh_t *dbh, const zend_string *sql);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt25 …$sql = sprintf('CREATE TABLE test(id INT, label %s) ENGINE=%s', $sql_type, MySQLPDOTest::getTableE…
26 if ((!$stmt = @$db->prepare($sql)) || (!@$stmt->execute()))
H A Dpdo_mysql_types.phpt17 …$sql = sprintf('CREATE TABLE test(id INT, label %s) ENGINE=%s', $sql_type, MySQLPDOTest::getTableE…
18 @$db->exec($sql);
/PHP-8.2/ext/mysqli/tests/
H A Dbug34810.phpt36 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate);
H A Dmysqli_stmt_get_warnings.phpt19 die("skip Strict sql mode seems to be active. We won't get a warning to check for.");
H A Dmysqli_get_client_stats.phpt712 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
714 if (mysqli_query($link, $sql)) {
835 …$sql = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $fi…
836 if (mysqli_query($link, $sql)) {
/PHP-8.2/.github/scripts/windows/
H A Dtest_task.bat61 …ABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_FIREBIRD_TEST_PASS%';> C:\Firebird\setup.sql
63 C:\Firebird\isql -q -i C:\Firebird\setup.sql
/PHP-8.2/ext/pdo/tests/
H A Dpdo_018.phpt79 …$sql = 'CREATE TABLE test(id int NOT NULL PRIMARY KEY, classtype int NULL, val VARCHAR(255) NULL)';
82 $sql = 'CREATE TABLE test(id int NOT NULL PRIMARY KEY, classtype int, val VARCHAR(255))';
85 $db->exec($sql);
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c246 static bool pgsql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in pgsql_handle_preparer() argument
292 ret = pdo_parse_params(stmt, sql, &nsql); in pgsql_handle_preparer()
302 S->query = zend_string_copy(sql); in pgsql_handle_preparer()
314 static zend_long pgsql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in pgsql_handle_doer() argument
323 if (!(res = PQexec(H->server, ZSTR_VAL(sql)))) { in pgsql_handle_doer()
/PHP-8.2/ext/pdo_odbc/
H A Dconfig.m4102 PDO_ODBC_CHECK_HEADER(sql.h)
/PHP-8.2/ext/oci8/
H A Doci8.stub.php759 function oci_parse($connection, string $sql) {}
767 function ociparse($connection, string $sql) {}
H A Doci8_arginfo.h286 ZEND_ARG_TYPE_INFO(0, sql, IS_STRING, 0)
/PHP-8.2/ext/phar/tests/files/
H A Dpear2coverage.phar939 $sql = 'SELECT version FROM analyzerversion';
940 if (@$this->db->querySingle($sql) == '2.1.0') {
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic31130 # $File: sql,v 1.22 2019/04/19 00:42:27 christos Exp $
31131 # sql: file(1) magic for SQL files
H A Dmagic私はガラスを食べられます31130 # $File: sql,v 1.22 2019/04/19 00:42:27 christos Exp $
31131 # sql: file(1) magic for SQL files

Completed in 154 milliseconds

123456