Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 44) sorted by relevance

12

/PHP-5.4/ext/intl/
H A Dintl_error.c100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg()
176 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set()
186 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set()
206 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg()
H A Dintl_data.h49 #define INTL_CHECK_STATUS(err, msg) \ argument
58 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
67 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_debug.h99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __… argument
100 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __… argument
145 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX()
146 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX()
159 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
160 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
172 static inline void DBG_INF(const char * const msg) {} in DBG_INF()
173 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR()
/PHP-5.4/ext/com_dotnet/
H A Dcom_olechar.c63 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local
94 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local
H A Dcom_com.c225 char *werr, *msg; in PHP_FUNCTION() local
351 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
483 char *msg = NULL; in php_com_do_invoke_byref() local
638 char *msg = NULL; in php_com_do_invoke() local
780 MSG msg; in PHP_FUNCTION() local
H A Dcom_variant.c452 char *werr, *msg; in PHP_FUNCTION() local
1033 char *werr, *msg; in PHP_FUNCTION() local
1067 char *werr, *msg; in PHP_FUNCTION() local
/PHP-5.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h42 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… argument
43 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… 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-5.4/ext/intl/idn/
H A Didn.c114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) in php_intl_idn_check_status()
130 static inline void php_intl_bad_args(const char *msg, int mode TSRMLS_DC) in php_intl_bad_args()
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_methods.c184 char *msg = NULL; in PHP_FUNCTION() local
392 char *msg; in PHP_FUNCTION() local
/PHP-5.4/ext/libxml/
H A Dlibxml.c456 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
513 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler()
698 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
706 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
721 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/PHP-5.4/sapi/milter/
H A Dmilter.php25 function milter_log($msg)
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_trace_mach.c63 char *msg = ""; in fpm_trace_ready() local
/PHP-5.4/ext/intl/collator/
H A Dcollator_class.h61 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/PHP-5.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.h69 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
/PHP-5.4/win32/build/
H A Dphpize.js.in35 function ERROR(msg) argument
H A Dconfutils.js2047 function MESSAGE(msg) argument
2052 function ERROR(msg) argument
2058 function WARNING(msg) argument
/PHP-5.4/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg)
/PHP-5.4/ext/gd/libgd/
H A Dgdtest.c360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
/PHP-5.4/ext/dba/
H A Ddba_db3.c38 static void php_dba_db3_errcall_fcn(const char *errpfx, char *msg) in php_dba_db3_errcall_fcn()
H A Ddba_db4.c43 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn()
/PHP-5.4/Zend/
H A Dzend_ini_parser.y160 static void ini_error(char *msg) in ini_error()
/PHP-5.4/ext/pdo_dblib/
H A Ddblib_driver.c44 char *msg; in dblib_fetch_error() local
/PHP-5.4/ext/curl/
H A Dstreams.c472 CURLMsg *msg; in php_curl_stream_opener() local
/PHP-5.4/ext/enchant/
H A Denchant.c401 char *msg; in PHP_FUNCTION() local
901 char *msg; local
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c45 const char *msg; in pdo_raise_impl_error() local
107 const char *msg = "<<Unknown>>"; in pdo_handle_error() local

Completed in 93 milliseconds

12