Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.4/ext/oci8/tests/
H A Ddefine6.phpt61 echo "Test 3 - define before cursor execute\n";
74 echo "Test 4 - define before top level execute\n";
129 Test 3 - define before cursor execute
131 Test 4 - define before top level execute
/PHP-5.4/ext/pdo_mysql/tests/
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_prepare_native_named_placeholder.phpt31 $stmt->execute(array(':placeholder' => 'row1'));
39 $stmt->execute();
50 $stmt->execute(array(':placeholder' => 'row1'));
59 $stmt->execute();
H A Dpdo_mysql_stmt_unbuffered_2050.phpt41 PDO::query() will prepare and execute a statement in one step.
71 ---> execute() has been send on the line, you are supposed to fetch
72 ---> you must not try to send a CLOSE after execute()
82 - use prepare() + execute() instead of query()
91 $stmt->execute();
95 $stmt->execute();
H A Dbug_61755.phpt20 $s->execute();
27 $s->execute();
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt32 $stmt->execute();
38 $stmt->execute();
48 $stmt->execute();
59 $stmt->execute();
H A Dis_in_transaction.phpt27 $stmt->execute();
40 $stmt->execute();
42 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
/PHP-5.4/ext/pdo/tests/
H A Dbug65946.phpt21 if(!($res = $stmt->execute())) var_dump($stmt->errorInfo());
22 if(!($res = $stmt->execute())) var_dump($stmt->errorInfo());
H A Dpdo_017.phpt47 $select->execute();
55 $delete->execute();
62 $delete->execute();
H A Dbug_43130.phpt33 $stmt->execute();
37 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
39 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_028.phpt25 $stmt->execute();
28 $stmt->execute();
H A Dpdo_025.phpt32 $stmt->execute($row);
41 $stmt->execute();
55 $stmt->execute();
H A Dpdo_030.phpt38 function execute($params = array())
41 parent::execute();
67 $stmt->execute($row);
H A Dpdo_006.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dbug_39656.phpt26 $stmt->execute();
30 $stmt->execute();
H A Dpdo_007.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dpdo_005.phpt42 $stmt->execute();
45 $stmt->execute();
48 $stmt->execute();
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt31 if (!$stmt->execute() || !$stmt->bind_result($column1))
56 /* Note: bind_result before execute */
57 if (!$stmt->bind_result($column1) || !$stmt->execute())
87 if (!$stmt->execute() || !$stmt->bind_result($column1))
107 if (!$stmt->bind_result($column1) || !$stmt->execute())
136 if (!$stmt->execute() || !$stmt->bind_result($column1))
156 if (!$stmt->bind_result($column1) || !$stmt->execute())
177 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
196 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
217 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
[all …]
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt28 $stmt->execute();
44 $stmt->execute();
59 $stmt->execute();
H A Dmysqli_stmt_attr_set.phpt78 $stmt->execute();
98 $stmt->execute();
118 $stmt->execute();
169 $stmt->execute();
183 $stmt->execute();
200 $stmt->execute();
226 $stmt->execute();
253 $stmt->execute();
H A Dmysqli_stmt_datatype_change.phpt2 Playing with datatype change between prepare and execute
29 var_dump($s1->execute(), $s1->bind_result($col1));
42 var_dump($s1->execute());
H A Dmysqli_stmt_get_result_non_select.phpt28 !$stmt->execute())
55 !$stmt->execute())
74 !$stmt->execute())
/PHP-5.4/ext/pdo_firebird/tests/
H A Dbug_47415.phpt24 $stmt->execute();
31 $stmt->execute();
H A Dbug_48877.phpt24 $stmt->execute();
31 $stmt->execute();
H A Dbug_64037.phpt24 $stmt->execute();
32 $stmt->execute();

Completed in 25 milliseconds

12345678910>>...12