Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp44 char *message; in timezone_convert_datetimezone() local
66 message, 1); in timezone_convert_datetimezone()
90 message, 1); in timezone_convert_datetimezone()
91 efree(message); in timezone_convert_datetimezone()
104 char *message; in intl_datetime_decompose() local
126 message, 1); in intl_datetime_decompose()
144 message, 1); in intl_datetime_decompose()
172 char *message; in intl_zval_to_millis() local
191 message, 1); in intl_zval_to_millis()
227 message, 1); in intl_zval_to_millis()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_error.c298 const unsigned char *message; in pcre2_get_error_message() local
306 message = compile_error_texts; in pcre2_get_error_message()
311 message = match_error_texts; in pcre2_get_error_message()
316 message = (unsigned char *)"\0"; /* Empty message list */ in pcre2_get_error_message()
322 while (*message++ != CHAR_NUL) {}; in pcre2_get_error_message()
323 if (*message == CHAR_NUL) return PCRE2_ERROR_BADDATA; in pcre2_get_error_message()
326 for (i = 0; *message != 0; i++) in pcre2_get_error_message()
333 buffer[i] = *message++; in pcre2_get_error_message()
/PHP-7.4/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, E_WARNING, "(%s/%d): %s", sqlstate, errorno, message); in php_mysqli_throw_sql_exception()
51 efree(message); in php_mysqli_throw_sql_exception()
57 if (message) { in php_mysqli_throw_sql_exception()
59 message); in php_mysqli_throw_sql_exception()
70 efree(message); in php_mysqli_throw_sql_exception()
/PHP-7.4/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 Dthrowable_001.phpt7 throw new Exception('Exception message', 0, new Error('Error message'));
10 Fatal error: Uncaught Error: Error message in %s:%d
14 Next Exception: Exception message in %s:%d
H A Dthrowable_002.phpt7 throw new Error('Error message', 0, new Exception('Exception message'));
10 Fatal error: Uncaught Exception: Exception message in %s:%d
14 Next Error: Error message in %s:%d
/PHP-7.4/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 Dfault_warning.phpt7 $fault = new SoapFault("", "message"); // Can't be an empty string
8 $fault = new SoapFault(0, "message"); // Can't be a non-string (except for null)
9 $fault = new SoapFault("Sender", "message");
11 $fault = new SoapFault(null, "message");
13 $fault = new SoapFault(["more"], "message"); // two elements in array required
14 $fault = new SoapFault(["m", "more", "superflous"], "message"); // two required
15 $fault = new SoapFault(["more-ns", "Sender"], "message"); // two given
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-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp76 message, 1); in timezone_convert_to_datetimezone()
97 message, 1); in timezone_convert_to_datetimezone()
106 message, 1); in timezone_convert_to_datetimezone()
122 if (message) { in timezone_convert_to_datetimezone()
123 efree(message); in timezone_convert_to_datetimezone()
153 if (message) { in timezone_process_timezone_argument()
155 efree(message); in timezone_process_timezone_argument()
163 if (message) { in timezone_process_timezone_argument()
189 if (message) { in timezone_process_timezone_argument()
199 if (message) { in timezone_process_timezone_argument()
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug72051.phpt11 $current['message'] = 'Test message';
25 [message] => Test message
/PHP-7.4/ext/standard/tests/network/
H A Dsyslog_basic.phpt5 /* Prototype : bool syslog(int priority, string message)
6 * Description: Generate a system log message
16 $message = 'A test syslog call invocation';
19 var_dump( syslog($priority, $message) );
/PHP-7.4/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-7.4/ext/standard/tests/mail/
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) );
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) );
/PHP-7.4/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() argument
85 va_start(args, message); /* initialize vararg mechanism */ in syslog()
86 vsyslog(priority, message, args); in syslog()
90 void vsyslog(int priority, const char *message, va_list args) in vsyslog() argument
116 vspprintf(&tmp, 0, message, args); /* build message */ in vsyslog()
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc21 private $message;
59 * @param string $message
65 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message;
101 if ($this->message === null) {
142 if ($this->message === null) {
268 $expectedMessage = $this->message;
471 'message' => str_repeat('a', 2048),
494 'type' => 'message',
499 'message' => str_repeat('a', 20),
500 'type' => 'message',
[all …]
/PHP-7.4/ext/intl/collator/
H A Dcollator_error.c62 zend_string* message = NULL; in PHP_FUNCTION() local
82 message = intl_error_get_message( COLLATOR_ERROR_P( co ) ); in PHP_FUNCTION()
83 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.4/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
12 if (msg_receive($q, 0, $type, 1024, $message)) {
14 echo "DATA: $message\n";
/PHP-7.4/ext/pcre/tests/
H A Dbug52971.phpt6 $message = 'Der ist ein Süßwasserpool Süsswasserpool ... verschiedene Wassersportmöglichkeiten bei …
9 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);
13 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);

Completed in 35 milliseconds

12345678910>>...17