Home
last modified time | relevance | path

Searched refs:query (Results 326 – 350 of 435) sorted by relevance

1...<<1112131415161718

/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt47 $stmt = $db->query('SELECT id, label FROM test WHERE id = 100');
68 $stmt = $db->query('SELECT id, label FROM test WHERE id = 100');
H A Dpdo_mysql_prepare_native_mixed_style.phpt20 $stmt = $db->query('DELETE FROM test');
/PHP-7.1/ext/interbase/
H A Dinterbase.c158 ZEND_ARG_INFO(0, query)
199 ZEND_ARG_INFO(0, query)
203 ZEND_ARG_INFO(0, query)
209 ZEND_ARG_INFO(0, query)
222 ZEND_ARG_INFO(0, query)
226 ZEND_ARG_INFO(0, query)
1418 char query[128], *generator; in PHP_FUNCTION() local
1440 snprintf(query, sizeof(query), "SELECT GEN_ID(%s,%ld) FROM rdb$database", generator, inc); in PHP_FUNCTION()
1453 if (isc_dsql_exec_immed2(IB_STATUS, &ib_link->handle, &trans->handle, 0, query, in PHP_FUNCTION()
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc432 * @param string $query
441 $query = '',
444 return $this->request($query, $headers, $uri, $address, $successMessage, $errorMessage);
485 $query = $format === 'plain' ? '' : $format;
486 $response = $this->request($query, [], $statusPath, $address);
494 * @param string $query
504 string $query = '',
525 'QUERY_STRING' => $query,
526 'REQUEST_URI' => $uri . ($query ? '?'.$query : ""),
/PHP-7.1/ext/pdo/tests/
H A Dpdo_020.phpt24 $stmt = $db->query($sql);
H A Dbug_52098.phpt41 $r = $db->query('SELECT * FROM test');
H A Dpdo_019.phpt24 var_dump($db->query('SELECT COUNT(*) FROM test')->fetchColumn());
H A Dbug_34630.phpt45 var_dump($db->query("SELECT * from test")->fetchAll(PDO::FETCH_ASSOC));
/PHP-7.1/ext/mysqli/tests/
H A Dbug49027.phpt21 var_dump($link->query("SELECT 42")->fetch_row());
H A Dmysqli_poll_kill.phpt31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
40 // Yes, 1 - the asynchronous query should have been processed
49 // Yes, you can fetch a result - the query has been processed
H A D065.phpt38 if ($res = $mysql->query("SHOW CHARACTER SET LIKE 'gbk'")) {
/PHP-7.1/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h67 char *query; member
H A Dpgsql_statement.c106 if (S->query) { in pgsql_stmt_dtor()
107 efree(S->query); in pgsql_stmt_dtor()
108 S->query = NULL; in pgsql_stmt_dtor()
184 S->result = PQprepare(H->server, S->stmt_name, S->query, in pgsql_stmt_execute()
229 S->result = PQexecParams(H->server, S->query, in pgsql_stmt_execute()
/PHP-7.1/ext/pgsql/tests/
H A D25async_query_params.phpt2 PostgreSQL async query params
H A D03sync_query.phpt2 PostgreSQL sync query
H A D30nb_async_query_params.phpt2 PostgreSQL non-blocking async query params
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt30 $results = $db->query("SELECT id, quote(data) AS data FROM test ORDER BY id ASC");
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_53280.phpt2 PDO_Firebird: bug 53280 segfaults if query column count is less than param count
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt36 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
H A Dpecl_bug_6364.phpt34 foreach ($dbh->query("select * from bug_6364_t") as $row) {
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re135 /* did the query make sense to me? */
144 /* query matches native syntax */
151 * We we pretend that the query was positional even if
188 /* query generation */
296 /* and build the query */
418 /* allocate buffer for query with expanded binds, ptr is our writing pointer */
/PHP-7.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
/PHP-7.1/ext/soap/
H A Dphp_http.c567 if (phpurl->query) { in make_http_soap_request()
569 smart_str_appends(&soap_headers, phpurl->query); in make_http_soap_request()
709 if (phpurl->query) { in make_http_soap_request()
711 PHP_MD5Update(&md5ctx, (unsigned char*)phpurl->query, strlen(phpurl->query)); in make_http_soap_request()
757 if (phpurl->query) { in make_http_soap_request()
759 smart_str_appends(&soap_headers, phpurl->query); in make_http_soap_request()
1210 if (phpurl->query) phpurl->query = estrdup(phpurl->query); in make_http_soap_request()
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug48764.phpt2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
/PHP-7.1/ext/mysqli/
H A Dmysqli_priv.h78 extern void php_mysqli_report_index(const char *query, unsigned int status);

Completed in 68 milliseconds

1...<<1112131415161718