Home
last modified time | relevance | path

Searched refs:getErrmsg (Results 1 – 19 of 19) sorted by relevance

/dports/lang/php81/php-8.1.1/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/www/mod_php80/php-8.0.15/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/lang/php80/php-8.0.15/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/lang/php73/php-7.3.33/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/lang/php74/php-7.4.27/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/www/mod_php81/php-8.1.1/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/www/mod_php74/php-7.4.27/tests/lang/
H A Derror_2_exception_001.phpt16 function getErrmsg() {
32 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A Dexception.inc12 function getErrmsg() {
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A Dexception.inc12 function getErrmsg() {
/dports/www/tntnet/tntnet-2.2.1/framework/common/tnt/
H A Dhttperror.h82 std::string getErrmsg() const;
/dports/www/tntnet/tntnet-2.2.1/framework/common/
H A Dworker.cpp189 errorReply.sendReply(e.getErrcode(), e.getErrmsg()); in run()
292 errorReply.sendReply(e.getErrcode(), e.getErrmsg()); in processRequest()
H A Dhttperror.cpp178 std::string HttpError::getErrmsg() const in getErrmsg() function in tnt::HttpError
/dports/net/spoofer/spoofer-1.4.7/manager/common/
H A Dcommon.cpp63 QString getErrmsg(error_t err) in getErrmsg() function
252 qDebug() << "RegGetValue:" << getErrmsg(static_cast<DWORD>(err)); in lockFileName()
H A Dcommon.h137 QString getErrmsg(error_t err);
138 inline QString getLastErrmsg() { return getErrmsg(getLastErr()); } in getLastErrmsg()
/dports/mail/cone/cone-1.1/libmail/
H A Dsync.H279 std::string getErrmsg() { return errmsg; } in getErrmsg() function
/dports/ports-mgmt/bsdadminscripts2/bsda2-0.4.2/src/
H A Dpkg_validate.sh204 $pkginfo.getErrmsg errmsg
H A Dpkg_libchk.sh200 $pkginfo.getErrmsg errmsg
/dports/net/spoofer/spoofer-1.4.7/manager/scheduler/
H A Dapp.cpp563 getErrmsg(syserr) << Qt_endl; in lockLockFile()