PDO_ERR_NONE 1018 ext/pdo/pdo_dbh.c if(!strncmp(dbh->query_stmt->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; PDO_ERR_NONE 1021 ext/pdo/pdo_dbh.c if(!strncmp(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; PDO_ERR_NONE 1475 ext/pdo/pdo_dbh.c REGISTER_PDO_CLASS_CONST_STRING("ERR_NONE", PDO_ERR_NONE); PDO_ERR_NONE 29 ext/pdo/php_pdo_error.h strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \ PDO_ERR_NONE 35 ext/pdo/php_pdo_error.h #define PDO_STMT_CLEAR_ERR() strcpy(stmt->error_code, PDO_ERR_NONE) PDO_ERR_NONE 36 ext/pdo/php_pdo_error.h #define PDO_HANDLE_DBH_ERR() if (strcmp(dbh->error_code, PDO_ERR_NONE)) { pdo_handle_error(dbh, NULL); } PDO_ERR_NONE 37 ext/pdo/php_pdo_error.h #define PDO_HANDLE_STMT_ERR() if (strcmp(stmt->error_code, PDO_ERR_NONE)) { pdo_handle_error(stmt->dbh, stmt); } PDO_ERR_NONE 50 ext/pdo_firebird/firebird_driver.c *error_code = PDO_ERR_NONE; PDO_ERR_NONE 96 ext/pdo_mysql/mysql_driver.c strcpy(*pdo_err, PDO_ERR_NONE); PDO_ERR_NONE 50 ext/pdo_sqlite/sqlite_driver.c strncpy(*pdo_err, PDO_ERR_NONE, sizeof(PDO_ERR_NONE));