Home
last modified time | relevance | path

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

1...<<21222324

/php-src/ext/mysqli/tests/
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
H A Dmysqli_stmt_big_prepare.phpt35 /* execute query */
/php-src/ext/mysqli/
H A Dmysqli.c128 if (stmt->query) { in php_clear_stmt_bind()
129 efree(stmt->query); in php_clear_stmt_bind()
/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/standard/
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/odbc/
H A Dphp_odbc.c912 char *query; in PHP_FUNCTION() local
921 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &pv_conn, odbc_connection_ce, &query, &query_len)… in PHP_FUNCTION()
963 rc = SQLPrepare(result->stmt, (SQLCHAR *) query, SQL_NTS); in PHP_FUNCTION()
1304 char *query; in PHP_FUNCTION() local
1312 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &pv_conn, odbc_connection_ce, &query, &query_len)… in PHP_FUNCTION()
1351 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.php1011 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… function in DOMXPath
1650 …public function query(string $expression, ?Node $contextNode = null, bool $registerNodeNS = true):… function in DOM\\XPath
H A Dphp_dom_arginfo.h1234 ZEND_METHOD(DOMXPath, query);
1298 ZEND_METHOD(DOM_XPath, query);
1544 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
1793 ZEND_ME(DOM_XPath, query, arginfo_class_DOM_XPath_query, ZEND_ACC_PUBLIC)
/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/.github/workflows/
H A Dpush.yml115 # 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.c632 …ATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED) && url->query == NULL) in php_filter_validate_url()
/php-src/
H A DNEWS172 . Fixed native float support with pdo_pgsql query results. (Yurunsoft)
H A DUPGRADING667 an xpath query. This can give a time improvement of easily two order of
/php-src/ext/simplexml/
H A Dsimplexml.c1227 char *query; in PHP_METHOD() local
1236 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &query, &query_len) == FAILURE) { in PHP_METHOD()
1267 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.c543 PHP_METHOD(SQLite3, query) in PHP_METHOD() argument
/php-src/build/
H A Dgen_stub.php3838 private function createIncludeElement(DOMDocument $doc, string $query): DOMElement argument
3842 $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 153 milliseconds

1...<<21222324