Home
last modified time | relevance | path

Searched refs:statement (Results 251 – 275 of 324) sorted by relevance

1...<<111213

/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt2 SQLite3::query Unfinalized statement tests
H A Dsqlite3_26_reset_prepared_stmt.phpt2 SQLite3::reset prepared statement
H A Dsqlite3_27_reset_prepared_stmt_result.phpt2 SQLite3::reset prepared statement results
H A Dsqlite3_28_clear_bindings.phpt2 SQLite3_stmt::clear prepared statement results
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug64953.phpt2 PDO PgSQL Bug #64953 (Postgres prepared statement positional parameter casting)
H A Dbug66584.phpt2 PDO PgSQL Bug #66584 (Segmentation fault on statement deallocation)
/PHP-7.4/ext/oci8/tests/
H A Dcursors.phpt2 fetching cursor from a statement
H A Ddefine4.phpt71 Warning: oci_result(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Ddefine5.phpt2 oci_define_by_name() for statement re-execution
H A Dfetch_into2.phpt63 Warning: ocifetchinto(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Dimp_res_get_close_2.phpt62 Warning: oci_get_implicit_resultset(): supplied resource is not a valid oci8 statement resource in …
H A Dimp_res_close.phpt67 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %simp_res_c…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
H A Dpdo_mysql_stmt_unbuffered_2050.phpt41 PDO::query() will prepare and execute a statement in one step.
77 PHP proceeds and assigns the new statement object/zval obtained from
/PHP-7.4/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h169 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c…
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp932.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_jp.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_tw.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_open.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_big5.c134 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022_kr.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8_mobile.c193 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/pdo/tests/
H A Dbug_34630.phpt33 * the empty blob will be committed implicitly when the statement is
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt14 // creating a proc need to be a statement in it's own batch, so we need to do a little setup first
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt55 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
103 …printf("[023] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…

Completed in 69 milliseconds

1...<<111213