Home
last modified time | relevance | path

Searched refs:query (Results 401 – 425 of 491) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc503 * @param string $query
513 string $query = '',
558 $query = $format === 'plain' ? '' : $format;
559 $response = $this->request($query, [], $statusPath, $address);
567 * @param string $query
576 string $query = '',
592 'QUERY_STRING' => $query,
593 'REQUEST_URI' => $uri . ($query ? '?' . $query : ""),
680 * @param string $query
696 string $query = '',
[all …]
H A Dfpm_get_status_basic.phpt91 ["query-string"]=>
/PHP-8.0/ext/pdo/tests/
H A Dbug_34630.phpt45 var_dump($db->query("SELECT * from test")->fetchAll(PDO::FETCH_ASSOC));
H A Ddebug_emulated_prepares.phpt23 $stmt = $db->query('SELECT 1');
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug48764.phpt2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_assoc.phpt46 printf("[007] Cannot run query, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_poll_kill.phpt30 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
39 // Yes, 1 - the asynchronous query should have been processed
48 // Yes, you can fetch a result - the query has been processed
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt57 if (!$link->query("SELECT 1"))
106 if (!$link->query("SELECT 1"))
H A Dbug45019.phpt15 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
H A Dmysqli_fetch_field_direct_oo.phpt25 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_sel_up_del.phpt14 $stmt = $db->query(
/PHP-8.0/ext/dom/tests/
H A Ddomxpath.phpt32 $nodelist = $xpath->query("//def:child");
/PHP-8.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt35 foreach ($db->query('SELECT id, data from TEST') as $row) {
/PHP-8.0/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt35 foreach ($dbh->query("select * from bug_6364_t") as $row) {
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h188 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
221 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
230 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
366 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
480 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
502 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
624 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, query, IS_STRING, 1, "null")
973 ZEND_ME_MAPPING(query, mysqli_query, arginfo_class_mysqli_query, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc145 foreach ($db->query("show variables like 'have%'") as $row) {
151 foreach ($db->query("SHOW ENGINES") as $row) {
H A Dpdo_mysql_stmt_bindcolumn.phpt41 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
81 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2, 2');
H A Dpdo_mysql_stmt_blobfromsteam.phpt86 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
104 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
H A Dpdo_mysql_types_zerofill.phpt38 $stmt = $db->query('SELECT id, label FROM test');
78 $stmt = $db->query('SELECT id, label FROM test');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt10 $stmt = $db->query('SELECT VERSION() as _version');
232 $stmt = $db->query('SELECT id, label FROM test');
253 $stmt = $db->query('SELECT id FROM test');
274 $stmt = $db->query('SELECT id, label1, label2 FROM test');
290 $stmt = $db->query('SELECT NULL AS col1');
H A Dpdo_mysql_attr_server_info.phpt30 if (!$stmt = $db->query("SHOW STATUS LIKE '%uptime%'"))
H A Dpdo_mysql_bit.phpt33 $stmt = $db->query('SELECT id, label FROM test');
/PHP-8.0/ext/odbc/tests/
H A Dbug60616.phpt2 odbc_exec(): Getting accurate unicode data from query
/PHP-8.0/ext/soap/
H A Dphp_http.c567 if (phpurl->query) { in make_http_soap_request()
569 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
733 if (phpurl->query) { in make_http_soap_request()
735 PHP_MD5Update(&md5ctx, (unsigned char*)ZSTR_VAL(phpurl->query), ZSTR_LEN(phpurl->query)); in make_http_soap_request()
781 if (phpurl->query) { in make_http_soap_request()
783 smart_str_appends(&soap_headers, ZSTR_VAL(phpurl->query)); in make_http_soap_request()
1229 if (phpurl->query) phpurl->query = zend_string_copy(phpurl->query); in make_http_soap_request()
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt139 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
144 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"

Completed in 64 milliseconds

1...<<11121314151617181920