Home
last modified time | relevance | path

Searched refs:query (Results 501 – 525 of 529) sorted by relevance

1...<<2122

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt60 printf("[010] Cannot run query, [%d] %s\n", mysqli_errno($link), $mysqli_error($link));
67 printf("[018] Cannot run query, [%d] %s\n",
H A Dmysqli_fetch_array.phpt36 printf("[010] Cannot run query, [%d] %s\n", mysqli_errno($link), $mysqli_error($link));
43 printf("[012] Cannot run query, [%d] %s\n",
H A Dmysqli_class_mysqli_interface.phpt44 'query' => true,
H A Dmysqli_debug_mysqlnd_control_string.phpt67 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
H A Dmysqli_class_mysqli_properties_no_conn.phpt227 $mysqli->query("SELECT * FROM test");
H A Dmysqli_report.phpt213 - query must cause the warning on all MySQL versions
H A Dmysqli_stmt_big_prepare.phpt35 /* execute query */
/PHP-8.1/ext/odbc/
H A Dodbc_arginfo.h19 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
H A Dphp_odbc.c867 char *query; in PHP_FUNCTION() local
877 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &pv_conn, &query, &query_len) == FAILURE) { in PHP_FUNCTION()
919 rc = SQLPrepare(result->stmt, (SQLCHAR *) query, SQL_NTS); in PHP_FUNCTION()
1271 char *query; in PHP_FUNCTION() local
1280 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &pv_conn, &query, &query_len) == FAILURE) { in PHP_FUNCTION()
1319 rc = SQLExecDirect(result->stmt, (SQLCHAR *) query, SQL_NTS); in PHP_FUNCTION()
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt81 foreach ($db->query('SELECT id, data from TEST ORDER BY LEN(data) ASC') as $row) {
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c404 if (resource->query) { in php_stream_url_wrap_http_ex()
406 smart_str_appends(&req_buf, ZSTR_VAL(resource->query)); in php_stream_url_wrap_http_ex()
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php691 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… function in DOMXPath
H A Dxpath.c470 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h636 ZEND_METHOD(DOMXPath, query);
902 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/oci8/
H A Doci8_interface.c1591 char *query; in PHP_FUNCTION() local
1596 Z_PARAM_STRING(query, query_len) in PHP_FUNCTION()
1601 statement = php_oci_statement_create(connection, query, (int) query_len); in PHP_FUNCTION()
H A Dphp_oci8_int.h485 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_…
/PHP-8.1/
H A DUPGRADING.INTERNALS84 char* + size_t pair the query string. Similarly, the query_string and
/PHP-8.1/docs/
H A Dstreams.md214 In situations where this is not desirable, you should query the stream to see if
344 /* initialize the connection, and run a query, using the fields in state to
/PHP-8.1/ext/mysqli/
H A Dmysqli.c177 if (stmt->query) { in php_clear_stmt_bind()
178 efree(stmt->query); in php_clear_stmt_bind()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps.c372 MYSQLND_METHOD(mysqlnd_stmt, prepare)(MYSQLND_STMT * const s, const char * const query, const size_… in MYSQLND_METHOD()
382 DBG_INF_FMT("query=%s", query); in MYSQLND_METHOD()
417 const MYSQLND_CSTRING query_string = {query, query_len}; in MYSQLND_METHOD()
H A Dmysqlnd.h109 #define mysqlnd_query(conn, query_str, query_len) ((conn)->data)->m->query((conn)->data, (query_st…
/PHP-8.1/ext/filter/
H A Dlogical_filters.c637 …ATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED) && url->query == NULL) in php_filter_validate_url()
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c1265 char *query; in PHP_METHOD() local
1274 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &query, &query_len) == FAILURE) { in PHP_METHOD()
1305 retval = xmlXPathEval((xmlChar *)query, sxe->xpath); in PHP_METHOD()
/PHP-8.1/build/
H A Dgen_stub.php2081 private function createIncludeElement(DOMDocument $doc, string $query): DOMElement argument
2085 $attr->value = $query;
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1087 PHP_METHOD(PDO, query) in PHP_METHOD() argument

Completed in 140 milliseconds

1...<<2122