Home
last modified time | relevance | path

Searched refs:query (Results 476 – 500 of 529) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-8.1/ext/oci8/tests/
H A Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
H A Ddrcp_connect1.phpt22 // session and query for this through another connection
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt47 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_stmt_execute_stored_proc_out.phpt61 if (!$res = $link->query("SELECT 1"))
H A Dmysqli_pconn_conn_multiple.phpt60 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
122 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_connect_twice.phpt54 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_select_db.phpt83 if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))
H A Dbug49442.phpt82 /* bug happened during query processing */
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.phpt119 mysqli_query(): Argument #2 ($query) cannot be empty
H A Dmysqli_fetch_object_oo.phpt26 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
H A Dmysqli_class_mysqli_result_interface.phpt15 $mysqli_result = $mysqli->query('SELECT * FROM test');
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt17 function prepex($offset, &$db, $query, $input_params = null, $error_info = null) {
22 $stmt = @$db->prepare($query);
24 $stmt = $db->prepare($query);
332 PDO::prepare(): Argument #1 ($query) cannot be empty
H A Dpdo_mysql_stmt_bindparam.phpt63 /* NOTE: you cannot use PDO::query() with unbuffered, native PS - see extra test */
H A Dpdo_mysql_stmt_bindparam_types.phpt42 $stmt = $db->query('SELECT id, label FROM test');
/PHP-8.1/ext/mysqli/
H A Dmysqli_warning.c124 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
H A Dphp_mysqli_structs.h71 char *query; member
/PHP-8.1/ext/snmp/tests/
H A Dsnmp-object.phpt235 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
240 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug62498.phpt39 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
H A Dbug62498-32bit.phpt39 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in193 ; 'html', 'xml' or 'json' in the query string will return the corresponding
201 ; query string will also return status for each pool process.
215 ; request URI - the request URI with the query string;
331 ; %q: the query string
332 ; %Q: the '?' character if query string exists
333 ; %r: the request URI (without the query string, see %q and %Q)
/PHP-8.1/ext/pgsql/tests/
H A D03sync_query.phpt2 PostgreSQL sync query
/PHP-8.1/.github/workflows/
H A Dpush.yml70 # GitHub has no way to query the job name (github.job is the
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re225 * When URL does not have path and query string add "/?".
228 if (!url_parts->path && !url_parts->query && !url_parts->fragment) {
263 if (url_parts->query) {
264 smart_str_appends(dest, ZSTR_VAL(url_parts->query));
/PHP-8.1/ext/oci8/
H A Doci8_statement.c48 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_… in php_oci_statement_create() argument
70 (text *)query, in php_oci_statement_create()
80 DTRACE_OCI8_SQLTEXT(connection, connection->client_id, statement, query); in php_oci_statement_create()
95 if (query && query_len) { in php_oci_statement_create()
97 memcpy(statement->last_query, query, query_len); in php_oci_statement_create()

Completed in 44 milliseconds

1...<<11121314151617181920>>...22