Home
last modified time | relevance | path

Searched refs:pdo_raise_impl_error (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c145 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); in rewrite_name_to_position()
163 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); in rewrite_name_to_position()
357 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", tmp TSRMLS_CC); in really_register_bound_param()
470 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", NULL TSRMLS_CC); in PHP_METHOD()
797 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", is_callable_error TSRMLS_CC); in make_callable_ex()
932 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "Invalid column index" TSRMLS_CC); in do_fetch()
1250 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "invalid fetch mode" TSRMLS_CC); in pdo_stmt_verify_mode()
1291 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "invalid fetch mode" TSRMLS_CC); in pdo_stmt_verify_mode()
1794 pdo_raise_impl_error(stmt->dbh, stmt, "IM001", in PHP_METHOD()
1810 pdo_raise_impl_error(stmt->dbh, stmt, "IM001", in PHP_METHOD()
[all …]
H A Dpdo_dbh.c533 pdo_raise_impl_error(dbh, NULL, "HY000", in PHP_METHOD()
542 pdo_raise_impl_error(dbh, NULL, "HY000", in PHP_METHOD()
548 pdo_raise_impl_error(dbh, NULL, "HY000", in PHP_METHOD()
555 pdo_raise_impl_error(dbh, NULL, "HY000", in PHP_METHOD()
572 pdo_raise_impl_error(dbh, NULL, "HY000", in PHP_METHOD()
731 pdo_raise_impl_error(dbh, NULL, "HY000", "invalid error mode" TSRMLS_CC); in pdo_dbh_attribute_set()
791 pdo_raise_impl_error(dbh, NULL, "HY000", in pdo_dbh_attribute_set()
802 pdo_raise_impl_error(dbh, NULL, "HY000", in pdo_dbh_attribute_set()
810 pdo_raise_impl_error(dbh, NULL, "HY000", in pdo_dbh_attribute_set()
816 pdo_raise_impl_error(dbh, NULL, "HY000", in pdo_dbh_attribute_set()
[all …]
H A Dphp_pdo.h79 pdo_raise_impl_error(dbh, NULL, "00000", "PDO constructor was not called" TSRMLS_CC); \
H A Dpdo_sql_parser.c492 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "mixed named and positional parameters" TSRMLS_CC); in pdo_parse_params()
516 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "no parameters were bound" TSRMLS_CC); in pdo_parse_params()
535pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of… in pdo_parse_params()
556 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined" TSRMLS_CC); in pdo_parse_params()
583 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC); in pdo_parse_params()
H A Dpdo_sql_parser.re134 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);
177pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
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 Dphp_pdo_driver.h655 PDO_API void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt,
/PHP-5.4/ext/pdo_dblib/
H A Ddblib_stmt.c133pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO_DBLIB: dbresults() returned FAIL" TSRMLS_CC); in pdo_dblib_stmt_next_rowset()
185 pdo_raise_impl_error(stmt->dbh, stmt, "HY000", "PDO_DBLIB: dbnextrow() returned FAIL" TSRMLS_CC); in pdo_dblib_stmt_fetch()
H A Ddblib_driver.c319pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Failed to set version specified in connection… in pdo_dblib_handle_factory()
328pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Invalid version specified in connection strin… in pdo_dblib_handle_factory()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_statement.c138 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC); in pdo_sqlite_stmt_param_hook()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_statement.c264 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", param->name TSRMLS_CC); in pgsql_stmt_param_hook()
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c520 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC); in pdo_mysql_stmt_param_hook()

Completed in 108 milliseconds