Home
last modified time | relevance | path

Searched refs:execute (Results 26 – 50 of 374) sorted by relevance

12345678910>>...15

/PHP-8.3/ext/pdo_sqlite/tests/
H A Dbug78192.phpt12 $stmt->execute([
18 $stmt->execute(['id' => 10]);
22 $stmt->execute(['id' => 10]);
/PHP-8.3/ext/oci8/tests/
H A Dbug71148.phpt77 // Test 3: Bind output parameter within the same scope of execute
82 echo "\nTest 3: Bind output parameter within the same scope of execute\n";
95 // Test 4: Bind output parameter within the same scope of execute
100 echo "\nTest 4: Bind output parameter within the same scope of execute\n";
133 // Test 6: Bind IN OUT parameter within the same scope of execute
140 echo "\nTest 6: Bind IN OUT parameter within the same scope of execute\n";
176 Test 3: Bind output parameter within the same scope of execute
180 Test 4: Bind output parameter within the same scope of execute
188 Test 6: Bind IN OUT parameter within the same scope of execute
H A Dexecute_mode.phpt2 oci_execute() and invalid execute mode
22 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt30 $stmt->execute(array(':placeholder' => 'row1'));
38 $stmt->execute();
49 $stmt->execute(array(':placeholder' => 'row2'));
57 $stmt->execute();
70 $stmt->execute(array(':placeholder' => 1));
84 $stmt->execute(array(':placeholder' => 1));
108 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
139 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_mysql_stmt_variable_columncount.phpt62 $stmt->execute();
76 $stmt->execute();
89 $stmt->execute();
91 $stmt->execute();
94 $stmt->execute();
105 $stmt->execute();
107 $stmt->execute();
110 $stmt->execute();
H A Dpdo_mysql_prepare_emulated_anonymous.phpt26 $stmt->execute(array('first row'));
33 $stmt->execute();
45 $stmt->execute(array('first row'));
52 $stmt->execute();
69 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
79 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_mysql_prepare_emulated.phpt49 if (is_array($error_info) && isset($error_info['execute']))
50 $ret = @$stmt->execute($input_params);
52 $ret = $stmt->execute($input_params);
58 if (is_array($error_info) && isset($error_info['execute'])) {
61 if (isset($error_info['execute']['sqlstate']) &&
62 ($error_info['execute']['sqlstate'] !== $tmp[0])) {
68 if (isset($error_info['execute']['mysql']) &&
69 ($error_info['execute']['mysql'] !== $tmp[1])) {
71 $offset, $error_info['execute']['mysql'], $tmp[0]);
94 prepex(3, $db, '', [], ['execute' => ['sqlstate' => '42000']]);
[all …]
H A Dbug41125.phpt21 $stmt->execute();
36 $stmt->execute(array(1));
49 $stmt->execute();
78 $stmt->execute();
92 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
130 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
136 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
146 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
160 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
166 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
H A Dpdo_mysql_prepare_native_named_placeholder.phpt32 $stmt->execute(array(':placeholder' => 'row1'));
40 $stmt->execute();
51 $stmt->execute(array(':placeholder' => 'row1'));
60 $stmt->execute();
77 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
86 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
H A Dpdo_mysql_stmt_errorinfo.phpt25 $stmt->execute();
31 var_dump($stmt->execute());
53 $stmt->execute();
79 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
89 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
120 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
H A Dpdo_mysql_prepare_native_column.phpt22 $stmt->execute(array(':param' => 'id'));
26 $stmt->execute(array(':placeholder' => 'test'));
47 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dchange_column_count.phpt23 $stmt->execute([
29 $stmt->execute(['id' => 10]);
33 $stmt->execute(['id' => 10]);
H A Dpdo_mysql_stmt_errorcode.phpt25 $stmt->execute();
41 $stmt->execute();
54 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
60 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dpdo_mysql_prepare_native_clear_error.phpt31 $stmt->execute(array(':placeholder' => 0));
38 $stmt->execute(array(':placeholder' => 0));
51 $stmt->execute(array(':placeholder' => 0));
58 $stmt->execute(array(':placeholder' => 0));
80 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
98 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
21 if (true !== $stmt->execute())
28 if (true !== $stmt->execute())
/PHP-8.3/ext/standard/tests/dir/
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
14 * 1. remove write & execute permission from the 1st parent and test scandir()
15 * 2. remove execute permission from 2nd parent and test scandir()
40 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test opendir()
15 * 2) remove execute permission from 2nd parent and test opendir()
39 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_liveness_caching_invalidation.phpt24 echo "Should not execute\n";
30 echo "Should execute once\n";
43 Should execute once
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_62024.phpt28 $res = $sttmt->execute($args_ok);
31 $res = $sttmt->execute($args_err);
39 $sttmt->execute();
H A DrowCount.phpt25 $stmt->execute(array('A'));
32 $stmt->execute(array('A'));
37 $stmt->execute();
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt26 $s->execute();
37 $s->execute();
48 $s->execute();
59 $s->execute();
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug46274.phpt34 $stmt->execute();
38 $stmt->execute();
46 $stmt->execute();
50 $stmt->execute();
/PHP-8.3/ext/pdo/tests/
H A Dbug_38394.phpt22 $s->execute(array('a' => 1, 'b' => 2, 'c' => 3));
24 @$s->execute(array('a' => 5, 'b' => 6, 'c' => 7, 'd' => 8));
26 $s->execute(array('a' => 9, 'b' => 10, 'c' => 11));
/PHP-8.3/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
15 $results = $stmt->execute();
/PHP-8.3/sapi/cli/tests/
H A D009.phpt18 string(57) "Either execute direct code, process stdin or use a file.
20 string(57) "Either execute direct code, process stdin or use a file.

Completed in 28 milliseconds

12345678910>>...15