Home
last modified time | relevance | path

Searched refs:values (Results 176 – 200 of 1096) sorted by last modified time

12345678910>>...44

/php-src/ext/pdo_sqlite/tests/
H A Dbug35336.phpt15 $b = $a->prepare("insert into test_35336 (b) values (?)");
/php-src/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt24 $stmt = $db->prepare("INSERT INTO test_copy_to (a, b, c) values (?, ?, ?)");
H A Dis_in_transaction.phpt26 $stmt = $db->prepare("INSERT INTO test_is_in_transaction (a, b) values (?, ?)");
39 $stmt = $db->prepare("INSERT INTO test_is_in_transaction (a, b) values (?, ?)");
H A Dlarge_objects.phpt27 $stmt = $db->prepare("INSERT INTO test_large_objects (blobid, bloboid) values (?, ?)");
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt98 // 10. once bound the values are persisted. Just like in PDO
H A Dmysqli_stmt_fetch.phpt31 // FIXME - different versions return different values ?!
H A Dmysqli_stmt_bind_param.phpt15 fetch the inserted values. This way we test
319 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
385 foreach ($value_list as $k => $values) {
386 if (!mysqli_stmt_bind_param($stmt, 'is', $values['id'], $values['label'])) {
388 $values['id'], mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
393 $values['id'], mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
395 … if (!$res = mysqli_query($link, sprintf("SELECT label FROM test WHERE id = %d", $values['id'])))
398 printf("[2014] Cannot find row id = %d\n", $values['id']);
399 else if (isset($row['label']) && ($values['label'] != $row['label']))
400 … printf("[2015] Expecting label = %s, got label = %s\n", $values['label'], $row['label']);
H A Dmysqli_stmt_bind_result.phpt270 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dconnect.inc3 Default values are "localhost", "root",
5 Change the MYSQL_TEST environment values
H A Dmysqli_affected_rows_oo.phpt67 if (!$mysqli->query("REPLACE INTO test(id, label) values (4, 'd')"))
73 if (!$mysqli->query("REPLACE INTO test(id, label) values (5, 'e')"))
H A Dmysqli_stmt_fetch_bit.phpt2 Fetching BIT column values using the PS API
55 … %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id = %s, _label0 …
58 …printf("[008 - %d] Wrong values, (original) value = %s, id = %s, label + 0 AS label0 = %s, label …
H A Dmysqli_stmt_bind_result_format.phpt33 $values = array();
36 $values[$i] = $col1;
47 return $values;
226 $values = array();
231 } while (isset($values[(string)$trend]));
243 $values[(string)$trend] = $i;
245 krsort($values);
274 foreach ($values as $exp_trend => $exp_targetport) {
314 foreach ($values as $exp_trend => $exp_targetport) {
H A Dmysqli_stmt_datatype_change.phpt27 $c1->query("insert into type_change values (1, 'one'), (2, 'two')");
H A Dmysqli_stmt_affected_rows.phpt110 if (!mysqli_stmt_prepare($stmt, "REPLACE INTO test(id, label) values (4, 'd')") ||
120 if (!mysqli_stmt_prepare($stmt, "REPLACE INTO test(id, label) values (5, 'e')") ||
H A Dmysqli_stmt_bind_param_many_columns.phpt17 fetch the inserted values. This way we test
H A Dmysqli_last_insert_id.phpt15 values. Check the MySQL C API reference manual for details.
H A Dmysqli_affected_rows.phpt63 if (!mysqli_query($link, "REPLACE INTO test(id, label) values (4, 'd')"))
69 if (!mysqli_query($link, "REPLACE INTO test(id, label) values (5, 'e')"))
H A Dbug_bits.phpt2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
H A Dmysqli_change_user_get_lock.phpt39 …and unlocks all locked tables. Session system variables are reset to the values of the correspondi…
H A Dbug52891.phpt49 …/* now try values that don't fit in long, on 32bit, new types should be sent or 0 will be inserted…
H A Dbug49442.phpt98 printf("[010] Wrong values, check manually!\n");
H A Dbug42378.phpt34 $values = array();
37 $values[$i] = $col1;
48 return $values;
H A D036.phpt28 /* we have to insert more values, cause lexer sets auto_increment to max_int
/php-src/ext/standard/tests/math/
H A Dnumber_format_decimals.phpt9 $values = array(
34 foreach ($values as $value) {
/php-src/Zend/tests/
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)

Completed in 63 milliseconds

12345678910>>...44