Home
last modified time | relevance | path

Searched refs:getMessage (Results 501 – 515 of 515) sorted by relevance

1...<<21

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt153 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
293 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_emulated.phpt78 $offset, $e->getMessage(),
316 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_closecursor.phpt142 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_begintransaction.phpt145 assert($e->getMessage() != '');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt306 $e->getMessage(), $db->errorInfo(), implode(' ', $db->errorInfo()));
/PHP-5.5/Zend/
H A Dzend_exceptions.c326 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument
759 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A DZEND_CHANGES567 final function getMessage() {
600 Note: The method getMessage() is a final read only access method to
611 echo 'Exception: ' . $ex->getMessage() . 'with backtrace: <pre>';
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt146 echo $e->getMessage()."\n";
/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt35 echo "\texception " . $e->getMessage();
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt19 echo $e->getMessage() . "\n";
32 echo $e->getMessage() . "\n";
H A Dphar_setdefaultstub.phpt47 echo $e->getMessage() . "\n";
H A Dbug45218_SLOWTEST.phpt52 echo $e->getMessage() . "\n";
H A Dbug45218_SLOWTESTU.phpt52 echo $e->getMessage() . "\n";
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc308 self::error("Exception while opening phar '$arg':\n" . $e->getMessage() . "\n");
345 self::error("Exception while opening phar '$argv':\n" . $e->getMessage() . "\n");
652 self::error("Unable to complete operation on file '$file'\n" . $e->getMessage() . "\n");
/PHP-5.5/
H A DNEWS8663 - Fixed SoapFault::getMessage(). (Dmitry)

Completed in 80 milliseconds

1...<<21