Home
last modified time | relevance | path

Searched refs:query (Results 526 – 550 of 583) sorted by relevance

1...<<21222324

/php-src/ext/soap/tests/bugs/
H A Dbug73237.phpt17 var_dump($client->query(""));
/php-src/sapi/fpm/tests/
H A Dtester.inc634 * @param string $query
644 string $query = '',
689 $query = $format === 'plain' ? '' : $format;
690 $response = $this->request($query, [], $statusPath, $address);
698 * @param string $query
707 string $query = '',
731 'QUERY_STRING' => $query,
732 'REQUEST_URI' => $uri . ($query ? '?' . $query : ""),
819 * @param string $query
838 string $query = '',
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt14 die("skip select from information_schema.tables for session_connect_attrs query failed");
H A Dmysqli_stmt_execute_stored_proc_out.phpt55 if (!$res = $link->query("SELECT 1"))
H A Dmysqli_pconn_twice.phpt44 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_pconn_conn_multiple.phpt58 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
118 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_connect_twice.phpt52 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
H A Dmysqli_execute_query.phpt96 [012] No index used in query/prepared statement SELECT id FROM test WHERE label = ?
H A Dmysqli_select_db.phpt83 if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))
H A Dmysqli_fetch_object_oo.phpt14 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
H A Dbug49442.phpt81 /* bug happened during query processing */
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt16 * Example: $xp->query("//span[contains(text()," . $xp->quote($string) . ")]")
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt32 foreach ($xpath->query("//*[name()='body']//*") as $node) {
/php-src/ext/mysqli/
H A Dmysqli_warning.c75 if (mysql->m->query(mysql, "SHOW WARNINGS", 13)) { in php_get_warnings()
H A Dphp_mysqli_structs.h59 char *query; member
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt235 Warning: SNMP::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in …
240 Warning: SNMP::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in …
/php-src/ext/dom/
H A Dxpath.c389 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
394 PHP_METHOD(Dom_XPath, query) in PHP_METHOD() argument
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h46 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
51 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
80 ZEND_METHOD(PDO, query);
98 ZEND_ME(PDO, query, arginfo_class_PDO_query, ZEND_ACC_PUBLIC)
/php-src/sapi/fpm/
H A Dwww.conf.in198 ; 'html', 'xml' or 'json' in the query string will return the corresponding
206 ; query string will also return status for each pool process.
220 ; request URI - the request URI with the query string;
336 ; %q: the query string
337 ; %Q: the '?' character if query string exists
338 ; %r: the request URI (without the query string, see %q and %Q)
361 ; - there are query parameters; or
/php-src/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt101 $db->query('DROP TABLE IF EXISTS b33876 CASCADE');
H A Dbug62498-32bit.phpt39 $select = $db->query('SELECT int2col, int4col, int8col, stringcol, boolcol, datecol, textcol, tscol…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt114 $pdo->query('DROP PROCEDURE IF EXISTS pdo_mysql_stmt_variable_columncount_p');
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc118 $res = $link->query("SELECT SUPPORT FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE = 'InnoDB'");
/php-src/ext/pgsql/tests/
H A D03sync_query.phpt2 PostgreSQL sync query

Completed in 49 milliseconds

1...<<21222324