Home
last modified time | relevance | path

Searched refs:statement (Results 226 – 250 of 319) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf32.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp51932.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp936.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf16.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_big5.c130 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt36 …printf("[014] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
76 …printf("[022] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
114 …printf("[031] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
156 …printf("[041] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
/PHP-7.0/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt17 $stmt = $db->prepare("SELECT statement FROM pg_prepared_statements", array(
H A Dbug62498.phpt23 $statement = $db->prepare("INSERT INTO bugtest_62498 (int2col, int4col, int8col, stringcol, boolcol…
35 $statement->execute($vals);
H A Dbug62498-32bit.phpt23 $statement = $db->prepare("INSERT INTO bugtest_62498 (int2col, int4col, int8col, stringcol, boolcol…
35 $statement->execute($vals);
H A Dbug64953.phpt2 PDO PgSQL Bug #64953 (Postgres prepared statement positional parameter casting)
/PHP-7.0/Zend/RFCs/
H A D002.txt112 refer to it as "HTML:Form". The "namespace" statement must occur
117 # second file with the same namespace statement?
124 current one with the "import" statement:
/PHP-7.0/ext/pdo/tests/
H A Dbug_38394.phpt2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements)
H A Dbug_39656.phpt2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statement object after closeCursor())
/PHP-7.0/ext/oci8/tests/
H A Dcursor_bind.phpt2 bind and fetch cursor from a statement
H A Dcursors.phpt2 fetching cursor from a statement
H A Dcursors_old.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
/PHP-7.0/Zend/tests/traits/
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)
/PHP-7.0/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
/PHP-7.0/ext/standard/tests/array/
H A Darray_shift_variation5.phpt13 * When done in one statement causes strict error messages.
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
/PHP-7.0/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h170 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c…

Completed in 44 milliseconds

12345678910>>...13