Home
last modified time | relevance | path

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

1234

/PHP-8.1/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 {}
110 function sodium_crypto_generichash_update(string &$state, string $message): bool {}
146 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {}
168 function sodium_crypto_shorthash(string $message, string $key): string {}
172 function sodium_crypto_sign(string $message, string $secret_key): string {}
174 function sodium_crypto_sign_detached(string $message, string $secret_key): string {}
200 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {}
[all …]
/PHP-8.1/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-8.1/Zend/
H A Dzend_exceptions.stub.php29 protected $message = ""; variable in Exception
43 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
71 string $message = "",
88 protected $message = ""; variable in Error
104 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
H A Dzend_exceptions.c304 zend_string *message = NULL; in ZEND_METHOD() local
354 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
663 zend_string *message = zval_get_string(GET_PROPERTY(exception, ZEND_STR_MESSAGE)); in ZEND_METHOD() local
816 static zend_object *zend_throw_exception_zstr(zend_class_entry *exception_ce, zend_string *message,… in zend_throw_exception_zstr()
844 … zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long … in zend_throw_exception()
858 char *message; in zend_throw_exception_ex() local
870 …bject *zend_throw_error_exception(zend_class_entry *exception_ce, zend_string *message, zend_long … in zend_throw_error_exception()
886 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va() local
905 zend_string *message = zval_get_string(GET_PROPERTY(&exception, ZEND_STR_MESSAGE)); in zend_exception_error() local
H A Dzend.c243 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
255 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
1338 ZEND_API void zend_message_dispatcher(zend_long message, const void *data) /* {{{ */ in zend_message_dispatcher()
1374 int orig_type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in zend_error_zstr_at()
1541 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va_list() local
1655 …ND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *message) in zend_strerror_noreturn()
1673 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
1717 char *message = NULL; in zend_throw_error() local
1746 char *message = NULL; in zend_type_error() local
1758 char *message = NULL; in zend_argument_count_error() local
[all …]
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()
/PHP-8.1/ext/standard/
H A Dmail.c206 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
307 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces()
318 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog()
326 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
375 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Dsyslog.c157 zend_string *message; in PHP_FUNCTION() local
/PHP-8.1/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.1/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.1/ext/sysvmsg/
H A Dsysvmsg.stub.php19 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo…
25 function msg_receive(
/PHP-8.1/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.php39 …public static function parseMessage(string $locale, string $pattern, string $message): array|false…
/PHP-8.1/ext/intl/collator/
H A Dcollator_error.c48 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_error.c299 const unsigned char *message; in pcre2_get_error_message() local
/PHP-8.1/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.1/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/PHP-8.1/ext/mysqli/
H A Dmysqli_exception.c34 char *message; in php_mysqli_throw_sql_exception() local
/PHP-8.1/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.1/ext/intl/dateformat/
H A Ddateformat.c91 zend_string *message = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/
H A Dext_skel.php22 function error($message) {
/PHP-8.1/ext/libxml/
H A Dlibxml.stub.php10 public string $message; variable in LibXMLError
/PHP-8.1/ext/intl/formatter/
H A Dformatter_main.c129 zend_string *message = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_misc.c28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/PHP-8.1/main/
H A Dphp_syslog.c35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str()

Completed in 80 milliseconds

1234