Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator_methods.c304 zend_string *message = intl_error_get_message( NULL ); in PHP_FUNCTION() local
305 …NG, "Could not create transliterator with ID \"%s\" (%s)", ZSTR_VAL(arg1_str), ZSTR_VAL(message) ); in PHP_FUNCTION()
306 zend_string_free( message ); in PHP_FUNCTION()
454 zend_string* message = NULL; in PHP_FUNCTION() local
470 message = intl_error_get_message( TRANSLITERATOR_ERROR_P( to ) ); in PHP_FUNCTION()
471 RETURN_STR( message ); in PHP_FUNCTION()
/PHP-8.2/main/
H A Dphp_syslog.h38 PHPAPI void php_syslog_str(int priority, const zend_string* message);
/PHP-8.2/tests/output/
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
/PHP-8.2/tests/lang/
H A Dzend_throw_exception_001.phpt2 zend_throw_exception with NULL message
/PHP-8.2/ext/reflection/tests/
H A Dbug66430.phpt7 public $message = "Valid representation";
10 return $this->message;
H A Dbug78697.phpt2 Bug #78697: ReflectionClass::implementsInterface - inaccurate error message with traits
/PHP-8.2/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt50 Warning: imap_fetchbody(): Bad message number in %s on line %d
54 string(%d) "1: this is a test message, please ignore
/PHP-8.2/ext/oci8/tests/
H A Dcalltimeout1.phpt29 echo "Execute error was ", $m['message'], "\n";
38 echo "Execute error was ", $m['message'], "\n";
H A Dpecl_bug16842.phpt48 ["message"]=>
65 ["message"]=>
H A Dconnect.inc14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
/PHP-8.2/Zend/
H A Dzend_extensions.c240 int message; in zend_extension_message_dispatcher() local
246 message = va_arg(args, int); in zend_extension_message_dispatcher()
248 extension->message_handler(message, arg); in zend_extension_message_dispatcher()
252 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message() argument
254 …end_extensions, (llist_apply_with_args_func_t) zend_extension_message_dispatcher, 2, message, arg); in zend_extension_dispatch_message()
H A Dzend_dtrace.c112 …error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in dtrace_error_notify_cb() argument
115 DTRACE_ERROR(ZSTR_VAL(message), ZSTR_VAL(error_filename), error_lineno); in dtrace_error_notify_cb()
H A Dzend_exceptions.h60 …_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code);
65 …*zend_throw_error_exception(zend_class_entry *exception_ce, zend_string *message, zend_long code, …
/PHP-8.2/ext/soap/tests/
H A Dfault001.phpt8 $fault = new SoapFault("code", "message");
/PHP-8.2/ext/libxml/tests/
H A D002.phpt50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
79 ["message"]=>
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg_arginfo.h12 ZEND_ARG_INFO(0, message)
23 ZEND_ARG_TYPE_INFO(1, message, IS_MIXED, 0)
/PHP-8.2/ext/standard/tests/mail/
H A Dgh7875.phpt23 function exception_error_handler($severity, $message, $file, $line) {
27 throw new ErrorException($message, 0, $severity, $file, $line);
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
110 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
115 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
120 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-8.2/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt2 Check error message for missing traits
/PHP-8.2/ext/gettext/tests/
H A D44938.phpt108 gettext(): Argument #1 ($message) is too long
112 dcgettext(): Argument #2 ($message) is too long
117 dgettext(): Argument #2 ($message) is too long
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug68199.phpt49 var_dump($notify['message']);
65 var_dump($notify['message']);
73 var_dump($notify['message']);
/PHP-8.2/Zend/tests/
H A Disset_expr_error.phpt2 Error message for isset(func())
H A Disset_func_error.phpt2 Error message for isset(func())
/PHP-8.2/sapi/fpm/tests/
H A Dresponse.inc34 * Emit error message
36 * @param string $message
42 protected function error(string $message, bool $throw = false): bool
44 $errorMessage = "ERROR: $message\n";
208 * @param string|null $errorMessage Expected error message.
217 … ? "The expected error message '$errorMessage' is not equal to returned error '$errorData'"
218 : "No error message expected but received '$errorData'";
228 * @param string $errorMessagePattern Expected error message RegExp patter.
346 * Check if the response is valid and if not emit error message
/PHP-8.2/tests/basic/
H A Dbug45986.phpt2 Bug #45986 (wrong error message for a non existent file on rename)

Completed in 27 milliseconds

12345678910>>...20