Home
last modified time | relevance | path

Searched refs:execute (Results 226 – 250 of 374) sorted by relevance

12345678910>>...15

/PHP-8.3/sapi/fuzzer/
H A DMakefile.frag8 $(SAPI_FUZZER_PATH)/php-fuzz-execute: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_EXECUTE_OBJS)
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt64 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
65 … 'INSERT INTO test(id, col1) VALUES (2, 'b')', [HY000] HY000 2014 Cannot execute queries while oth…
H A Dbug_42499.phpt70 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
80 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
H A Dpdo_mysql_attr_oracle_nulls.phpt55 $stmt->execute();
60 $stmt->execute();
H A Dpdo_mysql_stmt_fetchobject.phpt14 $ok = @$stmt->execute();
65 $stmt->execute();
H A Dpdo_mysql_param_str_natl.phpt24 $stmt->execute();
H A Dpdo_mysql_stmt_fetch_serialize.phpt93 $stmt->execute();
101 $stmt->execute();
107 $stmt->execute();
H A Dbug70862.phpt34 $stmt->execute();
/PHP-8.3/ext/mysqli/tests/
H A Dbug44897.phpt32 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute())
53 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
H A Dbug45289.phpt24 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
H A Dbug66043.phpt37 $stmt->execute();
H A Dmysqli_stmt_bind_param_many_columns.phpt76 if (!$stmt->execute()) {
78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
/PHP-8.3/ext/pdo_odbc/tests/
H A Dbug80783a.phpt27 $stmt->execute();
/PHP-8.3/ext/pgsql/tests/
H A DREADME.md13 create the database to execute the test scripts. By executing the above command
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.stub.php35 public function execute(?array $params = null): bool {} function in PDOStatement
/PHP-8.3/ext/pdo/tests/
H A Dpdo_004.phpt24 $stmt->execute();
H A Dpdo_038.phpt18 $stmt->execute();
H A Dpdo_003.phpt24 $stmt->execute();
H A Dpdo_033.phpt31 $stmt->execute();
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug69344.phpt29 $stmt->execute($arr);
H A Dbug72633.phpt25 $stmt->execute();
H A Dbug_49985.phpt24 var_dump($stmt->execute(array(1)));
/PHP-8.3/ext/phar/tests/tar/
H A Dtar_002.phpt20 echo "should not execute\n";
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt38 // execute() has not been called yet
44 $stmt->execute();
94 $stmt->execute();
167 $stmt->execute();
176 $stmt->execute();
263 $stmt->execute();
H A Dpdo_oci_stream_1.phpt43 $s->execute();
61 $s->execute();

Completed in 29 milliseconds

12345678910>>...15