Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt37 …printf("[007] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
77 …printf("[017] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dbug45019.phpt31 if (!$stmt->bind_result($column1) || !$stmt->execute())
H A Dmysqli_explain_metadata.phpt68 if ($stmt->prepare('EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2') && $stmt->execute()) {
104 $stmt->execute()) {
H A D067.phpt48 $stmt[$i]->execute();
H A Dmysqli_stmt_execute_stored_proc_out.phpt42 …printf("[007] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_multires.phpt30 if (!$stmt->execute()) {
H A Dbug_mysql_49406.phpt33 if (!$stmt->execute() || !$stmt->store_result())
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt47 $s->execute();
H A Dpdo_oci_quote1.phpt33 $stmt->execute();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt48 $stmt->execute();
H A Dpdo_mysql_attr_max_buffer_size.phpt39 $stmt->execute();
H A Dpdo_mysql_bit.phpt29 if (!$stmt->execute()) {
H A Dpdo_mysql_errorcode.phpt44 @$stmt->execute();
H A Dpdo_mysql_stmt_blobs.phpt34 if (!$stmt->execute()) {
H A Dpdo_mysql_subclass.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
H A Dpdo_mysql_errorinfo.phpt54 @$stmt->execute();
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1267 if (!($result = $stmt->execute())) {
1281 if (!($result = $stmt->execute())) {
1314 $stmt->execute();
1324 $stmt->execute();
1334 $result = $stmt->execute();
1356 if (!($result = $stmt->execute())) {
1365 if (!$stmt->execute()) {
1379 if (!$stmt->execute()) {
/PHP-5.5/ext/pdo/tests/
H A Dpdo_023.phpt54 $stmt->execute();
H A Dpdo_022.phpt43 $stmt->execute($row);
H A Dpdo_014.phpt59 $this->execute();
/PHP-5.5/ext/interbase/tests/
H A D006.phpt219 /* test execute procedure */
220 $query = ibase_prepare("execute procedure add1(?)");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug48764.phpt99 $stmt->execute(array(1));
H A Dcopy_to.phpt32 $stmt->execute();
/PHP-5.5/sapi/thttpd/
H A DREADME9 if you want to execute arbitrarily long running scripts.

Completed in 39 milliseconds

12345678910>>...12