/PHP-8.3/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-8.3/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-8.3/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
|
H A D | com_variant.c | 486 char *werr, *msg; in PHP_METHOD() local 1055 char *werr, *msg; in PHP_FUNCTION() local 1092 char *werr, *msg; in PHP_FUNCTION() local
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.c | 293 unsigned char *msg; in PHP_FUNCTION() local 323 unsigned char *msg; in PHP_FUNCTION() local 363 zend_string *msg; in PHP_FUNCTION() local 406 unsigned char *msg; in PHP_FUNCTION() local 733 unsigned char *msg; in PHP_FUNCTION() local 777 zend_string *msg; in PHP_FUNCTION() local 822 unsigned char *msg; in PHP_FUNCTION() local 855 zend_string *msg; in PHP_FUNCTION() local 1180 unsigned char *msg; in PHP_FUNCTION() local 2660 char *msg; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/intl/idn/ |
H A D | idn.c | 40 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() 56 static inline void php_intl_bad_args(const char *msg) in php_intl_bad_args()
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 639 static void _php_list_set_error_structure(const xmlError *error, const char *msg) in _php_list_set_error_structure() 664 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level() 681 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() 690 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() 857 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() 865 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning() 884 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 37 #define PDO_DBG_INF(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument 38 #define PDO_DBG_ERR(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument 53 static inline void PDO_DBG_INF(char *msg) {} in PDO_DBG_INF() 54 static inline void PDO_DBG_ERR(char *msg) {} in PDO_DBG_ERR()
|
/PHP-8.3/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-8.3/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 169 char *msg = NULL; in PHP_FUNCTION() local 346 char *msg; in PHP_FUNCTION() local
|
/PHP-8.3/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 | 90 char *msg = NULL; in msgfmt_ctor() local
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 35 char *msg; in datefmt_process_calendar_arg() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 60 char *msg = ""; in fpm_trace_ready() local
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.h | 28 char *msg; member
|
H A D | sendrecvmsg.c | 42 inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags) in recvmsg() 62 inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) in sendmsg()
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_class.h | 65 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | udint.h | 43 #define UDERR(u, msg) \ argument
|
/PHP-8.3/win32/build/ |
H A D | phpize.js.in | 31 function ERROR(msg) argument
|
/PHP-8.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.h | 73 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdtest.c | 360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
|