Home
last modified time | relevance | path

Searched refs:statement (Results 201 – 225 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt49 echo "Test 4 - Setting on statement has no effect. Attempt lower case but get upper\n";
75 Test 4 - Setting on statement has no effect. Attempt lower case but get upper
/PHP-7.4/ext/sqlite3/tests/
H A Dbug66550.phpt2 Bug #66550 (SQLite prepared statement use-after-free)
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
H A Dbug69972.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %sb…
H A Dsqlite3_30_blobopen.phpt22 echo "Closing statement\n";
55 Closing statement
H A Dsqlite3_defensive.phpt38 Warning: SQLite3::querySingle(): Unable to prepare statement: 1, table sqlite_master may not be mod…
/PHP-7.4/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
H A Derror.phpt29 resource(%s) of type (oci8 statement)
H A Derror_old.phpt29 resource(%s) of type (oci8 statement)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt56 printf("... statement with %d parameters prepared\n", $stmt->param_count);
121 ... statement with 65520 parameters prepared
126 ... statement with 65520 parameters prepared
H A Dmysqli_stmt_field_count.phpt29 printf("[004] Prepare should fail for an empty statement\n");
77 printf("[020] Prepare should fail, statement has been closed\n");
97 …am(): Number of variables doesn't match number of parameters in prepared statement in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug70066.phpt20 // USE is not supported in the prepared statement protocol,
H A Dpdo_mysql_subclass.phpt22 public function exec($statement) {
24 return parent::exec($statement);
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_cn.c98 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_base64.c68 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_kr.c98 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_qprint.c68 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uhc.c98 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs4.c127 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/oci8/
H A Doci8.c1362 php_oci_statement_free(statement); in php_oci_statement_list_dtor()
1604 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_fetch_sqltext_offset()
1605 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
1612 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_fetch_sqltext_offset()
1613 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
2607 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
2616 statement = invokedstatement; in php_oci_fetch_row()
2633 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
2649 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
2671 for (i = 0; i < statement->ncolumns; i++) { in php_oci_fetch_row()
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_nested.phpt43 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
H A Dbug78192.phpt2 PDO SQLite Bug #78192 SegFault when reuse statement after schema change
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c57 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() argument
75 if (statement == SQL_NULL_HSTMT && S) { in pdo_odbc_error()
76 statement = S->stmt; in pdo_odbc_error()
79 if (statement) { in pdo_odbc_error()
81 eh = statement; in pdo_odbc_error()

Completed in 47 milliseconds

12345678910>>...13