Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.4/ext/pdo/tests/
H A Dpdo_013.phpt25 $stmt->execute();
H A Dpdo_023.phpt54 $stmt->execute();
H A Dpdo_022.phpt43 $stmt->execute($row);
H A Dpdo_014.phpt59 $this->execute();
/PHP-5.4/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.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt47 $s->execute();
H A Dpdo_oci_quote1.phpt33 $stmt->execute();
/PHP-5.4/ext/mysqli/tests/
H A D048.phpt30 $stmt->execute();
H A Dmysqli_set_local_infile_handler_new_query.phpt70 [022] LOAD DATA failed, [2000] Can't execute load data local init callback function
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 Dbug45019.phpt31 if (!$stmt->bind_result($column1) || !$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.4/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt60 $insert_stmt->execute();
/PHP-5.4/ext/interbase/tests/
H A D006.phpt219 /* test execute procedure */
220 $query = ibase_prepare("execute procedure add1(?)");
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug48764.phpt99 $stmt->execute(array(1));
/PHP-5.4/sapi/thttpd/
H A DREADME9 if you want to execute arbitrarily long running scripts.

Completed in 34 milliseconds

12345678910>>...12