Home
last modified time | relevance | path

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

1234

/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/sqlite3/
H A Dsqlite3.c84 char *message; in php_sqlite3_error() local
/php-src/sapi/cgi/
H A Dcgi_main.c754 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message()
/php-src/ext/zend_test/
H A Dtest.stub.php264 function zend_test_crash(?string $message = null): void {}
/php-src/Zend/
H A Dzend_builtin_functions.c1185 zend_string *message; in ZEND_FUNCTION() local
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_strtod.c212 static void Bug(const char *message) { in Bug()
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_execute_API.c236 char *message = NULL; in zend_throw_or_error() local
H A Dzend_fibers.c983 const char *message; in ZEND_METHOD() local
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()
/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/sockets/
H A Dsockets.stub.php1989 function socket_sendmsg(Socket $socket, array $message, int $flags = 0): int|false {}
1991 function socket_recvmsg(Socket $socket, array &$message, int $flags = 0): int|false {}
/php-src/ext/pgsql/
H A Dpgsql.c279 static zend_string *_php_pgsql_trim_message(const char *message) in _php_pgsql_trim_message()
323 static void _php_pgsql_notice_handler(void *l, const char *message) in _php_pgsql_notice_handler()
/php-src/ext/mbstring/
H A Dmbstring.c4430 char *message; in PHP_FUNCTION() local
H A Dmbstring.stub.php180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
/php-src/main/
H A Dmain.c956 zend_string *message; in php_verror() local
1207 …error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in report_zend_debug_error_notify_cb()
1232 …r_cb(int orig_type, zend_string *error_filename, const uint32_t error_lineno, zend_string *message) in php_error_cb()
1622 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()
/php-src/ext/standard/
H A Dbasic_functions.stub.php1989 function error_log(string $message, int $message_type = 0, ?string $destination = null, ?string $ad…
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/intl/
H A Dphp_intl.stub.php522 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c476 MYSQLND_ERROR_LIST_ELEMENT * message; local
504 MYSQLND_ERROR_LIST_ELEMENT * message; local
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1182 zend_string* message = NULL; in PHP_FUNCTION() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c738 static void php_sapi_phpdbg_log_message(const char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message()
846 static inline size_t php_sapi_phpdbg_ub_write(const char *message, size_t length) /* {{{ */ in php_sapi_phpdbg_ub_write()
/php-src/ext/pdo/
H A Dpdo_dbh.c71 char *message = NULL; in pdo_raise_impl_error() local
134 zend_string *message = NULL; in pdo_handle_error() local

Completed in 161 milliseconds

1234