Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 149) sorted by relevance

123456

/PHP-5.6/ext/imap/tests/
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
130 Subject: Test msg 1
184 Subject: Test msg 1
198 Subject: Test msg 1
H A Dimap_body_basic.phpt27 // show body for msg 1
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt63 private function __construct($msg) {
65 var_dump($msg);
73 private function __construct($msg) {
75 var_dump($msg);
/PHP-5.6/win32/
H A Dsendmail.h47 static int Post(LPCSTR msg);
/PHP-5.6/ext/mysqli/tests/
H A D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug68077.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug49442.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.6/ext/imap/
H A Dphp_imap.h57 #define CONTENT_MSG_BODY nested.msg->body
64 #define CONTENT_MSG_BODY contents.msg.body
/PHP-5.6/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt2-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
/PHP-5.6/ext/opcache/
H A Dshared_alloc_win32.c43 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
62 ev_msgs[0] = msg; in zend_win_error_message()
77 zend_accel_error(type, msg); in zend_win_error_message()
/PHP-5.6/ext/intl/
H A DERROR.CONVENTIONS25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
26 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
47 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
49 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
/PHP-5.6/sapi/apache2handler/
H A Dsapi_apache2.c316 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
323 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
325 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "%s", msg); in php_apache_sapi_log_message()
329 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r TSRMLS_DC) in php_apache_sapi_log_message_ex() argument
332 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); in php_apache_sapi_log_message_ex()
334 php_apache_sapi_log_message(msg TSRMLS_CC); in php_apache_sapi_log_message_ex()
/PHP-5.6/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-5.6/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() argument
42 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
/PHP-5.6/Zend/
H A Dzend_ini_parser.y178 static void ini_error(char *msg) in ini_error() argument
187 …error_buf_len = 128 + strlen(msg) + strlen(currently_parsed_filename); /* should be more than enou… in ini_error()
190 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
/PHP-5.6/ext/pdo/
H A Dpdo_dbh.c45 const char *msg; in pdo_raise_impl_error() local
63 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_raise_impl_error()
64 if (!msg) { in pdo_raise_impl_error()
65 msg = "<<Unknown error>>"; in pdo_raise_impl_error()
69 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
71 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
107 const char *msg = "<<Unknown>>"; in pdo_handle_error() local
122 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_handle_error()
123 if (!msg) { in pdo_handle_error()
124 msg = "<<Unknown error>>"; in pdo_handle_error()
[all …]
/PHP-5.6/ext/sockets/
H A Dconversions.h18 char *msg; member
/PHP-5.6/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h82 …h_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, …
/PHP-5.6/ext/phar/phar/
H A Dclicommand.inc90 static function notice ($msg)
92 fprintf(STDERR, $msg);
95 static function error ($msg, $exit_code = 1)
97 self::notice($msg);
/PHP-5.6/ext/standard/tests/file/
H A Dunlink_variation8.phpt87 $msg = "soft link";
91 $msg = "hard link";
93 echo "-- unlinking $msg $tounlink --\n";
/PHP-5.6/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt101 $msg = $e->getMessage();
102 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation1.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
113 $msg = $e->getMessage();
114 echo "FAILED: " . $msg . "\n";

Completed in 42 milliseconds

123456