Home
last modified time | relevance | path

Searched refs:execute (Results 126 – 150 of 374) sorted by relevance

12345678910>>...15

/PHP-8.3/ext/pdo/tests/
H A Dpdo_005.phpt44 $stmt->execute();
47 $stmt->execute();
50 $stmt->execute();
H A Dbug_65946.phpt40 if(!($res = $stmt->execute())) var_dump($stmt->errorInfo());
41 if(!($res = $stmt->execute())) var_dump($stmt->errorInfo());
H A Dbug_71885.phpt34 $stmt->execute();
45 $stmt->execute();
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt19 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
21 $stmt->execute();
25 $stmt->execute();
36 $stmt->execute();
H A Dbug46274.phpt38 $stmt->execute();
48 $stmt->execute();
H A Dbug46274_2.phpt38 $stmt->execute();
48 $stmt->execute();
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt26 $stmt->execute();
44 $stmt->execute();
59 if (!$stmt->execute())
60 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
65 $stmt->execute();
H A Dbug_33689.phpt2 PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries)
28 $stmt->execute();
H A Dpecl_bug_5780.phpt24 $authstmt->execute(array(':varlog' => 'testing', ':varpass' => 'testing'));
26 @var_dump($logstmt->execute(array(':var1' => 'test1', ':var2' => 'test2')));
H A Dbug54929.phpt23 if (!$stmt->execute(array("foo"))) {
51 Warning: PDOStatement::execute(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have …
H A Dgh11550.phpt31 var_dump('PDO-1:', $stmt->execute(), $stmt->fetchAll());
40 var_dump('PDO-2:', $stmt->execute(), $stmt->fetchAll());
/PHP-8.3/ext/sqlite3/tests/
H A Dbug72571.phpt15 var_dump($stmt->execute());
H A Dsqlite3_39_toggleExtended.phpt34 Warning: SQLite3::query(): Unable to execute statement: UNIQUE constraint failed: dog.id in %s on l…
38 Warning: SQLite3::query(): Unable to execute statement: UNIQUE constraint failed: dog.id in %s on l…
H A Dbug76665.phpt11 $stmt->execute();
/PHP-8.3/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overridden methods execute problem free.
/PHP-8.3/ext/pdo_odbc/tests/
H A Dgh9372.phpt26 $stmt->execute();
39 $stmt->execute();
/PHP-8.3/ext/mysqli/tests/
H A Dgh11550.phpt28 var_dump('mysqli-1:', $stmt->execute(), $stmt->get_result()->fetch_all());
35 var_dump('mysqli-2:', $stmt->execute(), $stmt->get_result()->fetch_all());
H A D064.phpt16 $stmt->execute();
/PHP-8.3/Zend/tests/
H A Dexit_finally_1.phpt6 // TODO: In the future, we should execute the finally block.
H A Dexit_finally_2.phpt6 // TODO: In the future, we should execute the finally block.
/PHP-8.3/ext/oci8/tests/
H A Dbug51291_1.phpt85 echo "2nd call after successful execute\n";
104 echo "2nd call after successful execute\n";
123 echo "2nd call after unsuccessful execute\n";
141 echo "2nd call after unsuccessful execute\n";
287 2nd call after successful execute
316 2nd call after successful execute
337 2nd call after unsuccessful execute
377 2nd call after unsuccessful execute
H A Ddefine5.phpt27 echo "Test 1 - must do define before execute\n";
65 Test 1 - must do define before execute
H A Dbug51291_2.phpt32 echo "2nd call after successful execute\n";
53 2nd call after successful execute
/PHP-8.3/pear/
H A Dinstall-pear.txt9 | become the superuser and execute: |
/PHP-8.3/ext/pdo_dblib/tests/
H A Dbug_71667.phpt14 $stmt->execute();

Completed in 18 milliseconds

12345678910>>...15