Home
last modified time | relevance | path

Searched refs:query (Results 576 – 600 of 601) sorted by relevance

1...<<2122232425

/php-src/ext/pdo_mysql/tests/
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/standard/
H A Durl_scanner_ex.re234 * When URL does not have path and query string add "/?".
237 if (!url_parts->path && !url_parts->query && !url_parts->fragment) {
272 if (url_parts->query) {
273 smart_str_appends(dest, ZSTR_VAL(url_parts->query));
H A Dhttp_fopen_wrapper.c399 if (resource->query) { in php_stream_url_wrap_http_ex()
401 smart_str_appends(&req_buf, ZSTR_VAL(resource->query)); in php_stream_url_wrap_http_ex()
/php-src/ext/pcntl/
H A Dpcntl.c99 …#define PCNTL_CPU_ISSET(i, mask) (pset_assign(PS_QUERY, (processorid_t)i, &query) == 0 && query ==…
102 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/mysqli/tests/
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_interface.phpt45 'query' => true,
H A Dmysqli_class_mysqli_properties_no_conn.phpt227 $mysqli->query("SELECT * FROM test");
H A Dmysqli_report.phpt204 - query must cause the warning on all MySQL versions
H A Dmysqli_stmt_big_prepare.phpt35 /* execute query */
/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/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/dom/
H A Dphp_dom.stub.php1223 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… function in DOMXPath
2158 …public function query(string $expression, ?Node $contextNode = null, bool $registerNodeNS = true):… function in Dom\\XPath
H A Dphp_dom_arginfo.h1249 ZEND_METHOD(DOMXPath, query);
1322 ZEND_METHOD(Dom_XPath, query);
1539 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
1794 ZEND_ME(Dom_XPath, query, arginfo_class_Dom_XPath_query, ZEND_ACC_PUBLIC)
/php-src/.github/workflows/
H A Dpush.yml104 # GitHub has no way to query the job name (github.job is the
/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/ext/simplexml/
H A Dsimplexml.c1236 char *query; in PHP_METHOD() local
1245 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &query, &query_len) == FAILURE) { in PHP_METHOD()
1276 retval = xmlXPathEval((xmlChar *)query, sxe->xpath); in PHP_METHOD()
/php-src/ext/pdo/
H A Dpdo_dbh.c1150 PHP_METHOD(PDO, query) in PHP_METHOD() argument
/php-src/ext/sqlite3/
H A Dsqlite3.c549 PHP_METHOD(SQLite3, query) in PHP_METHOD() argument
/php-src/build/
H A Dgen_stub.php4064 private function createIncludeElement(DOMDocument $doc, string $query): DOMElement argument
4068 $attr->value = $query;
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2672 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current
34401 0 regex/128l ha:pcb-rnd-drc-query-v[0-9]+[\ \t\r\n]*[{] pcb-rnd drc query string (lihata)

Completed in 236 milliseconds

1...<<2122232425