/php-src/ext/intl/ |
H A D | intl_data.h | 47 #define INTL_CHECK_STATUS(err, msg) \ argument 56 #define INTL_CHECK_STATUS_OR_NULL(err, msg) \ argument 66 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument 75 #define INTL_METHOD_CHECK_STATUS_OR_GOTO(obj, msg, label) \ argument 85 #define INTL_METHOD_CHECK_STATUS_OR_NULL(obj, msg) \ argument 95 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
|
H A D | intl_error.c | 90 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg() 161 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() 169 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set() 187 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg()
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | log.c | 13 const char *msg; member 97 lxb_css_log_message_t *msg; in lxb_css_log_append() local 122 lxb_css_log_message_t *msg; in lxb_css_log_push() local 144 lxb_css_log_message_t *msg; in lxb_css_log_format() local 195 lxb_css_log_message_t *msg; in lxb_css_log_serialize() local 276 lxb_css_log_message_serialize(lxb_css_log_message_t *msg, in lxb_css_log_message_serialize() 293 lxb_css_log_message_serialize_char(lxb_css_log_message_t *msg, in lxb_css_log_message_serialize_char()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(… argument 168 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX() 169 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX() 182 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument 183 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument 194 #define TRACE_ALLOC_INF(msg) DBG_INF_EX(MYSQLND_G(trace_alloc), (msg)) argument 195 #define TRACE_ALLOC_ERR(msg) DBG_ERR_EX(MYSQLND_G(trace_alloc), (msg)) argument 207 static inline void DBG_INF(const char * const msg) {} in DBG_INF() 208 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR() 218 static inline void TRACE_ALLOC_INF(const char * const msg) {} in TRACE_ALLOC_INF() [all …]
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_statement.c | 282 const char *msg = "Cannot fetch from a closed cursor"; in pdo_firebird_stmt_fetch() local 396 const char *msg = "Couldn't determine BLOB size"; in php_firebird_fetch_blob() local 438 const char *msg = "Error reading from BLOB"; in php_firebird_fetch_blob() local 640 const char *msg = "Invalid parameter index"; in pdo_firebird_stmt_param_hook() local 666 const char *msg = "Invalid parameter name"; in pdo_firebird_stmt_param_hook() local 718 const char *msg = "Cannot bind to array field"; in pdo_firebird_stmt_param_hook() local 727 const char *msg = "Parameter requires non-null value"; in pdo_firebird_stmt_param_hook() local 775 const char *msg = "Cannot convert string to boolean"; in pdo_firebird_stmt_param_hook() local 788 const char *msg = "Binding arrays/objects is not supported"; in pdo_firebird_stmt_param_hook() local 845 const char *msg = "Parameter requires non-null value"; in pdo_firebird_stmt_param_hook() local [all …]
|
/php-src/ext/com_dotnet/ |
H A D | com_olechar.c | 59 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local 89 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local 140 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_bstr_to_string() local
|
H A D | com_com.c | 217 char *werr, *msg; in PHP_METHOD() local 343 char *desc = NULL, *msg = NULL; in php_com_invoke_helper() local 473 char *msg = NULL; in php_com_do_invoke_byref() local 636 char *msg = NULL; in php_com_do_invoke() local 774 MSG msg; in PHP_FUNCTION() local
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 292 unsigned char *msg; in PHP_FUNCTION() local 322 unsigned char *msg; in PHP_FUNCTION() local 362 zend_string *msg; in PHP_FUNCTION() local 405 unsigned char *msg; in PHP_FUNCTION() local 732 unsigned char *msg; in PHP_FUNCTION() local 776 zend_string *msg; in PHP_FUNCTION() local 821 unsigned char *msg; in PHP_FUNCTION() local 854 zend_string *msg; in PHP_FUNCTION() local 1179 unsigned char *msg; in PHP_FUNCTION() local 2889 char *msg; in PHP_FUNCTION() local [all …]
|
/php-src/ext/libxml/ |
H A D | libxml.c | 611 static void php_list_set_error_structure(const xmlError *error, const char *msg, int line, int colu… in php_list_set_error_structure() 638 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level() 655 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() 664 …ernal_error_handler_ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, … in php_libxml_internal_error_handler_ex() 702 …_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap) in php_libxml_error_handler_va() 844 …I void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const char *msg,...) in php_libxml_pretend_ctx_error_ex() 860 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() 868 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning() 885 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
|
/php-src/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 39 #define PDO_DBG_INF(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument 40 #define PDO_DBG_ERR(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument 55 static inline void PDO_DBG_INF(char *msg) {} in PDO_DBG_INF() 56 static inline void PDO_DBG_ERR(char *msg) {} in PDO_DBG_ERR()
|
/php-src/ext/xsl/ |
H A D | php_xsl.c | 223 const char *msg, in xsl_try_output_replaced_error_message() 239 #define XSL_TRY_OUTPUT_REPLACED_ERROR_MESSAGE(ctx, msg, search, replace) \ argument 244 static void xsl_libxslt_error_handler(void *ctx, const char *msg, ...) in xsl_libxslt_error_handler()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.c | 43 int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print() 124 char *msg = NULL; in phpdbg_vprint() local
|
H A D | phpdbg_info.c | 124 #define VARIABLEINFO(msg, ...) \ in PHPDBG_INFO() argument 233 #define VARIABLEINFO(msg, ...) \ in phpdbg_print_symbols() argument
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_attr.c | 84 char *msg; in PHP_FUNCTION() local
|
H A D | msgformat_format.c | 131 char *msg = NULL; in PHP_FUNCTION() local
|
H A D | msgformat.c | 88 char *msg = NULL; in msgfmt_ctor() local
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 35 char *msg; in datefmt_process_calendar_arg() local
|
/php-src/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 169 char *msg = NULL; in PHP_FUNCTION() local 343 char *msg; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 60 char *msg = ""; in fpm_trace_ready() local
|
/php-src/ext/sockets/ |
H A D | conversions.h | 28 char *msg; member
|
/php-src/ext/intl/collator/ |
H A D | collator_class.h | 65 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
|
/php-src/win32/build/ |
H A D | phpize.js.in | 31 function ERROR(msg) argument
|
/php-src/Zend/ |
H A D | zend_verify_type_inference.h | 35 #define ZEND_VERIFY_TYPE_INFERENCE_ERROR(msg, ...) \ argument
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.h | 73 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
|
/php-src/ext/intl/idn/ |
H A D | idn.c | 38 static zend_result php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status()
|