Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt111 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_types_zerofill.phpt18 if ($db->errorCode() != 0) {
H A Dpdo_mysql_stmt_unbuffered_2050.phpt108 $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___construct.phpt22 (isset($db) && is_object($db)) ? $db->errorCode() : 'n/a',
289 (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_getcolumnmeta.phpt81 $db->errorCode(), var_export($db->errorInfo(), true));
92 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_stmt_fetch_non_select.phpt180 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_types.phpt18 if ($db->errorCode() != 0) {
H A Dpdo_mysql_prepare_native.phpt90 $db->errorCode(), implode(' ', $db->errorInfo()));
333 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql___construct_options.phpt160 (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-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt77 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
143 $db->errorCode(), var_export($db->errorInfo(), true));
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c994 static PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1251 PHP_ME(PDO, errorCode, arginfo_pdo__void, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1641 static PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
2163 PHP_ME(PDOStatement, errorCode, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A DNEWS588 . Fixed bug #66528 (No PDOException or errorCode if database becomes

Completed in 35 milliseconds

123