Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/gettext/
H A Dgettext.stub.php9 function gettext(string $message): string {}
12 function _(string $message): string {}
15 function dgettext(string $domain, string $message): string {}
18 function dcgettext(string $domain, string $message, int $category): string {}
/php-src/Zend/
H A Dzend_exceptions.stub.php31 protected $message = ""; variable in Exception
45 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
73 string $message = "",
90 protected $message = ""; variable in Error
106 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
H A Dzend_exceptions.c306 zend_string *message = NULL; in ZEND_METHOD() local
356 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
665 zend_string *message = zval_get_string(GET_PROPERTY(exception, ZEND_STR_MESSAGE)); in ZEND_METHOD() local
815 static zend_object *zend_throw_exception_zstr(zend_class_entry *exception_ce, zend_string *message,… in zend_throw_exception_zstr()
843 … zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long … in zend_throw_exception()
857 char *message; in zend_throw_exception_ex() local
869 …bject *zend_throw_error_exception(zend_class_entry *exception_ce, zend_string *message, zend_long … in zend_throw_error_exception()
885 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va() local
904 zend_string *message = zval_get_string(GET_PROPERTY(&exception, ZEND_STR_MESSAGE)); in zend_exception_error() local
H A Dzend.c302 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
314 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
1357 ZEND_API void zend_message_dispatcher(zend_long message, const void *data) /* {{{ */ in zend_message_dispatcher()
1393 int orig_type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in zend_error_zstr_at()
1560 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va_list() local
1678 …ND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *message) in zend_strerror_noreturn()
1696 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
1740 char *message = NULL; in zend_throw_error() local
1792 char *message = NULL; in zend_type_error() local
1804 char *message = NULL; in zend_argument_count_error() local
[all …]
H A Dzend_extensions.c239 int message; in zend_extension_message_dispatcher() local
251 ZEND_API void zend_extension_dispatch_message(int message, void *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()
/php-src/ext/standard/
H A Dmail.c243 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
344 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces()
355 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog()
363 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Dsyslog.c98 zend_string *message; in PHP_FUNCTION() local
/php-src/ext/intl/common/
H A Dcommon_date.cpp42 char *message; in timezone_convert_datetimezone() local
102 char *message; in intl_datetime_decompose() local
170 char *message; in intl_zval_to_millis() local
/php-src/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog()
90 void vsyslog(int priority, const char *message, va_list args) in vsyslog()
/php-src/ext/sodium/
H A Dlibsodium.stub.php549 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
551 function sodium_crypto_aead_aes256gcm_encrypt(#[\SensitiveParameter] string $message, string $addit…
/php-src/ext/sysvmsg/
H A Dsysvmsg.stub.php45 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo…
51 function msg_receive(
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp421 char *message; in umsg_format_helper() local
457 char *message; in umsg_format_helper() local
529 char *message; in umsg_format_helper() local
573 char *message; in umsg_format_helper() local
H A Dmsgformat.stub.php40 …public static function parseMessage(string $locale, string $pattern, string $message): array|false…
/php-src/ext/intl/dateformat/
H A Ddateformat.c46 zend_string *message = NULL; in PHP_FUNCTION() local
/php-src/ext/intl/collator/
H A Dcollator_error.c48 zend_string* message = NULL; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_error.c302 const unsigned char *message; in pcre2_get_error_message() local
/php-src/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/php-src/ext/mysqli/
H A Dmysqli_exception.c34 char *message; in php_mysqli_throw_sql_exception() local
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c304 zend_string *message = intl_error_get_message( NULL ); in PHP_FUNCTION() local
454 zend_string* message = NULL; in PHP_FUNCTION() local
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp66 char *message = NULL; in timezone_convert_to_datetimezone() local
135 char *message = NULL; in timezone_process_timezone_argument() local
/php-src/ext/
H A Dext_skel.php22 function error($message) {
/php-src/ext/com_dotnet/
H A Dcom_misc.c28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/php-src/ext/intl/formatter/
H A Dformatter_main.c135 zend_string *message = NULL; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_syslog.c35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str()

Completed in 54 milliseconds

1234