Home
last modified time | relevance | path

Searched refs:execute (Results 51 – 75 of 355) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 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 …]
H A Dincomplete_class.phpt20 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. …
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_51670.phpt15 $query->execute();
18 $query->execute();
H A Dbug_61207.phpt25 $handle1->execute();
40 $handle2->execute();
56 $handle3->execute();
73 $handle4->execute();
H A Dpdo_mysql_prepare_match_against.phpt21 $stmt->execute(array(':placeholder' => 'row'));
25 $stmt->execute(array('placeholder' => 'row'));
29 $stmt->execute(array('row'));
H A Dpdo_mysql_prepare_native_mixed_style.phpt22 $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
H A Dbug_38546.phpt44 $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…
H A Dpdo_mysql_prepare_emulated_anonymous.phpt25 $stmt->execute(array('first row'));
32 $stmt->execute();
44 $stmt->execute(array('first row'));
51 $stmt->execute();
H A Dpdo_mysql_stmt_closecursor.phpt43 $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…
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug71573.phpt17 $statement->execute([ 'test', 'test', 'test' ]);
21 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dbug70313.phpt20 $stmt->execute([1]);
29 $stmt->execute([1]);
H A Dbug71885.phpt23 $stmt->execute();
29 $stmt->execute();
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 $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();
H A Dbug57702.phpt18 $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();
/PHP-7.4/ext/pdo/tests/
H A Dpdo_011.phpt65 $select1->execute();
68 $select2->execute();
71 $select2->execute();
74 $select2->execute();
78 $derived->execute();
80 $derived->execute();
82 $derived->execute();
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
23 $stmt->execute($values);
H A Dbug_44861.phpt41 $res->execute();
58 $res->execute(array("it's working"));
62 // Test bug #48188, trying to execute again
63 $res->execute(array("try again"));
H A Dbug_73234.phpt23 $stmt->execute();
26 $stmt->execute();
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug33841.phpt17 var_dump($stmt->execute(), $stmt->rowCount());
22 var_dump($stmt->execute(), $stmt->rowCount());
H A Dpdo_sqlite_tostring_exception.phpt26 $stmt->execute();
32 $stmt->execute();
/PHP-7.4/ext/mysqli/tests/
H A D063.phpt15 $stmt->execute();
23 // an exception should be thrown from prepare (i.e. constructor) not from execute
H A Dps_cursor_multiple_result_sets.phpt28 $stmt->execute();
43 $stmt->execute();
60 $stmt->execute();
/PHP-7.4/ext/sqlite3/tests/
H A Dexception_from_toString.phpt22 $stmt->execute();
28 $stmt->execute();
H A Dsqlite3_blob_bind_resource.phpt2 SQLite3::execute() with a resource bound for blob param
26 var_dump($insert_stmt->execute());
/PHP-7.4/ext/oci8/tests/
H A Dcommit_002.phpt31 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 26 milliseconds

12345678910>>...15