Searched refs:execute (Results 226 – 250 of 355) sorted by relevance
12345678910>>...15
/PHP-7.4/ext/pgsql/tests/ |
H A D | README.md | 13 create the database to execute the test scripts. By executing the above command
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 17 $stmt->execute();
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | bug76815.phpt | 23 $st->execute();
|
H A D | pdo_mysql_exec_select.phpt | 63 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf… 64 … 'INSERT INTO test(id, col1) VALUES (2, 'b')', [HY000] HY000 2014 Cannot execute queries while oth…
|
H A D | bug70862.phpt | 32 $stmt->execute();
|
H A D | pdo_mysql_param_str_natl.phpt | 22 $stmt->execute();
|
H A D | bug_42499.phpt | 69 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf… 79 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | bug44897.phpt | 36 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute()) 57 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
|
H A D | mysqli_class_mysqli_stmt_interface.phpt | 31 'execute' => true, 88 !$stmt->execute()) 128 if (!$stmt->execute())
|
H A D | bug62046.phpt | 18 if (FALSE === $stmt->execute()) {
|
H A D | bug45289.phpt | 23 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
|
H A D | mysqli_stmt_bind_param_many_columns.phpt | 76 if (!$stmt->execute()) { 78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
|
H A D | bug76386.phpt | 41 $stmt->execute(); 69 $stmt->execute();
|
/PHP-7.4/ext/phar/tests/tar/ |
H A D | tar_002.phpt | 20 echo "should not execute\n";
|
/PHP-7.4/ext/pdo/tests/ |
H A D | pdo_004.phpt | 23 $stmt->execute();
|
H A D | pdo_038.phpt | 17 $stmt->execute();
|
H A D | pdo_003.phpt | 23 $stmt->execute();
|
H A D | pdo_033.phpt | 30 $stmt->execute();
|
H A D | bug_36798.phpt | 29 $stmt->execute(array(":id" => 1));
|
H A D | pdo_031.phpt | 28 $stmt->execute($row);
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug69344.phpt | 27 $stmt->execute($arr);
|
H A D | debug_emulated_prepares.phpt | 21 $stmt->execute();
|
H A D | bug70861.phpt | 38 $stmt->execute();
|
/PHP-7.4/ext/pdo_oci/tests/ |
H A D | checkliveness.phpt | 41 $stmt->execute();
|
H A D | pdo_oci_stream_1.phpt | 41 $s->execute(); 59 $s->execute();
|
Completed in 28 milliseconds
12345678910>>...15