Home
last modified time | relevance | path

Searched refs:query (Results 426 – 435 of 435) sorted by relevance

1...<<1112131415161718

/PHP-7.1/ext/mysqli/
H A Dmysqli.c178 if (stmt->query) { in php_clear_stmt_bind()
179 efree(stmt->query); in php_clear_stmt_bind()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_report.phpt182 - query must cause the warning on all MySQL versions
H A Dmysqli_stmt_big_prepare.phpt35 /* execute query */
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h116 #define mysqlnd_query(conn, query_str, query_len) ((conn)->data)->m->query((conn)->data, (query_st…
H A Dmysqlnd_ps.c374 MYSQLND_METHOD(mysqlnd_stmt, prepare)(MYSQLND_STMT * const s, const char * const query, const size_… in MYSQLND_METHOD()
386 DBG_INF_FMT("query=%s", query); in MYSQLND_METHOD()
418 const MYSQLND_CSTRING query_string = {query, query_len}; in MYSQLND_METHOD()
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt154 * QUERY_REQUIRED: The 'query' part of the URL
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1311 char *query; in SXE_METHOD() local
1320 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &query, &query_len) == FAILURE) { in SXE_METHOD()
1354 retval = xmlXPathEval((xmlChar *)query, sxe->xpath); in SXE_METHOD()
/PHP-7.1/
H A DNEWS883 . Fixed bug #74780 (parse_url() broken when query string contains colon).
910 . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
950 . Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
1906 . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
1925 . Fixed bug #72570 (Segmentation fault when binding parameters on a query
2320 . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
2712 . Fixed bug #72570 (Segmentation fault when binding parameters on a query
/PHP-7.1/Zend/
H A DZEND_CHANGES1063 a loop that has an SQL query inside it, something like '$result
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog2065 original author of that file, following a query about its status.

Completed in 79 milliseconds

1...<<1112131415161718