Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 81) sorted by last modified time

1234

/PHP-8.1/Zend/
H A Dzend.h132 zend_string *message; member
H A Dzend_alloc.c142 # define ZEND_MM_CHECK(condition, message) do { \ argument
357 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
H A Dzend_API.c364 char *message = NULL; in zend_argument_error_variadic() 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_fibers.c860 const char *message; in ZEND_METHOD() local
H A Dzend_execute_API.c231 char *message = NULL; in zend_throw_or_error() local
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
/PHP-8.1/ext/pgsql/
H A Dpgsql.c275 static zend_string *_php_pgsql_trim_message(const char *message) in _php_pgsql_trim_message()
319 static void _php_pgsql_notice_handler(void *l, const char *message) in _php_pgsql_notice_handler()
/PHP-8.1/ext/zend_test/
H A Dtest.c359 zend_string *message = NULL; in ZEND_FUNCTION() local
H A Dtest.stub.php123 function zend_test_crash(?string $message = null): void {}
/PHP-8.1/main/
H A Dmain.c935 zend_string *message; in php_verror() local
1183 …error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in report_zend_debug_error_notify_cb()
1208 …r_cb(int orig_type, zend_string *error_filename, const uint32_t error_lineno, zend_string *message) in php_error_cb()
1585 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()
/PHP-8.1/ext/standard/
H A Dsyslog.c157 zend_string *message; in PHP_FUNCTION() local
H A Dbasic_functions.c1429 char *message, *opt = NULL, *headers = NULL; local
1450 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /…
1456 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
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()
/PHP-8.1/ext/ffi/
H A Dffi.c3504 char *message = NULL; in zend_ffi_throw_parser_error() local
5610 char *message = NULL; local
/PHP-8.1/ext/soap/
H A Dphp_sdl.c450 xmlNodePtr message, part; in wsdl_soap_binding_header() local
661 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
980 xmlAttrPtr message; in load_wsdl() local
1009 xmlAttrPtr message; in load_wsdl() local
1049 xmlAttrPtr message, name; in load_wsdl() local
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c3820 …_error_cb(int type, zend_string *error_filename, const uint32_t error_lineno, zend_string *message)
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1137 …p_cli_server_log_response(php_cli_server_client *client, int status, const char *message) /* {{{ */ in php_cli_server_log_response()
H A Dphp_cli.c362 static void sapi_cli_log_message(const char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c45 char *message; in php_sqlite3_error() local
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c68 char *message = NULL; in pdo_raise_impl_error() local
131 zend_string *message = NULL; in pdo_handle_error() local
/PHP-8.1/ext/date/lib/
H A Dtimelib.h334 char *message; member
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c591 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi()
610 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3484 char *message; in PHP_FUNCTION() local
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c35 zend_string *message = NULL; in pdo_odbc_fetch_error_func() local

Completed in 246 milliseconds

1234