Searched refs:errorCode (Results 51 – 64 of 64) sorted by relevance
123
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 113 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql___construct.phpt | 22 (isset($db) && is_object($db)) ? $db->errorCode() : 'n/a', 286 (is_object($db)) ? $db->errorCode() : 'n/a',
|
H A D | pdo_mysql_stmt_bindparam_types.phpt | 162 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql_stmt_unbuffered_2050.phpt | 108 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql_types.phpt | 18 if ($db->errorCode() != 0) {
|
H A D | pdo_mysql_stmt_fetch_non_select.phpt | 180 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql_stmt_nextrowset.phpt | 106 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql_prepare_native.phpt | 90 $db->errorCode(), implode(' ', $db->errorInfo())); 333 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 81 $db->errorCode(), var_export($db->errorInfo(), true)); 92 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
|
H A D | pdo_mysql___construct_options.phpt | 159 (is_object($db)) ? $db->errorCode() : 'n/a',
|
H A D | pdo_mysql_prepare_emulated.phpt | 79 $db->errorCode(), implode(' ', $db->errorInfo())); 316 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 1013 static PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument 1278 PHP_ME(PDO, errorCode, arginfo_pdo__void, ZEND_ACC_PUBLIC)
|
H A D | pdo_stmt.c | 1680 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 D | NEWS | 6292 - 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