Home
last modified time | relevance | path

Searched refs:errorInfo (Results 76 – 86 of 86) sorted by relevance

1234

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
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.phpt23 (isset($db) && is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
290 (is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
H A Dpdo_mysql_types.phpt27 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
H A Dpdo_mysql___construct_options.phpt161 (is_object($db)) ? implode(' ', $db->errorInfo()) : 'n/a');
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt51 die("BORK: don't know how to create a long column here:\n" . implode(", ", $db->errorInfo()));
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1021 static PHP_METHOD(PDO, errorInfo) in PHP_METHOD() argument
1252 PHP_ME(PDO, errorInfo, arginfo_pdo__void, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1659 static PHP_METHOD(PDOStatement, errorInfo) in PHP_METHOD() argument
2164 PHP_ME(PDOStatement, errorInfo, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A DUPGRADING331 use of SQLite3 extended result codes in errorInfo().
H A DNEWS741 . Fixed bug #64705 (errorInfo property of PDOException is null when

Completed in 36 milliseconds

1234