Home
last modified time | relevance | path

Searched refs:sql (Results 101 – 120 of 120) sorted by relevance

12345

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromstream.phpt56 …$sql = sprintf('CREATE TABLE test_stmt_blobfromstream(id INT, label BLOB) ENGINE=%s', PDO_MYSQL_TE…
57 $db->exec($sql);
H A Dpdo_mysql_types_zerofill.phpt17 …$sql = sprintf('CREATE TABLE test_mysql_types_zerofill(id INT, label %s) ENGINE=%s', $sql_type, My…
18 $db->exec($sql);
H A Dpdo_mysql_stmt_bindparam_types.phpt21 …$sql = sprintf('CREATE TABLE test_stmt_bindparam_types(id INT, label %s) ENGINE=%s', $sql_type, My…
22 if ((!$stmt = $db->prepare($sql)) || (!$stmt->execute()))
H A Dpdo_mysql_types.phpt17 …$sql = sprintf('CREATE TABLE test_mysql_types(id INT, label %s) ENGINE=%s', $sql_type, MySQLPDOTes…
18 $db->exec($sql);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_geom.phpt31 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
32 if (!mysqli_query($link, $sql)) {
H A Dlocal_infile_tools.inc31 …if (!mysqli_query($link, $sql = sprintf('CREATE TABLE %s(id INT, label CHAR(1), PRIMARY KEY(id)) E…
33 return "Failed to create test table: $sql";
H A Dmysqli_stmt_bind_result_bit.phpt103 …$sql = sprintf("SELECT id, BIN(bit_value) AS _bin, bit_value, bit_value + 0 AS _bit_value0, bit_nu…
104 if ((!mysqli_stmt_prepare($stmt_sel, $sql)) ||
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.phpt709 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
711 if (mysqli_query($link, $sql)) {
832 …$sql = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $fi…
833 if (mysqli_query($link, $sql)) {
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c94 static bool dblib_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in dblib_handle_preparer() argument
109 static zend_long dblib_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in dblib_handle_doer() argument
116 if (FAIL == dbcmd(H->link, ZSTR_VAL(sql))) { in dblib_handle_doer()
/php-src/ext/pgsql/
H A Dpgsql.c5600 *sql = querystr.s; in php_pgsql_insert()
5619 zend_string *sql = NULL; in PHP_FUNCTION() local
5660 efree(sql); in PHP_FUNCTION()
5696 RETURN_STR(sql); in PHP_FUNCTION()
5823 *sql = querystr.s; in php_pgsql_update()
5873 RETURN_STR(sql); in PHP_FUNCTION()
5923 *sql = querystr.s; in php_pgsql_delete()
5940 zend_string *sql; in PHP_FUNCTION() local
5972 RETURN_STR(sql); in PHP_FUNCTION()
6075 *sql = querystr.s; in php_pgsql_select()
[all …]
/php-src/ext/pdo/
H A Dphp_pdo_driver.h226 typedef bool (*pdo_dbh_prepare_func)(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driv…
230 typedef zend_long (*pdo_dbh_do_func)(pdo_dbh_t *dbh, const zend_string *sql);
/php-src/.github/scripts/windows/
H A Dtest_task.bat59 …ABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_FIREBIRD_TEST_PASS%';> C:\Firebird\setup.sql
61 C:\Firebird\isql -q -i C:\Firebird\setup.sql
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt79 …$sql = 'CREATE TABLE test018(id int NOT NULL PRIMARY KEY, classtype int NULL, val VARCHAR(255) NUL…
82 $sql = 'CREATE TABLE test018(id int NOT NULL PRIMARY KEY, classtype int, val VARCHAR(255))';
85 $db->exec($sql);
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c264 static bool pgsql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in pgsql_handle_preparer() argument
306 ret = pdo_parse_params(stmt, sql, &nsql); in pgsql_handle_preparer()
316 S->query = zend_string_copy(sql); in pgsql_handle_preparer()
328 static zend_long pgsql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in pgsql_handle_doer() argument
337 if (!(res = PQexec(H->server, ZSTR_VAL(sql)))) { in pgsql_handle_doer()
/php-src/ext/pdo_odbc/
H A Dconfig.m4130 PHP_PDO_ODBC_CHECK_HEADER([sql.h])
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar939 $sql = 'SELECT version FROM analyzerversion';
940 if (@$this->db->querySingle($sql) == '2.1.0') {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます36022 # $File: sql,v 1.24 2022/07/17 15:32:48 christos Exp $
36023 # sql: file(1) magic for SQL files
H A Dmagic36022 # $File: sql,v 1.24 2022/07/17 15:32:48 christos Exp $
36023 # sql: file(1) magic for SQL files

Completed in 331 milliseconds

12345