/PHP-8.1/ext/oci8/tests/ |
H A D | bug42173.phpt | 2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
|
H A D | drcp_connect1.phpt | 22 // session and query for this through another connection
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_pconn_twice.phpt | 47 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
|
H A D | mysqli_stmt_execute_stored_proc_out.phpt | 61 if (!$res = $link->query("SELECT 1"))
|
H A D | mysqli_pconn_conn_multiple.phpt | 60 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 D | mysqli_connect_twice.phpt | 54 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
|
H A D | mysqli_select_db.phpt | 83 if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))
|
H A D | bug49442.phpt | 82 /* bug happened during query processing */
|
H A D | mysqli_pconn_max_links.phpt | 89 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 D | mysqli_query.phpt | 119 mysqli_query(): Argument #2 ($query) cannot be empty
|
H A D | mysqli_fetch_object_oo.phpt | 26 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
|
H A D | mysqli_class_mysqli_result_interface.phpt | 15 $mysqli_result = $mysqli->query('SELECT * FROM test');
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated.phpt | 17 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 D | pdo_mysql_stmt_bindparam.phpt | 63 /* NOTE: you cannot use PDO::query() with unbuffered, native PS - see extra test */
|
H A D | pdo_mysql_stmt_bindparam_types.phpt | 42 $stmt = $db->query('SELECT id, label FROM test');
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_warning.c | 124 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
|
H A D | php_mysqli_structs.h | 71 char *query; member
|
/PHP-8.1/ext/snmp/tests/ |
H A D | snmp-object.phpt | 235 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 D | bug62498.phpt | 39 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
|
H A D | bug62498-32bit.phpt | 39 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
|
/PHP-8.1/sapi/fpm/ |
H A D | www.conf.in | 193 ; '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 D | 03sync_query.phpt | 2 PostgreSQL sync query
|
/PHP-8.1/.github/workflows/ |
H A D | push.yml | 87 # GitHub has no way to query the job name (github.job is the
|
/PHP-8.1/ext/standard/ |
H A D | url_scanner_ex.re | 225 * 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 D | oci8_statement.c | 48 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()
|