Home
last modified time | relevance | path

Searched defs:message (Results 26 – 50 of 59) sorted by last modified time

123

/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c48 char *message; in php_sqlite3_error() local
/PHP-7.4/Zend/
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_strtod.c201 static void Bug(const char *message) { in Bug()
/PHP-7.4/ext/sockets/
H A Dsockets.c108 #define __glibc_macro_warning(message) argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4800 char *message, *opt = NULL, *headers = NULL; local
4826 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers) /* {{{ */
4832 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
H A Dmail.c282 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
394 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces()
405 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog()
413 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
463 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
H A Dsyslog.c185 char *message; in PHP_FUNCTION() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c829 static void php_sapi_phpdbg_log_message(char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message()
944 static inline size_t php_sapi_phpdbg_ub_write(const char *message, size_t length) /* {{{ */ in php_sapi_phpdbg_ub_write()
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h294 char *message; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_error.c298 const unsigned char *message; in pcre2_get_error_message() 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/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/
H A Dext_skel.php25 function error($message) {
/PHP-7.4/ext/mysqli/
H A Dmysqli_prop.c203 MYSQLND_ERROR_LIST_ELEMENT * message; in link_error_list_read() local
367 MYSQLND_ERROR_LIST_ELEMENT * message; in stmt_error_list_read() local
H A Dmysqli_exception.c43 char *message; in php_mysqli_throw_sql_exception() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h110 char *message; member
140 char *message; member
236 MYSQLND_STRING message; member
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
/PHP-7.4/sapi/embed/
H A Dphp_embed.c96 static void php_embed_log_message(char *message, int syslog_type_int) in php_embed_log_message()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c41 char *message; in dblib_fetch_error() local
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c341 zend_string *message = intl_error_get_message( NULL ); in PHP_FUNCTION() local
504 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp624 zend_string* message = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c405 zend_string* message = NULL; in ZEND_END_ARG_INFO() 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/dateformat/
H A Ddateformat.c99 zend_string *message = NULL; in PHP_FUNCTION() local

Completed in 127 milliseconds

123