query_stmt 1016 ext/pdo/pdo_dbh.c if (dbh->query_stmt) { query_stmt 1017 ext/pdo/pdo_dbh.c RETURN_STRING(dbh->query_stmt->error_code, 1); query_stmt 1050 ext/pdo/pdo_dbh.c if (dbh->query_stmt) { query_stmt 1051 ext/pdo/pdo_dbh.c add_next_index_string(return_value, dbh->query_stmt->error_code, 1); query_stmt 1052 ext/pdo/pdo_dbh.c if(!strncmp(dbh->query_stmt->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; query_stmt 1059 ext/pdo/pdo_dbh.c dbh->methods->fetch_err(dbh, dbh->query_stmt, return_value TSRMLS_CC); query_stmt 1146 ext/pdo/pdo_dbh.c dbh->query_stmt = stmt; query_stmt 1515 ext/pdo/pdo_dbh.c if (dbh->query_stmt) { query_stmt 1517 ext/pdo/pdo_dbh.c dbh->query_stmt = NULL; query_stmt 515 ext/pdo/php_pdo_driver.h pdo_stmt_t *query_stmt; query_stmt 30 ext/pdo/php_pdo_error.h if (dbh->query_stmt) { \ query_stmt 31 ext/pdo/php_pdo_error.h dbh->query_stmt = NULL; \