Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/ext/com_dotnet/
H A Dcom_olechar.c57 char *msg = php_win_err(GetLastError()); in php_com_string_to_olestring() local
88 char *msg = php_win_err(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.c447 char *werr, *msg; in PHP_FUNCTION() local
1028 char *werr, *msg; in PHP_FUNCTION() local
1062 char *werr, *msg; in PHP_FUNCTION() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.h88 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __… argument
89 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __… argument
134 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX()
135 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX()
148 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
149 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
163 static inline void DBG_INF(const char * const msg) {} in DBG_INF()
164 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR()
/PHP-5.3/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.3/ext/libxml/
H A Dlibxml.c435 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
492 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler()
531 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
539 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
554 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/PHP-5.3/sapi/milter/
H A Dmilter.php25 function milter_log($msg)
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_trace_mach.c63 char *msg = ""; in fpm_trace_ready() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.h61 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/PHP-5.3/win32/build/
H A Dphpize.js.in35 function ERROR(msg) argument
H A Dconfutils.js1827 function MESSAGE(msg) argument
1832 function ERROR(msg) argument
1838 function WARNING(msg) argument
/PHP-5.3/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg)
/PHP-5.3/ext/gd/libgd/
H A Dgdtest.c360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c316 static void php_apache_sapi_log_message(char *msg) in php_apache_sapi_log_message()
330 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r) in php_apache_sapi_log_message_ex()
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c41 char *msg; in dblib_fetch_error() local
/PHP-5.3/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.3/Zend/
H A Dzend_ini_parser.y160 static void ini_error(char *msg) in ini_error()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c58 #define pdo_sqlite2_error(msg, s) _pdo_sqlite2_error(s, NULL, msg, __FILE__, __LINE__ TSRMLS_CC) argument
59 #define pdo_sqlite2_error_stmt(msg, s) _pdo_sqlite2_error(stmt->dbh, stmt, msg, __FILE__, __LINE__ … argument
/PHP-5.3/ext/curl/
H A Dstreams.c472 CURLMsg *msg; in php_curl_stream_opener() local
/PHP-5.3/ext/enchant/
H A Denchant.c401 char *msg; in PHP_FUNCTION() local
901 char *msg; local
/PHP-5.3/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
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c379 char* msg = NULL; in get_icu_value_src_php() local
485 char* msg = NULL; in get_icu_disp_value_src_php() local

Completed in 67 milliseconds

12