Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 80) sorted by path

1234

/php-src/Zend/Optimizer/
H A Dzend_dump.c930 …nd_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *… in zend_dump_op_array()
/php-src/Zend/
H A Dzend_API.c1128 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error()
H A Dzend_alloc.c395 static void stderr_last_error(char *msg) in stderr_last_error()
H A Dzend_execute.c875 smart_str msg = {0}; in zend_match_unhandled_error() local
1684 const char *msg = NULL; in zend_wrong_string_offset_error() local
H A Dzend_ini_parser.y196 static ZEND_COLD void ini_error(const char *msg) in ini_error()
H A Dzend_verify_type_inference.h35 #define ZEND_VERIFY_TYPE_INFERENCE_ERROR(msg, ...) \ argument
/php-src/ext/com_dotnet/
H A Dcom_com.c217 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 Dcom_olechar.c59 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 Dcom_variant.c485 char *werr, *msg; in PHP_METHOD() local
1054 char *werr, *msg; in PHP_FUNCTION() local
1091 char *werr, *msg; in PHP_FUNCTION() local
/php-src/ext/dba/
H A Ddba_db3.c38 const char *errpfx, const char *msg) in php_dba_db3_errcall_fcn()
H A Ddba_db4.c39 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn()
/php-src/ext/enchant/
H A Denchant.c318 const char *msg; in PHP_FUNCTION() local
766 const char *msg; in PHP_FUNCTION() local
/php-src/ext/ffi/
H A Dffi_parser.c3588 static void yy_error(const char *msg) { in yy_error()
3592 static void yy_error_sym(const char *msg, int sym) { in yy_error_sym()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c840 char *msg; in makeerror() local
H A Dfuncs.c75 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield()
94 file_checkfmt(char *msg, size_t mlen, const char *fmt) in file_checkfmt()
/php-src/ext/gd/libgd/
H A Dgd_avif.c143 static avifBool isAvifError(avifResult result, const char *msg) { in isAvifError()
H A Dgd_interpolation.c2196 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect()
H A Dgd_png.c51 static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg) in gdPngErrorHandler()
75 static void gdPngWarningHandler (png_structp png_ptr, png_const_charp msg) in gdPngWarningHandler()
H A Dgdtest.c360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp51 char *msg; in _breakiter_factory() local
/php-src/ext/intl/collator/
H A Dcollator_class.h65 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/php-src/ext/intl/dateformat/
H A Ddateformat_helpers.cpp35 char *msg; in datefmt_process_calendar_arg() local
/php-src/ext/intl/formatter/
H A Dformatter_attr.c356 char *msg; in PHP_FUNCTION() local
/php-src/ext/intl/idn/
H A Didn.c40 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-src/ext/intl/
H A Dintl_data.h47 #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

Completed in 141 milliseconds

1234