Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp47 char *message; local
70 efree(message);
101 efree(message);
114 char *message; local
137 efree(message);
154 efree(message);
167 efree(message);
181 char *message; local
200 efree(message);
237 efree(message);
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c43 char *message; in php_mysqli_throw_sql_exception() local
46 vspprintf(&message, 0, format, arg); in php_mysqli_throw_sql_exception()
50 php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%s/%d): %s", sqlstate, errorno, message); in php_mysqli_throw_sql_exception()
51 efree(message); in php_mysqli_throw_sql_exception()
58 if (message) { in php_mysqli_throw_sql_exception()
60 message TSRMLS_CC); in php_mysqli_throw_sql_exception()
71 efree(message); in php_mysqli_throw_sql_exception()
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl12 <message name="dotestRequest">
14 </message>
15 <message name="dotestResponse">
17 </message>
18 <message name="dotest2Request">
20 </message>
21 <message name="dotest2Response">
23 </message>
26 <input message="tns:dotestRequest"/>
27 <output message="tns:dotestResponse"/>
[all …]
H A Dbug68361.phpt38 <message name="getEmployeeRequest">
40 </message>
41 <message name="getEmployeeResponse">
43 </message>
44 <message name="getUserRequest">
46 </message>
47 <message name="getUserResponse">
49 </message>
52 <input message="tns:getEmployeeRequest"/>
56 <input message="tns:getUserRequest"/>
[all …]
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp120 if (message) { in timezone_convert_to_datetimezone()
121 efree(message); in timezone_convert_to_datetimezone()
154 if (message) { in timezone_process_timezone_argument()
156 efree(message); in timezone_process_timezone_argument()
163 if (message) { in timezone_process_timezone_argument()
165 efree(message); in timezone_process_timezone_argument()
186 if (message) { in timezone_process_timezone_argument()
188 efree(message); in timezone_process_timezone_argument()
195 if (message) { in timezone_process_timezone_argument()
197 efree(message); in timezone_process_timezone_argument()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug60569.phpt2 Bug #60569 (Nullbyte truncates Exception $message.)
6 $msg = "Some error \x00 message";
13 string(20) "Some error � message"
14 string(20) "Some error � message"
H A Dexception_007.phpt21 Fatal error: Uncaught exception 'Exception' with message 'Another' in %sexception_007.php:%d
25 Next exception 'Exception' with message 'First' in %sexception_007.php:%d
29 Next exception 'Exception' with message 'Second' in %sexception_007.php:%d
33 Next exception 'Exception' with message 'Third' in %sexception_007.php:%d
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation2.phpt110 Warning: imap_fetchbody(): Bad message number in %s on line %d
118 Warning: imap_fetchbody(): Bad message number in %s on line %d
123 Warning: imap_fetchbody(): Bad message number in %s on line %d
128 Warning: imap_fetchbody(): Bad message number in %s on line %d
133 Warning: imap_fetchbody(): Bad message number in %s on line %d
138 Warning: imap_fetchbody(): Bad message number in %s on line %d
143 Warning: imap_fetchbody(): Bad message number in %s on line %d
148 Warning: imap_fetchbody(): Bad message number in %s on line %d
153 Warning: imap_fetchbody(): Bad message number in %s on line %d
158 Warning: imap_fetchbody(): Bad message number in %s on line %d
[all …]
H A Dimap_fetchheader_variation2.phpt10 * Description: Get the full unfiltered header for a message
125 Warning: imap_fetchheader(): Bad message number in %s on line %d
139 Warning: imap_fetchheader(): Bad message number in %s on line %d
144 Warning: imap_fetchheader(): Bad message number in %s on line %d
149 Warning: imap_fetchheader(): Bad message number in %s on line %d
154 Warning: imap_fetchheader(): Bad message number in %s on line %d
159 Warning: imap_fetchheader(): Bad message number in %s on line %d
164 Warning: imap_fetchheader(): Bad message number in %s on line %d
169 Warning: imap_fetchheader(): Bad message number in %s on line %d
174 Warning: imap_fetchheader(): Bad message number in %s on line %d
[all …]
H A Dimap_fetchbody_variation3.phpt116 %unicode|string%(%d) "1: this is a test message, please ignore%a"
144 1: this is a test message, please ignore%a"
151 1: this is a test message, please ignore%a"
154 %unicode|string%(%d) "1: this is a test message, please ignore%a"
161 1: this is a test message, please ignore%a"
164 %unicode|string%(%d) "1: this is a test message, please ignore%a"
171 1: this is a test message, please ignore%a"
178 1: this is a test message, please ignore%a"
185 1: this is a test message, please ignore%a"
209 1: this is a test message, please ignore%a"
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl12 <message name="getQuoteResponse">
14 </message>
15 <message name="getQuoteRequest">
17 </message>
20 <input message="y:getQuoteRequest"/>
21 <output message="y:getQuoteResponse"/>
H A Dbug29795.wsdl12 <message name="GetPriceRequest">
13 </message>
14 <message name="GetPriceResponse">
16 </message>
19 <input message="tns:GetPriceRequest"/>
20 <output message="tns:GetPriceResponse"/>
H A Dbug29839.wsdl13 <message name="EchoStringRequest">
15 </message>
16 <message name="EchoStringResponse">
18 </message>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
H A Dbug34453.wsdl13 <message name="EchoStringRequest">
15 </message>
16 <message name="EchoStringResponse">
18 </message>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail.phpt79 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
80 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
81 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
82 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
83 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
84 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
94 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
95 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[all …]
H A Dmsgfmt_fail2.phpt79 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
80 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
81 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
82 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
83 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
94 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
95 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
96 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt55 exception 'Exception' with message 'Test exception.' in %s:%d
60 exception 'Exception' with message 'Test exception.' in %s:%d
65 exception 'Exception' with message 'Test exception.' in %s:%d
70 exception 'Exception' with message 'Test exception.' in %s:%d
75 exception 'Exception' with message 'Test exception.' in %s:%d
80 exception 'Exception' with message 'Test exception.' in %s:%d
85 exception 'Exception' with message 'Test exception.' in %s:%d
90 exception 'Exception' with message 'Test exception.' in %s:%d
95 exception 'Exception' with message 'Test exception.' in %s:%d
100 exception 'Exception' with message 'Test exception.' in %s:%d
/PHP-5.5/ext/standard/tests/network/
H A Dsyslog_basic-win32.phpt10 /* Prototype : bool syslog(int priority, string message)
11 * Description: Generate a system log message
21 $message = 'A test syslog call invocation';
24 var_dump( syslog($priority, $message) );
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt2 Sybase-CT server message handler
18 case 0: // print message
27 printf("Cannot handle message #%d\n", $msgnumber);
57 Cannot handle message #156
59 Warning: sybase_query(): Sybase: Server message: Incorrect syntax near the keyword 'NULL'.
64 Cannot handle message #249
66 Warning: sybase_query(): Sybase: Server message: Syntax error during explicit conversion of VARCH…
/PHP-5.5/ext/standard/
H A Dmail.c103 char *to=NULL, *message=NULL, *headers=NULL, *headers_trimmed=NULL; in PHP_FUNCTION() local
118 MAIL_ASCIIZ_CHECK(message, message_len); in PHP_FUNCTION()
173 if (php_mail(to_r, subject_r, message, headers_trimmed, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
196 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces() argument
201 char *p = message; in php_mail_log_crlf_to_spaces()
207 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog() argument
210 php_syslog(LOG_NOTICE, "%s", message); in php_mail_log_to_syslog()
215 void php_mail_log_to_file(char *filename, char *message, size_t message_size TSRMLS_DC) { in php_mail_log_to_file() argument
220 php_stream_write(stream, message, message_size); in php_mail_log_to_file()
265 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail() argument
[all …]
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic3.phpt12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
13 * Description: Send an email message
24 $message = 'A Message';
28 var_dump( mail($to, $subject, $message) );
H A Dmail_basic4.phpt12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
13 * Description: Send an email message
24 $message = 'A Message';
29 var_dump( mail($to, $subject, $message) );
H A Dmail_basic5.phpt12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
13 * Description: Send an email message
24 $message = 'A Message';
27 var_dump( mail($to, $subject, $message) );
H A Dmail_variation1.phpt12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
13 * Description: Send an email message
23 $message = 'A Message';
24 var_dump( mail($to, $subject, $message) );
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c67 char *message; in internal_get_arr_ele() local
76 spprintf(&message, 0, "datefmt_format: parameter array contains " in internal_get_arr_ele()
78 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1 TSRMLS_CC); in internal_get_arr_ele()
79 efree(message); in internal_get_arr_ele()
83 spprintf(&message, 0, "datefmt_format: value %ld is out of " in internal_get_arr_ele()
86 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1 TSRMLS_CC); in internal_get_arr_ele()
87 efree(message); in internal_get_arr_ele()

Completed in 91 milliseconds

12345678910>>...19