Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt16 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
73 …if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT CAST('three' AS CHAR) UNION SELECT CAS…
122 if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT 303 UNION SELECT 2")))
H A Dmysqli_fetch_field_direct_oo.phpt27 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_max_links.phpt30 printf("[%03d] Can run query on link %d\n", 5 + $i, $i);
H A Dmysqli_pconn_twice.phpt47 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_class_mysqli_reflection.phpt579 Inspecting parameter 'query' of method 'multi_query'
715 Inspecting parameter 'query' of method 'prepare'
722 Inspecting method 'query'
738 Inspecting parameter 'query' of method 'query'
745 Inspecting parameter 'resultmode' of method 'query'
856 Inspecting parameter 'query' of method 'real_query'
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_class_mysqli_warning.phpt36 $res = $mysqli->query('INSERT INTO test(id, label) VALUES (1, "zz")');
H A Dmysqli_connect_twice.phpt54 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_fetch_field_oo.phpt37 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dbug49442.phpt81 /* bug happened during query processing */
H A Dmysqli_pconn_max_links.phpt85 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
156 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
H A Dmysqli_select_db.phpt95 if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))
/PHP-7.1/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-7.1/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-7.1/sapi/fpm/
H A Dwww.conf.in178 ; 'html', 'xml' or 'json' in the query string will return the corresponding
186 ; query string will also return status for each pool process.
200 ; request URI - the request URI with the query string;
300 ; %q: the query string
301 ; %Q: the '?' character if query string exists
302 ; %r: the request URI (without the query string, see %q and %Q)
/PHP-7.1/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-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h393 …nc_mysqlnd_conn_data__query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
394 …sqlnd_conn_data__send_query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
425 …qlnd_conn_data__list_method)(MYSQLND_CONN_DATA * conn, const char * const query, const char * cons…
487 func_mysqlnd_conn_data__query query; in MYSQLND_CLASS_METHODS_TYPE() local
716 …func_mysqlnd_stmt__prepare)(MYSQLND_STMT * const stmt, const char * const query, const size_t quer…
/PHP-7.1/ext/pdo_mysql/tests/
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);
H A Dpdo_mysql_stmt_variable_columncount.phpt12 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
/PHP-7.1/ext/mysqli/
H A Dmysqli_warning.c126 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
H A Dphp_mysqli_structs.h118 char *query; member
/PHP-7.1/ext/standard/tests/url/
H A Dparse_url_variation_002_32bit.phpt104 ["query"]=>
H A Dparse_url_variation_002_64bit.phpt104 ["query"]=>

Completed in 64 milliseconds

1...<<1112131415161718