Home
last modified time | relevance | path

Searched refs:message (Results 126 – 150 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/oci8/tests/
H A Dconnect.inc14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
H A Dlob_null.phpt45 echo $m['message'], "\n";
59 echo $m['message'], "\n";
73 echo $m['message'], "\n";
89 echo $m['message'], "\n";
103 echo $m['message'], "\n";
117 echo $m['message'], "\n";
/PHP-5.5/Zend/tests/
H A Dbug43344_12.phpt2 Bug #43344.12 (Wrong error message for undefined namespace constant)
H A Disset_func_error.phpt2 Error message for isset(func())
H A Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
H A Dbug43344_13.phpt2 Bug #43344.13 (Wrong error message for undefined namespace constant)
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
H A Dbug43344_8.phpt2 Bug #43344.8 (Wrong error message for undefined namespace constant)
H A Dbug43344_4.phpt2 Bug #43344.4 (Wrong error message for undefined namespace constant)
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
H A Dargument_restriction_005.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
/PHP-5.5/tests/basic/
H A Dbug45986.phpt2 Bug #45986 (wrong error message for a non existent file on rename)
/PHP-5.5/ext/intl/tests/
H A Dintl_get_error_message.phpt8 * Check getting global error message.
/PHP-5.5/ext/standard/tests/general_functions/
H A D009.phpt12 echo test("message digest");
H A D007.phpt12 echo test("message digest");
/PHP-5.5/ext/pgsql/tests/
H A D21pg_get_notify.phpt17 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/PHP-5.5/ext/date/tests/
H A Dbug64157.phpt2 Test for bug #64157: DateTime::createFromFormat() reports confusing error message
/PHP-5.5/sapi/cli/tests/
H A D005.phpt55 Property [ <default> protected $message ]
71 Parameter #0 [ <optional> $message ]
/PHP-5.5/ext/standard/tests/strings/
H A Dmd5.phpt8 echo md5("message digest")."\n";
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c433 MYSQLND_ERROR_LIST_ELEMENT * message; local
436 message;
442 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
443 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
444 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1);
477 MYSQLND_ERROR_LIST_ELEMENT * message; local
480 message;
481message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(stmt->stmt->data->error_info->erro…
486 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
487 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplTempFileObject_constructor_error.phpt8 Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::__construct() e…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt29 printf("[%03d] Driver-specific error message.not set\n", $offset);
107 [015] Driver-specific error message.not set
109 [016] Driver-specific error message.not set
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h90 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
95 if ((message)) { \
96 (buf) = mnd_pestrndup((message), (len), (persistent)); \
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt12 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:5

Completed in 28 milliseconds

12345678910>>...19