Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/sodium/
H A Dlibsodium.stub.php35 function sodium_crypto_auth(string $message, string $key): string {}
39 function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {}
41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {}
55 function sodium_crypto_box_seal(string $message, string $public_key): string {}
79 function sodium_crypto_generichash_update(string &$state, string $message): bool {}
109 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {}
129 function sodium_crypto_shorthash(string $message, string $key): string {}
133 function sodium_crypto_sign(string $message, string $secret_key): string {}
135 function sodium_crypto_sign_detached(string $message, string $secret_key): string {}
155 function sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key)…
[all …]
/PHP-8.0/ext/gettext/
H A Dgettext.stub.php7 function gettext(string $message): string {}
10 function _(string $message): string {}
12 function dgettext(string $domain, string $message): string {}
14 function dcgettext(string $domain, string $message, int $category): string {}
/PHP-8.0/ext/standard/
H A Dmail.c252 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
353 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces()
364 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog()
372 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
421 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Dsyslog.c172 char *message; in PHP_FUNCTION() local
/PHP-8.0/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-8.0/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-8.0/Zend/
H A Dzend_exceptions.c294 zend_string *message = NULL; in ZEND_METHOD() local
347 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
672 zend_string *message = zval_get_string(GET_PROPERTY(exception, ZEND_STR_MESSAGE)); in ZEND_METHOD() local
845 static zend_object *zend_throw_exception_zstr(zend_class_entry *exception_ce, zend_string *message,… in zend_throw_exception_zstr()
873 … zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long … in zend_throw_exception()
887 char *message; in zend_throw_exception_ex() local
899 …bject *zend_throw_error_exception(zend_class_entry *exception_ce, zend_string *message, zend_long … in zend_throw_error_exception()
913 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va() local
932 zend_string *message = zval_get_string(GET_PROPERTY(&exception, ZEND_STR_MESSAGE)); in zend_exception_error() local
H A Dzend_exceptions.stub.php27 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
52 …public function __construct(string $message = "", int $code = 0, int $severity = E_ERROR, ?string …
63 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
H A Dzend.c224 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
236 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
1304 int orig_type, const char *error_filename, uint32_t error_lineno, zend_string *message) in zend_error_impl()
1432 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va_list() local
1540 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
1550 char *message = NULL; in zend_throw_error() local
1579 char *message = NULL; in zend_type_error() local
1591 char *message = NULL; in zend_argument_count_error() local
1604 char *message = NULL; in zend_value_error() local
H A Dzend_extensions.c240 int message; in zend_extension_message_dispatcher() local
252 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, const char *error_filename, uint32_t error_lineno, zend_string *message) in dtrace_error_notify_cb()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.stub.php15 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo…
21 function msg_receive(
/PHP-8.0/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.php37 public static function parseMessage(string $locale, string $pattern, string $message) {}
/PHP-8.0/ext/intl/collator/
H A Dcollator_error.c48 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqli/
H A Dmysqli_exception.c34 char *message; in php_mysqli_throw_sql_exception() local
H A Dmysqli_prop.c197 MYSQLND_ERROR_LIST_ELEMENT * message; in link_error_list_read() local
361 MYSQLND_ERROR_LIST_ELEMENT * message; in stmt_error_list_read() local
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_error.c298 const unsigned char *message; in pcre2_get_error_message() local
/PHP-8.0/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/PHP-8.0/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-8.0/ext/intl/dateformat/
H A Ddateformat.c91 zend_string *message = NULL; in PHP_FUNCTION() local
/PHP-8.0/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-8.0/ext/
H A Dext_skel.php22 function error($message) {
/PHP-8.0/ext/intl/formatter/
H A Dformatter_main.c122 zend_string *message = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/com_dotnet/
H A Dcom_misc.c28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()

Completed in 78 milliseconds

123