Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/
H A Dzend.c215 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
227 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
1534 char *message = NULL; in zend_throw_error() local
1568 char *message = NULL; in zend_type_error() local
1580 char *message = NULL; in zend_internal_type_error() local
1597 char *message = NULL; in zend_internal_argument_count_error() local
H A Dzend_alloc.c141 # define ZEND_MM_CHECK(condition, message) do { \ argument
356 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
H A Dzend_builtin_functions.c1599 char *message; in ZEND_FUNCTION() local
H A Dzend_exceptions.c277 zend_string *message = NULL; in ZEND_METHOD() local
347 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
691 zend_string *message = zval_get_string(GET_PROPERTY(exception, ZEND_STR_MESSAGE)); in ZEND_METHOD() local
907 … zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long … in zend_throw_exception()
940 char *message; in zend_throw_exception_ex() local
952 …object *zend_throw_error_exception(zend_class_entry *exception_ce, const char *message, zend_long … in zend_throw_error_exception()
993 zend_string *message = zval_get_string(GET_PROPERTY(&exception, ZEND_STR_MESSAGE)); in zend_exception_error() local
H A Dzend_execute_API.c220 char *message = NULL; in zend_throw_or_error() local
H A Dzend_extensions.c234 int message; in zend_extension_message_dispatcher() local
246 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
H A Dzend_multiply.h331 …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_strtod.c201 static void Bug(const char *message) { in Bug()
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h288 char *message; member
/PHP-7.4/ext/
H A Dext_skel.php25 function error($message) {
/PHP-7.4/ext/ffi/
H A Dffi.c3463 char *message = NULL; in zend_ffi_throw_parser_error() local
5328 char *message = NULL; local
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c52 char message[JMSG_LENGTH_MAX]; in php_jpeg_emit_message() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c1343 zend_string *folder, *message, *internal_date = NULL, *flags = NULL; in PHP_FUNCTION() local
4044 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail()
4206 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp421 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp226 char *message; in _php_intlcal_field_uec_ret_in32t_method() local
655 char *message; in _php_intlcal_field_ret_in32t_method() local
1304 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_error.c62 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp44 char *message; in timezone_convert_datetimezone() local
104 char *message; in intl_datetime_decompose() local
172 char *message; in intl_zval_to_millis() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c53 char message[1024]; in php_converter_throw_failure() local
869 zend_string *message = intl_error_get_message(&(objval->error)); in PHP_METHOD() local
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat.c99 zend_string *message = NULL; in PHP_FUNCTION() local
H A Ddateformat_format.c68 char *message; in internal_get_arr_ele() local
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c140 zend_string *message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c177 zend_string* message = NULL; in PHP_FUNCTION() local
H A Dmsgformat_helpers.cpp423 char *message; in umsg_format_helper() local
459 char *message; in umsg_format_helper() local
531 char *message; in umsg_format_helper() local
575 char *message; in umsg_format_helper() local
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c405 zend_string* message = NULL; in ZEND_END_ARG_INFO() local

Completed in 140 milliseconds

123