Home
last modified time | relevance | path

Searched refs:errorCode (Results 51 – 64 of 64) sorted by relevance

123

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt113 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql___construct.phpt22 (isset($db) && is_object($db)) ? $db->errorCode() : 'n/a',
286 (is_object($db)) ? $db->errorCode() : 'n/a',
H A Dpdo_mysql_stmt_bindparam_types.phpt162 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_unbuffered_2050.phpt108 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_types.phpt18 if ($db->errorCode() != 0) {
H A Dpdo_mysql_stmt_fetch_non_select.phpt180 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_nextrowset.phpt106 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_native.phpt90 $db->errorCode(), implode(' ', $db->errorInfo()));
333 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_getcolumnmeta.phpt81 $db->errorCode(), var_export($db->errorInfo(), true));
92 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
H A Dpdo_mysql___construct_options.phpt159 (is_object($db)) ? $db->errorCode() : 'n/a',
H A Dpdo_mysql_prepare_emulated.phpt79 $db->errorCode(), implode(' ', $db->errorInfo()));
316 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1013 static PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1278 PHP_ME(PDO, errorCode, arginfo_pdo__void, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1680 static PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
2213 PHP_ME(PDOStatement, errorCode, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS6292 - Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors).
8483 - Fixed bug #37709 (Possible crash in PDO::errorCode()). (Ilia)

Completed in 159 milliseconds

123