Home
last modified time | relevance | path

Searched refs:SELECT (Results 176 – 200 of 744) sorted by path

12345678910>>...30

/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt38 if (!$res = mysqli_query($link, 'SELECT id FROM test')) {
H A Dmysqli_fetch_fields.phpt22 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
H A Dmysqli_fetch_lengths.phpt13 if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id LIMIT 1")) {
H A Dmysqli_fetch_lengths_oo.phpt13 if (!$res = $mysqli->query("SELECT id, label FROM test ORDER BY id LIMIT 1")) {
H A Dmysqli_fetch_object.phpt12 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
81 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST")) {
92 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5"))
109 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5"))
H A Dmysqli_fetch_object_no_constructor.phpt12 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
H A Dmysqli_fetch_object_no_object.phpt12 … if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
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")) {
93 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST")) {
H A Dmysqli_fetch_row.phpt12 if (!$res = mysqli_query($link, "SELECT id, label, id AS _id FROM test ORDER BY id LIMIT 1")) {
H A Dmysqli_field_count.phpt15 if (!$res = mysqli_query($link, "SELECT * FROM test ORDER BY id LIMIT 1")) {
28 if (!$res = mysqli_query($link, "SELECT NULL as _null, '' AS '', 'three' AS 'drei'"))
H A Dmysqli_field_seek.phpt66 …if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id LIMIT 1", MYSQLI_USE_RESUL…
102 if (!$res = mysqli_query($link, "SELECT NULL as _null", MYSQLI_STORE_RESULT)) {
H A Dmysqli_field_tell.phpt12 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1", MYSQLI_USE_RESULT)) {
H A Dmysqli_fork.phpt25 $res = mysqli_query($link, "SELECT 'dumped by the parent' AS message");
51 if (@mysqli_query($link, "SELECT id FROM test WHERE id = 1"))
75 …if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id ASC LIMIT 3", MYSQLI_USE_R…
94 …$parent_sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'pa…
137 …$sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'child' ORD…
215 if (!$res = mysqli_query($link, "SELECT sender, msg FROM messages ORDER BY msg_id ASC"))
H A Dmysqli_free_result.phpt12 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
26 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
37 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
H A Dmysqli_get_charset.phpt18 …if (!$res = mysqli_query($link, 'SELECT @@character_set_connection AS charset, @@collation_connect…
H A Dmysqli_get_client_stats.phpt147 printf("[%03d] SELECT COUNT() FROM test failed, [%d] %s\n",
197 printf("[%03d] SELECT id, label FROM test failed, [%d] %s\n",
236 printf("[%03d] SELECT id, label FROM test failed, [%d] %s\n",
270 printf("[%03d] SELECT id, label FROM test failed, [%d] %s\n",
318 if (!mysqli_stmt_prepare($stmt, 'SELECT id, label FROM test') ||
355 if (!mysqli_stmt_prepare($stmt, 'SELECT id, label FROM test') ||
396 if (!mysqli_stmt_prepare($stmt, 'SELECT id, label FROM test') ||
444 if (!mysqli_stmt_prepare($stmt, 'SELECT id, label FROM test') ||
550 if (!$res = mysqli_query($link, "SELECT id, label FROM test"))
551 printf("[%03d] SELECT failed, [%d] %s\n", ++$test_counter,
[all …]
H A Dmysqli_get_client_stats_implicit_free.phpt20 if (!$res = mysqli_query($link, 'SELECT id FROM test'))
H A Dmysqli_get_client_stats_ps.phpt26 if (!mysqli_stmt_prepare($stmt, 'SELECT id FROM test') ||
57 if (!mysqli_stmt_prepare($stmt, 'SELECT id FROM test') ||
H A Dmysqli_get_client_stats_skipped.phpt17 if (!$res = mysqli_query($link, 'SELECT id FROM test', MYSQLI_STORE_RESULT))
27 if (!$res = mysqli_query($link, 'SELECT id FROM test', MYSQLI_USE_RESULT))
H A Dmysqli_info.phpt27 if (!$res = mysqli_query($link, 'INSERT INTO test(id, label) SELECT id + 200, label FROM test'))
45 if (!$res = mysqli_query($link, "SELECT 1"))
H A Dmysqli_insert_id.phpt16 if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id LIMIT 1")) {
45 if (!$res = mysqli_query($link, 'SELECT @@auto_increment_increment AS inc')) {
85 if (!$res = mysqli_query($link, "SELECT LAST_INSERT_ID() AS last_id")) {
H A Dmysqli_insert_id_variation.phpt71 $stmt = $link->prepare("SELECT 1");
H A Dmysqli_insert_packet_overflow.phpt95 if (!$res = mysqli_query($link, "SELECT col_blob FROM {$table_name}"))
H A Dmysqli_kill.phpt26 if ($res = mysqli_query($link, "SELECT id FROM test LIMIT 1"))
35 printf("[008] mysqlnd used to be more verbose and used to support SELECT\n");
48 if ((!$res = mysqli_query($link, "SELECT id FROM test LIMIT 1")) ||
H A Dmysqli_last_insert_id.phpt20 if (!($res = $link->query("SELECT LAST_INSERT_ID() AS _id"))) {
50 if (!($res = $link->query("SELECT 1 FROM DUAL")))
58 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
125 if (!($res = $link->query("SELECT id, label FROM test ORDER BY id ASC")))
128 printf("Dumping table contents before INSERT...SELECT experiments...\n");
134 if (!$link->query("INSERT INTO test(label) SELECT CONCAT(label, id) FROM test ORDER BY id ASC"))
142 …if ($link->query("INSERT INTO test(id, label) SELECT id, CONCAT(label, id) FROM test ORDER BY id A…
167 if (!($res = $link->query("SELECT id, label FROM test ORDER BY id ASC")))
170 printf("Dumping table contents after INSERT...SELECT...\n");
184 Dumping table contents before INSERT...SELECT experiments...
[all …]

Completed in 38 milliseconds

12345678910>>...30