Home
last modified time | relevance | path

Searched defs:message (Results 51 – 75 of 80) sorted by relevance

1234

/php-src/Zend/
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_fibers.c983 const char *message; in ZEND_METHOD() local
H A Dzend.h133 zend_string *message; member
H A Dzend_execute_API.c236 char *message = NULL; in zend_throw_or_error() 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
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp609 zend_string* message = NULL; in PHP_FUNCTION() 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/zend_test/
H A Dtest.stub.php264 function zend_test_crash(?string $message = null): void {}
H A Dtest.c622 zend_string *message = NULL; in ZEND_FUNCTION() local
/php-src/sapi/cli/
H A Dphp_cli.c363 static void sapi_cli_log_message(const char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message()
/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/dom/lexbor/lexbor/css/
H A Dparser.h187 lexbor_str_t message; member
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1182 zend_string* message = NULL; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.stub.php180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
/php-src/sapi/litespeed/
H A Dlsapi_main.c503 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message()
/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/soap/
H A Dsoap.c1722 …rror_num, zend_string *error_filename, const uint32_t error_lineno, zend_string *message) /* {{{ */
1816 …rror_num, zend_string *error_filename, const uint32_t error_lineno, zend_string *message) /* {{{ */
/php-src/ext/date/lib/
H A Dtimelib.h335 char *message; member
/php-src/ext/sqlite3/
H A Dsqlite3.c84 char *message; in php_sqlite3_error() local
/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/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/intl/
H A Dphp_intl.stub.php522 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
/php-src/ext/opcache/
H A DZendAccelerator.c3809 …_error_cb(int type, zend_string *error_filename, const uint32_t error_lineno, zend_string *message)

Completed in 132 milliseconds

1234