Home
last modified time | relevance | path

Searched refs:execute (Results 151 – 175 of 358) sorted by relevance

12345678910>>...15

/php-src/ext/mysqli/tests/
H A Dbug38710.phpt16 $qry->execute();
/php-src/ext/pdo_mysql/tests/
H A Dbug_39483.phpt17 $stmt->execute([1]);
H A Dpdo_mysql_stmt_bindvalue.phpt31 $stmt->execute();
53 $stmt->execute();
77 $stmt->execute();
106 $stmt->execute();
136 $stmt->execute();
171 $stmt->execute();
193 $stmt->execute();
217 $stmt->execute();
246 $stmt->execute();
276 $stmt->execute();
H A Dpdo_mysql_stmt_getcolumnmeta.phpt23 // execute() has not been called yet
28 $stmt->execute();
45 $stmt->execute();
62 if (!($stmt = @$db->prepare($sql)) || (!@$stmt->execute())) {
74 $stmt->execute();
133 $stmt->execute();
225 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
246 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
267 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
H A Dpdo_mysql_stmt_columncount.phpt28 $stmt->execute();
46 $stmt->execute();
H A Dbug70066.phpt2 Bug #70066: Unexpected "Cannot execute queries while other unbuffered queries"
H A Dbug_61411.phpt27 $stmt->execute();
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt25 $stmt->execute(array('id', 'label', 'label'));
39 $stmt->execute(array('id', 'label', 'label'));
H A Dpdo_mysql_stmt_closecursor_empty.phpt32 $stmt->execute();
50 $stmt->execute();
/php-src/ext/pdo/tests/
H A Dbug_43130.phpt35 $stmt->execute();
45 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dpdo_026.phpt51 $stmt->execute();
64 $stmt->execute($row);
/php-src/sapi/fuzzer/
H A DREADME.md33 * `php-fuzz-execute`: Fuzzing the executor
69 For the execute, function-jit and tracing-jit fuzzers, a corpus may be generated from any set of te…
72 sapi/cli/php sapi/fuzzer/generate_execute_corpus.php ./execute-corpus Zend/tests ext/opcache/tests/…
73 sapi/fuzzer/php-fuzzer-function-jit ./execute-corpus
/php-src/ext/pdo_dblib/tests/
H A Dpdo_dblib_param_str_natl.phpt18 $stmt->execute();
H A Dbug_45876.phpt18 $stmt->execute();
H A Dbug_50755.phpt25 $x = $stmt->execute();
/php-src/ext/pdo_odbc/tests/
H A Dbug44643.phpt20 var_dump($stmt->execute());
/php-src/ext/pdo_pgsql/tests/
H A Dbug81343.phpt20 $sth->execute([2]);
H A Dbug72570.phpt23 var_dump($stmt->execute([1]));
/php-src/ext/pdo_sqlite/tests/
H A Dbug35336.phpt16 $b->execute(array (5));
H A Dgh9032.phpt16 $st->execute([':a' => ':memory:']);
/php-src/ext/com_dotnet/tests/
H A Dbug77578.phpt8 // to execute a PHP subprocess, and check its exit status.
/php-src/ext/xml/tests/
H A Dbug72793.phpt2 Bug #72793: xml_parser_free leaks mem when execute xml_set_object
/php-src/ext/sqlite3/tests/
H A Dgh9032.phpt18 $st->execute();
H A Dbug45798.phpt18 $results = $stmt->execute();
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt49 echo "Should not execute\n";
57 echo "Should not execute\n";

Completed in 21 milliseconds

12345678910>>...15