| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_trace_mach.c | 63 char *msg = ""; local 66 msg = " It seems that master process does not have enough privileges to trace processes."; 68 zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg);
|
| /PHP_5_5/win32/ |
| H A D | sendmail.c | 853 static int Post(LPCSTR msg) argument 855 int len = strlen(msg); 860 if ((slen = send(sc, msg + index, len, 0)) < 1)
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gdtest.c | 14 void CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2); 360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) argument 368 printf ("%%%s: ERROR images differ: BAD\n", msg); 372 printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg); 376 printf ("%%%s: OK\n", msg); 382 printf ("-%s: INFO image sizes differ\n", msg); 387 printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg, 393 printf ("-%s: INFO actual colours of pixels differ\n", msg);
|
| H A D | gd_png.c | 50 static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg) argument 64 php_gd_error_ex(E_WARNING, "gd-png: fatal libpng error: %s", msg);
|
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | rulebasedbreakiterator_methods.cpp | 65 char *msg; local 68 spprintf(&msg, 0, "rbbi_create_instance: unable to create " 71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); 72 efree(msg);
|
| H A D | breakiterator_methods.cpp | 50 char *msg; local 56 spprintf(&msg, 0, "%s: bad arguments", func_name); 57 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, msg, 1 TSRMLS_CC); 58 efree(msg); 69 spprintf(&msg, 0, "%s: error creating BreakIterator", 71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); 72 efree(msg); 199 char *msg; local 204 spprintf(&msg, 0, "%s: bad arguments", func_name); 205 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, msg, 222 char *msg; local [all...] |
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_helpers.cpp | 39 char *msg; local 54 spprintf(&msg, 0, "%s: invalid value for calendar type; it must be " 59 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1 TSRMLS_CC); 60 efree(msg); 77 spprintf(&msg, 0, "%s: Found unconstructed IntlCalendar object", 79 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1 TSRMLS_CC); 80 efree(msg); 88 spprintf(&msg, 0, "%s: Invalid calendar argument; should be an integer " 90 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1 TSRMLS_CC); 91 efree(msg); [all...] |
| /PHP_5_5/ext/intl/idn/ |
| H A D | idn.c | 114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) argument 121 msg); 130 static inline void php_intl_bad_args(const char *msg, int mode TSRMLS_DC) argument 132 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg, mode TSRMLS_CC);
|
| /PHP_5_5/ext/intl/ |
| H A D | intl_error.c | 101 /* {{{ void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg ) 102 * Set last error message to msg copying it if needed. 104 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) argument 106 if( !msg ) 111 php_error_docref( NULL TSRMLS_CC, INTL_G( error_level ), "%s", msg ); 113 zend_throw_exception_ex( IntlException_ce_ptr, 0 TSRMLS_CC, "%s", msg ); 125 err->custom_error_message = copyMsg ? estrdup( msg ) : msg; 180 /* {{{ void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg ) 183 void intl_error_set( intl_error* err, UErrorCode code, char* msg, in argument 193 intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) argument 213 intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) argument [all...] |
| /PHP_5_5/ext/intl/transliterator/ |
| H A D | transliterator_methods.c | 184 char *msg = NULL; local 187 spprintf( &msg, 0, "transliterator_create_from_rules: unable to " 190 if( msg != NULL ) 192 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 TSRMLS_CC ); local 193 efree( msg ); 392 char *msg; local 393 spprintf( &msg, 0, 397 if(msg != NULL ) 400 msg, 1 TSRMLS_CC ); local 401 efree( msg ); [all...] |
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_com.c | 225 char *werr, *msg; local 228 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); 231 php_com_throw_exception(res, msg TSRMLS_CC); 232 efree(msg); 351 char *source = NULL, *desc = NULL, *msg = NULL; local 365 spprintf(&msg, 0, "<b>Source:</b> %s<br/><b>Description:</b> %s", 369 spprintf(&msg, 0, "Source: %s\nDescription: %s", 387 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); 396 msg = NULL; 403 spprintf(&msg, 483 char *msg = NULL; local 638 char *msg = NULL; local 780 MSG msg; local [all...] |
| H A D | com_olechar.c | 57 char *msg = php_win32_error_to_msg(GetLastError()); local 60 "Could not convert string to unicode: `%s'", msg); 62 LocalFree(msg); 88 char *msg = php_win32_error_to_msg(GetLastError()); local 91 "Could not convert string from unicode: `%s'", msg); 93 LocalFree(msg);
|
| H A D | com_variant.c | 447 char *werr, *msg; local 450 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); 453 php_com_throw_exception(res, msg TSRMLS_CC); 454 efree(msg); 1028 char *werr, *msg; local 1031 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); 1034 php_com_throw_exception(res, msg TSRMLS_CC); 1035 efree(msg); 1062 char *werr, *msg; local 1065 spprintf(&msg, [all...] |
| /PHP_5_5/ext/dba/ |
| H A D | dba_db3.c | 38 static void php_dba_db3_errcall_fcn(const char *errpfx, char *msg) argument 42 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
|
| H A D | dba_db4.c | 43 const char *errpfx, const char *msg) 53 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) 54 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { 60 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); 39 php_dba_db4_errcall_fcn( const DB_ENV *dbenv, const char *errpfx, const char *msg) argument
|
| /PHP_5_5/ext/interbase/ |
| H A D | interbase.c | 524 void _php_ibase_module_error(char *msg TSRMLS_DC, ...) /* {{{ */ 531 va_start(ap, msg); 535 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); local
|
| /PHP_5_5/ext/pdo_dblib/ |
| H A D | dblib_driver.c | 41 char *msg; local 49 msg = einfo->lastmsg; 51 msg = DBLIB_G(err).lastmsg; 54 msg = einfo->dberrstr; 58 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : "");
|
| /PHP_5_5/ext/pdo_mysql/ |
| H A D | php_pdo_mysql_int.h | 42 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0) 43 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0) 53 static inline void PDO_DBG_INF(char *msg) {} argument 54 static inline void PDO_DBG_ERR(char *msg) {} argument
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 316 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) 323 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); 325 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "%s", msg); 329 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r TSRMLS_DC) argument 332 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); 334 php_apache_sapi_log_message(msg TSRMLS_CC);
|
| /PHP_5_5/ext/enchant/ |
| H A D | enchant.c | 401 char *msg; local 409 msg = enchant_broker_get_error(pbroker->pbroker); 410 if (msg) { 411 RETURN_STRING((char *)msg, 1); 902 char *msg; local 910 msg = enchant_dict_get_error(pdict->pdict); 911 if (msg) { 912 RETURN_STRING((char *)msg, 1);
|
| /PHP_5_5/ext/sockets/ |
| H A D | conversions.h | 18 char *msg; member in struct:err_s
|
| H A D | sendrecvmsg.c | 42 inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags) argument 57 msg->dwFlags = (DWORD)flags; 58 return WSARecvMsg((SOCKET)sockfd, msg, &recvd, NULL, NULL) == 0 62 inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) argument 65 return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0 217 //ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags);
|
| /PHP_5_5/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((dbg_obj), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0) 100 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log((dbg_obj), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0) 165 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} argument 166 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} argument 179 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) 180 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) 204 DBG_INF(const char * const msg) argument 205 DBG_ERR(const char * const msg) argument 215 TRACE_ALLOC_INF(const char * const msg) argument 216 TRACE_ALLOC_ERR(const char * const msg) argument [all...] |
| H A D | mysqlnd_ps.c | 665 char * msg; local 666 mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement", 668 SET_STMT_ERROR(stmt, CR_PARAMS_NOT_BOUND, UNKNOWN_SQLSTATE, msg); 669 if (msg) { 670 mnd_sprintf_free(msg);
|
| /PHP_5_5/ext/opcache/ |
| H A D | shared_alloc_win32.c | 40 static void zend_win_error_message(int type, char *msg, int err) argument 59 ev_msgs[0] = msg; 74 zend_accel_error(type, msg);
|