Home
last modified time | relevance | path

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

1234

/php-src/Zend/
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.h133 zend_string *message; member
H A Dzend_API.c393 char *message = NULL; in zend_argument_error_variadic() local
H A Dzend_alloc.c146 # define ZEND_MM_CHECK(condition, message) do { \ argument
354 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
H A Dzend_builtin_functions.c1185 zend_string *message; in ZEND_FUNCTION() local
H A Dzend_builtin_functions.stub.php105 function trigger_error(string $message, int $error_level = E_USER_NOTICE): true {}
108 function user_error(string $message, int $error_level = E_USER_NOTICE): true {}
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()
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_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_execute_API.c236 char *message = NULL; in zend_throw_or_error() local
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_fibers.c983 const char *message; in ZEND_METHOD() local
H A Dzend_multiply.h344 …ways_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const char *message) in zend_safe_addmult()
H A Dzend_observer.c348 …er_error_notify(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in _zend_observer_error_notify()
H A Dzend_observer.h110 …_error_notify(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) { in zend_observer_error_notify()
H A Dzend_strtod.c212 static void Bug(const char *message) { in Bug()
/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/date/lib/
H A Dparse_date.c368 …timelib_error_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->war… in add_warning() local
378 …timelib_error_message *message = alloc_error_message(&s->errors->error_messages, &s->errors->error… in add_error() local
388 …timelib_error_message *message = alloc_error_message(&s->errors->warning_messages, &s->errors->war… in add_pbf_warning() local
398 …timelib_error_message *message = alloc_error_message(&s->errors->error_messages, &s->errors->error… in add_pbf_error() local
H A Dtimelib.h335 char *message; member
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h187 lexbor_str_t message; member
/php-src/ext/
H A Dext_skel.php22 function error($message) {
/php-src/ext/ffi/
H A Dffi.c3594 char *message = NULL; in zend_ffi_throw_parser_error() local
5705 char *message = NULL; local
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c52 char message[JMSG_LENGTH_MAX]; in php_jpeg_emit_message() local
/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/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp374 zend_string* message = NULL; in PHP_METHOD() local

Completed in 378 milliseconds

1234