Searched refs:execute (Results 51 – 75 of 355) sorted by relevance
12345678910>>...15
93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …117 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …[all …]
20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
15 $query->execute();18 $query->execute();
25 $handle1->execute();40 $handle2->execute();56 $handle3->execute();73 $handle4->execute();
21 $stmt->execute(array(':placeholder' => 'row'));25 $stmt->execute(array('placeholder' => 'row'));29 $stmt->execute(array('row'));
22 $stmt->execute(array('a', 'b'));24 $stmt->execute(array(1, 1));39 Fatal error: Uncaught Error: Call to a member function execute() on bool in %s:%d
44 $result = $st->execute();70 $result = $st->execute();96 $result = $st->execute();123 $result = $st->execute();150 $result = $st->execute();177 $result = $st->execute();233 Warning: PDOStatement::execute(): SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'tr…254 Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'som…
25 $stmt->execute(array('first row'));32 $stmt->execute();44 $stmt->execute(array('first row'));51 $stmt->execute();
43 $stmt2->execute();49 $stmt1->execute();70 $stmt2->execute();73 $stmt1->execute();85 $stmt->execute();103 $stmt->execute();157 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…162 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…168 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…173 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
17 $statement->execute([ 'test', 'test', 'test' ]);21 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
20 $stmt->execute([1]);29 $stmt->execute([1]);
23 $stmt->execute();29 $stmt->execute();
17 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…19 $stmt->execute();23 $stmt->execute();34 $stmt->execute();
18 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…20 $stmt->execute();24 $stmt->execute();35 $stmt->execute();53 $stmt->execute();76 $rs = $stmt->execute();144 $stmt->execute();
65 $select1->execute();68 $select2->execute();71 $select2->execute();74 $select2->execute();78 $derived->execute();80 $derived->execute();82 $derived->execute();
2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)23 $stmt->execute($values);
41 $res->execute();58 $res->execute(array("it's working"));62 // Test bug #48188, trying to execute again63 $res->execute(array("try again"));
23 $stmt->execute();26 $stmt->execute();
17 var_dump($stmt->execute(), $stmt->rowCount());22 var_dump($stmt->execute(), $stmt->rowCount());
26 $stmt->execute();32 $stmt->execute();
15 $stmt->execute();23 // an exception should be thrown from prepare (i.e. constructor) not from execute
28 $stmt->execute();43 $stmt->execute();60 $stmt->execute();
22 $stmt->execute();28 $stmt->execute();
2 SQLite3::execute() with a resource bound for blob param26 var_dump($insert_stmt->execute());
31 echo 'Could not execute: '. $m['message'] . "\n";45 echo 'Could not execute: '. $m['message'] . "\n";67 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
Completed in 34 milliseconds