Home
last modified time | relevance | path

Searched refs:execute (Results 76 – 100 of 355) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/json/
H A Dconfig.w3210 …STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation…
14 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_47415.phpt24 $stmt->execute();
31 $stmt->execute();
H A Dbug_48877.phpt25 $stmt->execute();
32 $stmt->execute();
H A Dbug_64037.phpt23 $stmt->execute();
31 $stmt->execute();
H A Dbug_53280.phpt21 $stmth2->execute(array('A', 'B'));
26 $stmth1->execute(array('A', 'B'));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt52 $ret = @$stmt->execute($input_params);
54 $ret = $stmt->execute($input_params);
67 if (is_array($error_info) && isset($error_info['execute'])) {
69 if (isset($error_info['execute']['sqlstate']) &&
70 ($error_info['execute']['sqlstate'] !== $tmp[0])) {
72 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
76 if (isset($error_info['execute']['mysql']) &&
77 ($error_info['execute']['mysql'] !== $tmp[1])) {
79 $offset, $error_info['execute']['mysql'], $tmp[0]);
145 $params, array('execute' => array('sqlstate' => 'HY093')));
[all …]
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-7.4/ext/pdo_pgsql/tests/
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…
H A Dlarge_objects.phpt32 $stmt->execute();
38 $stmt->execute();
48 $stmt->execute();
59 $stmt->execute();
H A Dbug71885_2.phpt31 $stmt->execute(['b']);
35 $stmt->execute(['a']);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt29 …printf("[012] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 …printf("[013] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
42 …printf("[016] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
73 …printf("[021] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
82 …printf("[024] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
111 …printf("[030] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
120 …printf("[033] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
153 …printf("[040] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
162 …printf("[043] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
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 …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbasic_run.phpt7 prompt> [Nothing to execute!]
/PHP-7.4/ext/pdo/tests/
H A Dpdo_028.phpt25 $stmt->execute();
28 $stmt->execute();
H A Dbug_43130.phpt34 $stmt->execute();
38 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
40 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_017.phpt47 $select->execute();
55 $delete->execute();
62 $delete->execute();
H A Dpdo_025.phpt32 $stmt->execute($row);
41 $stmt->execute();
55 $stmt->execute();
H A Dpdo_006.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dpdo_007.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dpdo_030.phpt38 function execute($params = array())
41 parent::execute();
67 $stmt->execute($row);
/PHP-7.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-7.4/ext/sqlite3/tests/
H A Dbug70628.phpt17 $sth->execute();
24 $sth->execute();
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt14 "/* non existent procedure xy */ execute xy",
42 string(42) "/* non existent procedure xy */ execute xy"

Completed in 44 milliseconds

12345678910>>...15