Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-8.0/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt14 $stmt = $db->query(
H A Dbatch_stmt_try.phpt14 $stmt = $db->query(
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt246 $stmt = $db->query('SELECT count(*) FROM dual');
249 $stmt = $db->query("SELECT TO_DATE('2008-04-23') FROM dual");
252 $stmt = $db->query("SELECT TO_CHAR(542) FROM dual");
263 $stmt = $db->query('SELECT id, label FROM test');
/PHP-8.0/ext/pdo/tests/
H A Dpdo_014.phpt30 $stmt = $db->query($SELECT, PDO::FETCH_CLASS, 'Test', array('WOW'));
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug73237.phpt17 var_dump($client->query(""));
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_structs.h326 …nc_status (*func_mysqlnd_execute_com_query)(MYSQLND_CONN_DATA * const conn, MYSQLND_CSTRING query);
329 …unc_mysqlnd_execute_com_stmt_prepare)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING query);
350 func_mysqlnd_execute_com_query query; in MYSQLND_CLASS_METHODS_TYPE() local
444 …nc_mysqlnd_conn_data__query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
445 …sqlnd_conn_data__send_query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
476 …qlnd_conn_data__list_method)(MYSQLND_CONN_DATA * conn, const char * const query, const char * cons…
538 func_mysqlnd_conn_data__query query; in MYSQLND_CLASS_METHODS_TYPE() local
767 …func_mysqlnd_stmt__prepare)(MYSQLND_STMT * const stmt, const char * const query, const size_t quer…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt62 $mysqli->query('SELECT 1');
79 $mysqli->query('SELECT 1');
H A Dmysqli_connect_attr.phpt16 die("skip select from information_schema.tables for session_connect_attrs query failed");
H A Dmysqli_ps_select_union.phpt15 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
72 …if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT CAST('three' AS CHAR) UNION SELECT CAS…
121 if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT 303 UNION SELECT 2")))
H A Dmysqli_stmt_execute_stored_proc_out.phpt60 if (!$res = $link->query("SELECT 1"))
H A Dmysqli_fetch_field_oo.phpt33 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_pconn_twice.phpt46 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_pconn_conn_multiple.phpt59 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
121 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_connect_twice.phpt53 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt31 $stmt = $db->query('SELECT id, label FROM test');
71 $stmt = $db->query('SELECT id, label FROM test');
H A Dpdo_mysql_prepare_native.phpt15 …function prepex($offset, &$db, $query, $input_params = null, $error_info = null, $suppress_warning…
20 $stmt = @$db->prepare($query);
22 $stmt = $db->prepare($query);
347 PDO::prepare(): Argument #1 ($query) cannot be empty
H A Dpdo_mysql_prepare_emulated.phpt15 function prepex($offset, &$db, $query, $input_params = null, $error_info = null) {
20 $stmt = @$db->prepare($query);
22 $stmt = $db->prepare($query);
330 PDO::prepare(): Argument #1 ($query) cannot be empty
/PHP-8.0/ext/oci8/tests/
H A Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
H A Ddrcp_connect1.phpt20 // session and query for this through another connection
/PHP-8.0/ext/mysqli/
H A Dmysqli_warning.c124 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object.phpt233 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
238 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt37 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
H A Dbug62498.phpt37 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in179 ; 'html', 'xml' or 'json' in the query string will return the corresponding
187 ; query string will also return status for each pool process.
201 ; request URI - the request URI with the query string;
317 ; %q: the query string
318 ; %Q: the '?' character if query string exists
319 ; %r: the request URI (without the query string, see %q and %Q)

Completed in 40 milliseconds

1...<<11121314151617181920