Home
last modified time | relevance | path

Searched refs:query (Results 501 – 525 of 583) sorted by relevance

1...<<21222324

/php-src/ext/dom/tests/
H A Ddomxpath.phpt32 $nodelist = $xpath->query("//def:child");
H A Dbug80332_1.phpt13 $span = $x->query('//span')[0];
/php-src/ext/dom/tests/modern/html/interactions/
H A Dnoscript.phpt19 $noscript = $xpath->query("//noscript")[0];
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt57 if (!$link->query("SELECT 1"))
106 if (!$link->query("SELECT 1"))
H A Dmysqli_connect_oo.phpt68 $mysqli->query('SELECT 1');
81 $mysqli->query('SELECT 1');
H A Dmysqli_fetch_field_oo.phpt22 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_ps_select_union.phpt16 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
71 …if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT CAST('three' AS CHAR) UNION SELECT CAS…
118 if (!($res = $link->query("SELECT 1 AS column1 UNION SELECT 303 UNION SELECT 2")))
H A Dmysqli_fetch_column.phpt101 $res = $link->query("SELECT id, label FROM test ORDER BY id LIMIT 2");
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h316 …nc_status (*func_mysqlnd_execute_com_query)(MYSQLND_CONN_DATA * const conn, MYSQLND_CSTRING query);
319 …unc_mysqlnd_execute_com_stmt_prepare)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING query);
339 func_mysqlnd_execute_com_query query; in MYSQLND_CLASS_METHODS_TYPE() local
433 …nc_mysqlnd_conn_data__query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
434 …sqlnd_conn_data__send_query)(MYSQLND_CONN_DATA * conn, const char * const query, const size_t quer…
465 …qlnd_conn_data__list_method)(MYSQLND_CONN_DATA * conn, const char * const query, const char * cons…
525 func_mysqlnd_conn_data__query query; in MYSQLND_CLASS_METHODS_TYPE() local
738 …func_mysqlnd_stmt__prepare)(MYSQLND_STMT * const stmt, const char * const query, const size_t quer…
/php-src/ext/pdo_pgsql/tests/
H A Dfloat.phpt20 $stmt = $db->query(<<<'SQL'
/php-src/ext/pgsql/tests/
H A D30nb_async_query_params.phpt2 PostgreSQL non-blocking async query params
H A D04async_query.phpt2 PostgreSQL async query
/php-src/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt142 string(73) "Cannot fit all OIDs for SET query into one packet, using multiple queries"
147 string(73) "Cannot fit all OIDs for SET query into one packet, using multiple queries"
/php-src/ext/odbc/tests/
H A Dbug60616.phpt2 odbc_exec(): Getting accurate unicode data from query
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt58 $tester->request(query: 'fpm_port='.$tester->getPort())->printBody();
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt16 $stmt = $db->query(
H A Dbatch_stmt_try.phpt16 $stmt = $db->query(
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h83 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
193 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
224 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
233 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
363 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
468 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
490 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
508 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
512 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
643 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, query, IS_STRING, 1, "null")
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_denied.phpt47 $stmt = $db->query('SELECT id, col1 FROM test_local_inifile_dir_denied ORDER BY id ASC');
H A Dpdo_mysql_types.phpt32 $stmt = $db->query('SELECT id, label FROM test_mysql_types');
72 $stmt = $db->query('SELECT id, label FROM test_mysql_types');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt227 $stmt = $db->query('SELECT id, label FROM test_stmt_getcolumnmeta');
248 $stmt = $db->query('SELECT id FROM test_stmt_getcolumnmeta');
269 $stmt = $db->query('SELECT id, label1, label2 FROM test_stmt_getcolumnmeta');
285 $stmt = $db->query('SELECT NULL AS col1');
H A Dpdo_mysql_local_infile_directory_allowed.phpt47 $stmt = $db->query('SELECT id, col1 FROM test_local_inifile_dir_allowed ORDER BY id ASC');
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt47 $stmt = $db->query('SELECT id, col1 FROM test_local_inifile_overrides ORDER BY id ASC');
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt34 $stmt = $db->query($SELECT, PDO::FETCH_CLASS, TestClass::class, array('WOW'));
/php-src/ext/pdo_firebird/tests/
H A Dgh10908.phpt37 foreach ($dbh->query($sql) as $row) {

Completed in 42 milliseconds

1...<<21222324