Home
last modified time | relevance | path

Searched refs:query (Results 351 – 375 of 435) sorted by relevance

1...<<1112131415161718

/PHP-7.1/ext/pdo/tests/
H A Dpdo_031.phpt39 $stmt = $db->query('SELECT * FROM test');
H A Dpdo_014.phpt32 $stmt = $db->query($SELECT, PDO::FETCH_CLASS, 'Test', array('WOW'));
/PHP-7.1/ext/pdo_odbc/tests/
H A Dmax_columns.phpt33 foreach ($db->query('SELECT id, data from TEST') as $row) {
/PHP-7.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc145 foreach ($db->query("show variables like 'have%'") as $row) {
151 foreach ($db->query("SHOW ENGINES") as $row) {
H A Dpdo_mysql_stmt_blobfromsteam.phpt86 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
104 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
H A Dpdo_mysql_types_zerofill.phpt38 $stmt = $db->query('SELECT id, label FROM test');
78 $stmt = $db->query('SELECT id, label FROM test');
H A Dpdo_mysql_stmt_bindcolumn.phpt41 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
81 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2, 2');
H A Dpdo_mysql_attr_server_info.phpt30 if (!$stmt = $db->query("SHOW STATUS LIKE '%uptime%'"))
H A Dpdo_mysql_stmt_getcolumnmeta.phpt10 $stmt = $db->query('SELECT VERSION() as _version');
240 $stmt = $db->query('SELECT id, label FROM test');
261 $stmt = $db->query('SELECT id FROM test');
282 $stmt = $db->query('SELECT id, label1, label2 FROM test');
298 $stmt = $db->query('SELECT NULL AS col1');
H A Dpdo_mysql_bit.phpt33 $stmt = $db->query('SELECT id, label FROM test');
H A Dpdo_mysql_types.phpt31 $stmt = $db->query('SELECT id, label FROM test');
71 $stmt = $db->query('SELECT id, label FROM test');
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt27 function func_test_mysqli_stmt_num_rows($stmt, $query, $expected, $offset) {
29 if (!mysqli_stmt_prepare($stmt, $query)) {
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt57 if (!$link->query("SELECT 1"))
106 if (!$link->query("SELECT 1"))
H A Dbug45019.phpt16 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
H A Dconnect.inc132 if (($res = $link->query("SHOW VARIABLES LIKE 'have_innodb'")) &&
141 if ($res = $link->query("SHOW ENGINES")) {
H A Dmysqli_connect_oo.phpt62 if (NULL !== ($tmp = @$mysqli->query('SELECT 1'))) {
78 if (NULL !== ($tmp = @$mysqli->query('SELECT 1'))) {
H A Dmysqli_fetch_assoc.phpt56 printf("[007] Cannot run query, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_execute_stored_proc_out.phpt56 if (!$res = $link->query("SELECT 1"))
/PHP-7.1/ext/odbc/
H A Dbirdstep.c348 char *query; in PHP_FUNCTION() local
357 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &ind, &query, &query_len) == FAILURE) { in PHP_FUNCTION()
370 stat = SQLExecDirect(res->hstmt,query,SQL_NTS); in PHP_FUNCTION()
372 php_error_docref(NULL, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query); in PHP_FUNCTION()
/PHP-7.1/ext/odbc/tests/
H A Dbug60616.phpt2 odbc_exec(): Getting accurate unicode data from query
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_commands.c628 MYSQLND_CSTRING query; member
644 …d_decoder_factory, COM_QUERY, (zend_uchar*) command->context.query.s, command->context.query.l, FA… in mysqlnd_com_query_run()
670 command->context.query = va_arg(args, MYSQLND_CSTRING); in mysqlnd_com_query_create_command()
797 MYSQLND_CSTRING query; member
813 …er_factory, COM_STMT_PREPARE, (zend_uchar*) command->context.query.s, command->context.query.l, FA… in mysqlnd_com_stmt_prepare_run()
835 command->context.query = va_arg(args, MYSQLND_CSTRING); in mysqlnd_com_stmt_prepare_create_command()
/PHP-7.1/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt139 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
144 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt27 foreach($db->query("select data1 as d4_1, data2 as d4_2 from pdo_oci_stream_2 order by id") as $row…
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug73237.phpt17 var_dump($client->query(""));
/PHP-7.1/ext/pdo/
H A DREADME26 When auto-commit is on, the driver will implicitly commit each query as it is

Completed in 43 milliseconds

1...<<1112131415161718