Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 472) sorted by last modified time

12345678910>>...19

/PHP-5.5/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() argument
107 va_start(args, message); /* initialize vararg mechanism */ in syslog()
108 vspprintf(&tmp, 0, message, args); /* build message */ in syslog()
H A Dinstall.txt1412 message 'Document Contains No Data'! What's going on here?
1506 message 'Document Contains No Data'! What's going on here?
1634 sensible error message, from the command line, change to the directory
1636 PHP has any problems running, then a suitable error message will be
1660 This error message means that PHP failed to output anything at all. To
1661 get to see a sensible error message, from the command line, change to
1664 message will be displayed which will give you a clue as to what needs
/PHP-5.5/tests/run-test/
H A Dtest005.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest008.phpt2 Error message handling (with ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest008a.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
/PHP-5.5/tests/output/
H A Dob_014.phpt19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt19 [message] => str_rot13() expects exactly 1 parameter, 2 given
/PHP-5.5/tests/lang/
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
H A D018.phpt8 $message = "echo \"hey\n\";";
11 eval($message);
/PHP-5.5/tests/classes/
H A Dnew_001.phpt7 echo "Compile-time strict error message should precede this.\n";
33 Compile-time strict error message should precede this.
H A Dconstants_scope_001.phpt11 const INFO = "Informational message\n";
/PHP-5.5/
H A Dserver-tests.php1605 function error($message) argument
1607 $this->writemsg("ERROR: {$message}\n");
/PHP-5.5/tests/basic/
H A Dbug45986.phpt2 Bug #45986 (wrong error message for a non existent file on rename)
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt14 -h ............................... Print this message
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar175 * Get a text message
182 * Get the text message and return it
269 -h ............................... Print this message
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c778 static void nsapi_log_message(char *message TSRMLS_DC) in nsapi_log_message()
783 log_error(LOG_INFORM, pblock_findval("fn", rc->pb), rc->sn, rc->rq, "%s", message); in nsapi_log_message()
785 log_error(LOG_INFORM, "php5", NULL, NULL, "%s", message); in nsapi_log_message()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1268 -mime message/rfc822
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c782 static void php_isapi_report_exception(char *message, int message_len TSRMLS_DC) in php_isapi_report_exception() argument
797 sapi_isapi_ub_write(message, message_len TSRMLS_CC); in php_isapi_report_exception()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c433 static void sapi_lsapi_log_message(char *message TSRMLS_DC) in sapi_lsapi_log_message()
436 int len = strlen( message ); in sapi_lsapi_log_message()
437 if ( *(message + len - 1 ) != '\n' ) in sapi_lsapi_log_message()
439 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
440 message = buf; in sapi_lsapi_log_message()
443 LSAPI_Write_Stderr( message, len); in sapi_lsapi_log_message()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c633 char *rcode, *xcode, *message; in PHP_FUNCTION() local
639 …} else if (zend_parse_parameters(3 TSRMLS_CC, "sss", &rcode, &len, &xcode, &len, &message, &len) =… in PHP_FUNCTION()
640 if (smfi_setreply(MG(ctx), rcode, xcode, message) == MI_SUCCESS) { in PHP_FUNCTION()
802 ZEND_ARG_INFO(0, message)
H A Dphp_milter.h27 int message; member
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in35 ; message. This lets syslogd specify that messages from different facilities
41 ; syslog_ident is prepended to every message. If you have multiple FPM
/PHP-5.5/sapi/embed/
H A Dphp_embed.c93 static void php_embed_log_message(char *message TSRMLS_DC) in php_embed_log_message()
95 fprintf (stderr, "%s\n", message); in php_embed_log_message()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c660 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi() argument
671 if (CGIG(fcgi_logging) && request && message && len > 0) { in sapi_cgi_log_fastcgi()
674 memcpy(buf, message, len); in sapi_cgi_log_fastcgi()
687 static void sapi_cgi_log_message(char *message) in sapi_cgi_log_message() argument
689 zlog(ZLOG_NOTICE, "PHP message: %s", message); in sapi_cgi_log_message()
/PHP-5.5/sapi/continuity/
H A Dcapi.c346 static void capi_log_message(char *message TSRMLS_DC) in capi_log_message()
349 logFmsg(0, "mod/php: %s", message); in capi_log_message()

Completed in 101 milliseconds

12345678910>>...19