Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
H A Dbug46274_2.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
/PHP-7.4/ext/pdo_firebird/tests/
H A DrowCount.phpt22 $stmt->execute(array('A'));
29 $stmt->execute(array('A'));
34 $stmt->execute();
H A Dbug_aaa.phpt15 $S->execute(['id' => 1]);
16 $S->execute(['id' => 2]);
H A Ddialect_1.phpt26 $query->execute();
38 $query->execute([0.76, '2019-06-12']);
43 $query->execute();
/PHP-7.4/ext/oci8/tests/
H A Dexecute_mode.phpt2 oci_execute() and invalid execute mode
18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt24 $s->execute();
35 $s->execute();
46 $s->execute();
57 $s->execute();
H A Dbug60994.phpt33 $insert->execute();
35 $select->execute();
50 $insert->execute();
52 $select->execute();
67 $insert->execute();
69 $select->execute();
84 $insert->execute();
86 $select->execute();
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt24 $stmt->execute();
30 var_dump($stmt->execute());
52 $stmt->execute();
78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
H A Dpdo_mysql_prepare_native_column.phpt21 $stmt->execute(array(':param' => 'id'));
25 $stmt->execute(array(':placeholder' => 'test'));
46 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dpdo_mysql_prepare_emulated.phpt47 if (is_array($error_info) && isset($error_info['execute']))
48 $ret = @$stmt->execute($input_params);
50 $ret = $stmt->execute($input_params);
56 if (is_array($error_info) && isset($error_info['execute'])) {
59 if (isset($error_info['execute']['sqlstate']) &&
60 ($error_info['execute']['sqlstate'] !== $tmp[0])) {
62 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
66 if (isset($error_info['execute']['mysql']) &&
67 ($error_info['execute']['mysql'] !== $tmp[1])) {
69 $offset, $error_info['execute']['mysql'], $tmp[0]);
[all …]
H A Dpdo_mysql_stmt_errorcode.phpt24 $stmt->execute();
40 $stmt->execute();
53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
59 Fatal error: Uncaught Error: Call to a member function execute() on bool in %s:%d
H A Dpdo_mysql_prepare_native_clear_error.phpt29 $stmt->execute(array(':placeholder' => 0));
36 $stmt->execute(array(':placeholder' => 0));
49 $stmt->execute(array(':placeholder' => 0));
56 $stmt->execute(array(':placeholder' => 0));
78 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
96 Fatal error: Uncaught Error: Call to a member function execute() on bool in %s:%d
H A Dbug44327.phpt16 $stmt->execute();
29 $stmt->execute();
38 @$stmt->execute();
H A Dbug_pecl_12925.phpt22 $stmt->execute();
24 $stmt->execute();
26 $stmt->execute();
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
19 if (true !== $stmt->execute())
26 if (true !== $stmt->execute())
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt28 $stmt->execute(array('test'));
43 $stmt->execute(array('test'));
64 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
74 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
76 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line 33
/PHP-7.4/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
16 $results = $stmt->execute();
H A Dbug77051.phpt20 var_dump($res = $stmt->execute());
29 var_dump($res = $stmt->execute());
40 var_dump($res = $stmt->execute());
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation5.phpt18 * remove the execute permission from the parent dir and test opendir() on child dir
19 * 1) remove write & execute permission from the 1st parent and test opendir()
20 * 2) remove execute permission from 2nd parent and test opendir()
44 // remove the write and execute permisson from sub parent
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt18 * remove the execute permission from the parent dir and test scandir() on child dir
19 * 1. remove write & execute permission from the 1st parent and test scandir()
20 * 2. remove execute permission from 2nd parent and test scandir()
45 // remove the write and execute permisson from sub parent
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt21 $s->execute(array('a' => 1, 'b' => 2, 'c' => 3));
23 @$s->execute(array('a' => 5, 'b' => 6, 'c' => 7, 'd' => 8));
25 $s->execute(array('a' => 9, 'b' => 10, 'c' => 11));
/PHP-7.4/ext/reflection/tests/
H A Dbug63399.phpt18 Trait1::run as execute;
34 [execute] => Trait1::run
/PHP-7.4/ext/mysqli/tests/
H A Dbug66124.phpt43 if ($stmt->execute()){
46 printf("Can't execute\n");
73 if ($stmt->execute()){
76 printf("Can't execute\n");

Completed in 32 milliseconds

12345678910>>...15