Searched refs:pdo_raise_impl_error (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 41 void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *sqlstate, const char *supp TSRMLS_DC) /* {{{ */ function 429 pdo_raise_impl_error(dbh, NULL, "HY000", "constructor arguments must be passed as an array" TSRMLS_CC); 433 pdo_raise_impl_error(dbh, NULL, "HY000", "user-supplied statement does not accept constructor arguments" TSRMLS_CC); 530 pdo_raise_impl_error(dbh, NULL, "HY000", 539 pdo_raise_impl_error(dbh, NULL, "HY000", 545 pdo_raise_impl_error(dbh, NULL, "HY000", 552 pdo_raise_impl_error(dbh, NULL, "HY000", 569 pdo_raise_impl_error(dbh, NULL, "HY000", 712 pdo_raise_impl_error(dbh, NULL, "HY000", "attribute value must be an integer" TSRMLS_CC); \ 728 pdo_raise_impl_error(db [all...] |
| H A D | pdo_sql_parser.re | 134 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "mixed named and positional parameters" TSRMLS_CC); 158 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "no parameters were bound" TSRMLS_CC); 177 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens" TSRMLS_CC); 198 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); 225 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC);
|
| H A D | php_pdo.h | 79 pdo_raise_impl_error(dbh, NULL, "00000", "PDO constructor was not called" TSRMLS_CC); \
|
| H A D | php_pdo_driver.h | 655 PDO_API void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt,
|
| H A D | pdo_stmt.c | 145 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); 157 pdo_raise_impl_error(stmt->dbh, stmt, "IM001", "PDO refuses to handle repeating the same :named parameter for multiple positions with this driver, as it might be unsafe to do so. Consider using a separate name for each parameter instead" TSRMLS_CC); 163 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); 357 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", tmp TSRMLS_CC); 470 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", NULL TSRMLS_CC); 783 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "user-supplied class does not have a constructor, use NULL for the ctor_params parameter, or simply omit it" TSRMLS_CC); 797 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", is_callable_error TSRMLS_CC); 800 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "user-supplied function must be a valid callback" TSRMLS_CC); 909 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns." TSRMLS_CC); 932 pdo_raise_impl_error(stm [all...] |
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_statement.c | 264 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", param->name TSRMLS_CC);
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | sqlite_statement.c | 138 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC);
|
| /PHP_TRUNK/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 520 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC);
|
Completed in 12 milliseconds