Home
last modified time | relevance | path

Searched refs:query (Results 551 – 575 of 583) sorted by relevance

1...<<21222324

/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt89 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
162 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
H A Dmysqli_query.phpt117 mysqli_query(): Argument #2 ($query) cannot be empty
H A Dmysqli_class_mysqli_result_interface.phpt14 $mysqli_result = $mysqli->query('SELECT * FROM test');
H A Dmysqli_fetch_array.phpt34 printf("[010] Cannot run query, [%d] %s\n", mysqli_errno($link), $mysqli_error($link));
41 printf("[012] Cannot run query, [%d] %s\n",
H A Dmysqli_class_mysqli_interface.phpt45 'query' => true,
H A Dmysqli_debug_mysqlnd_control_string.phpt64 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.phpt211 - query must cause the warning on all MySQL versions
/php-src/
H A DNEWS195 . Fixed native float support with pdo_pgsql query results. (Yurunsoft)
197 . Retrieve the memory usage of the query result resource. (KentarouTakeda)
210 . Added pg_result_memory_size to get the query result memory usage.
H A DUPGRADING365 . Added pg_result_memory_size to get the visibility the memory used by a query result.
462 . getAttribute() can now retrieve the memory usage of query results.
762 an xpath query. This can give a time improvement of easily two order of
/php-src/ext/standard/
H A Durl_scanner_ex.re228 * When URL does not have path and query string add "/?".
231 if (!url_parts->path && !url_parts->query && !url_parts->fragment) {
266 if (url_parts->query) {
267 smart_str_appends(dest, ZSTR_VAL(url_parts->query));
H A Dhttp_fopen_wrapper.c405 if (resource->query) { in php_stream_url_wrap_http_ex()
407 smart_str_appends(&req_buf, ZSTR_VAL(resource->query)); in php_stream_url_wrap_http_ex()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt65 /* NOTE: you cannot use PDO::query() with unbuffered, native PS - see extra test */
H A Dpdo_mysql_stmt_bindparam_types.phpt38 $stmt = $db->query('SELECT id, label FROM test_stmt_bindparam_types');
/php-src/ext/mysqli/
H A Dmysqli.c127 if (stmt->query) { in php_clear_stmt_bind()
128 efree(stmt->query); in php_clear_stmt_bind()
/php-src/ext/pcntl/
H A Dpcntl.c84 …#define PCNTL_CPU_ISSET(i, mask) (pset_assign(PS_QUERY, (processorid_t)i, &query) == 0 && query ==…
87 psetid_t query; \
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt81 foreach ($db->query('SELECT id, data from test_long_columns ORDER BY LEN(data) ASC') as $row) {
/php-src/ext/odbc/
H A Dphp_odbc.c898 char *query; in PHP_FUNCTION() local
907 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &pv_conn, odbc_connection_ce, &query, &query_len)… in PHP_FUNCTION()
949 rc = SQLPrepare(result->stmt, (SQLCHAR *) query, SQL_NTS); in PHP_FUNCTION()
1290 char *query; in PHP_FUNCTION() local
1298 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &pv_conn, odbc_connection_ce, &query, &query_len)… in PHP_FUNCTION()
1337 rc = SQLExecDirect(result->stmt, (SQLCHAR *) query, SQL_NTS); in PHP_FUNCTION()
H A Dodbc_arginfo.h19 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
/php-src/ext/dom/
H A Dphp_dom.stub.php1003 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… function in DOMXPath
1642 …public function query(string $expression, ?Node $contextNode = null, bool $registerNodeNS = true):… function in Dom\\XPath
/php-src/docs-old/
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-src/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.h111 #define mysqlnd_query(conn, query_str, query_len) ((conn)->data)->m->query((conn)->data, (query_st…
/php-src/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-src/.github/workflows/
H A Dpush.yml115 # GitHub has no way to query the job name (github.job is the

Completed in 73 milliseconds

1...<<21222324