Home
last modified time | relevance | path

Searched refs:execute (Results 226 – 250 of 355) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/pgsql/tests/
H A DREADME.md13 create the database to execute the test scripts. By executing the above command
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt17 $stmt->execute();
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug76815.phpt23 $st->execute();
H A Dpdo_mysql_exec_select.phpt63 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 Dbug70862.phpt32 $stmt->execute();
H A Dpdo_mysql_param_str_natl.phpt22 $stmt->execute();
H A Dbug_42499.phpt69 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 Dbug44897.phpt36 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute())
57 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
H A Dmysqli_class_mysqli_stmt_interface.phpt31 'execute' => true,
88 !$stmt->execute())
128 if (!$stmt->execute())
H A Dbug62046.phpt18 if (FALSE === $stmt->execute()) {
H A Dbug45289.phpt23 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
H A Dmysqli_stmt_bind_param_many_columns.phpt76 if (!$stmt->execute()) {
78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dbug76386.phpt41 $stmt->execute();
69 $stmt->execute();
/PHP-7.4/ext/phar/tests/tar/
H A Dtar_002.phpt20 echo "should not execute\n";
/PHP-7.4/ext/pdo/tests/
H A Dpdo_004.phpt23 $stmt->execute();
H A Dpdo_038.phpt17 $stmt->execute();
H A Dpdo_003.phpt23 $stmt->execute();
H A Dpdo_033.phpt30 $stmt->execute();
H A Dbug_36798.phpt29 $stmt->execute(array(":id" => 1));
H A Dpdo_031.phpt28 $stmt->execute($row);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69344.phpt27 $stmt->execute($arr);
H A Ddebug_emulated_prepares.phpt21 $stmt->execute();
H A Dbug70861.phpt38 $stmt->execute();
/PHP-7.4/ext/pdo_oci/tests/
H A Dcheckliveness.phpt41 $stmt->execute();
H A Dpdo_oci_stream_1.phpt41 $s->execute();
59 $s->execute();

Completed in 49 milliseconds

12345678910>>...15