Home
last modified time | relevance | path

Searched refs:msg (Results 126 – 140 of 140) sorted by relevance

123456

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c343 const char* msg; member
449 if (err->msg) { in sapi_cgi_send_headers()
450 …n = slprintf(buf, sizeof(buf), "Status: %d %s\r\n", SG(sapi_headers).http_response_code, err->msg); in sapi_cgi_send_headers()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c667 char * msg; in MYSQLND_METHOD() local
668 mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement", in MYSQLND_METHOD()
670 SET_STMT_ERROR(stmt, CR_PARAMS_NOT_BOUND, UNKNOWN_SQLSTATE, msg); in MYSQLND_METHOD()
671 if (msg) { in MYSQLND_METHOD()
672 mnd_sprintf_free(msg); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c519 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
521 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
522 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", msg); in php_mysqlnd_auth_write()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1132 …zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", siz… in do_cli() local
1133 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
H A Dphp_cli_server.c810 static void sapi_cli_server_log_message(char *msg TSRMLS_DC) /* {{{ */ in sapi_cli_server_log_message()
824 fprintf(stderr, "[%s] %s\n", buf, msg); in sapi_cli_server_log_message()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c352 const char* msg; member
458 if (err->msg) { in sapi_cgi_send_headers()
459 …n = slprintf(buf, sizeof(buf), "Status: %d %s\r\n", SG(sapi_headers).http_response_code, err->msg); in sapi_cgi_send_headers()
/PHP-5.5/
H A Dserver-tests.php596 function writemsg($msg) { argument
598 echo $msg;
/PHP-5.5/ext/imap/
H A Dphp_imap.c3271 long msg; in PHP_FUNCTION() local
3279 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls", &streamind, &msg, &section, &section_l… in PHP_FUNCTION()
3285 if (!msg || msg < 1 || (unsigned) msg > imap_le_struct->imap_stream->nmsgs) { in PHP_FUNCTION()
3292 body=mail_body(imap_le_struct->imap_stream, msg, section); in PHP_FUNCTION()
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc116 fputs($s, "666 bogus msg\r\n");
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc255 …$msg = "PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension b…
257 self::notice($msg);
259 self::error($msg);
/PHP-5.5/ext/phar/
H A Dphar.c481 #define MAPPHAR_ALLOC_FAIL(msg) \ argument
486 spprintf(error, 0, msg, fname);\
490 #define MAPPHAR_FAIL(msg) \ argument
498 MAPPHAR_ALLOC_FAIL(msg)
/PHP-5.5/ext/tidy/
H A Dtidy.c487 static void TIDY_CALL php_tidy_panic(ctmbstr msg) in php_tidy_panic() argument
490 …r_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); in php_tidy_panic()
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c2259 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect() argument
2261 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c93 #define _DO_THROW(msg) … argument
94 …zend_throw_exception(reflection_exception_ptr, msg, 0 TSRMLS_CC); …
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3183 # http://www.wx800.com/msg/download/irda/iMelody.pdf
18393 >8 short 5130 Network service msg file
18394 >8 short 5131 Network service msg file
18395 >8 short 5132 Async gateway login msg

Completed in 130 milliseconds

123456