/PHP-7.2/ext/intl/common/ |
H A D | common_date.cpp | 41 char *message; local 63 message, 1); 94 message, 1); 95 efree(message); 108 char *message; local 130 message, 1); 148 message, 1); 176 char *message; local 194 message, 1); 230 message, 1); [all …]
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_exception.c | 43 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.2/ext/soap/tests/ |
H A D | classmap.wsdl | 12 <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 D | fault_warning.phpt | 7 $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 D | bug68361.phpt | 38 <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.2/ext/intl/timezone/ |
H A D | timezone_class.cpp | 74 message, 1); in timezone_convert_to_datetimezone() 95 message, 1); in timezone_convert_to_datetimezone() 104 message, 1); in timezone_convert_to_datetimezone() 120 if (message) { in timezone_convert_to_datetimezone() 121 efree(message); in timezone_convert_to_datetimezone() 151 if (message) { in timezone_process_timezone_argument() 153 efree(message); in timezone_process_timezone_argument() 161 if (message) { in timezone_process_timezone_argument() 185 if (message) { in timezone_process_timezone_argument() 195 if (message) { in timezone_process_timezone_argument() [all …]
|
/PHP-7.2/Zend/tests/ |
H A D | bug60569.phpt | 2 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 D | throwable_001.phpt | 7 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 D | throwable_002.phpt | 7 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.2/ext/spl/tests/ |
H A D | bug72051.phpt | 11 $current['message'] = 'Test message'; 25 [message] => Test message
|
/PHP-7.2/ext/imap/tests/ |
H A D | imap_fetchbody_variation2.phpt | 110 Warning: imap_fetchbody(): Bad message number in %s on line %d 114 string(%d) "1: this is a test message, please ignore%a" 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 162 string(%d) "1: this is a test message, please ignore%a" [all …]
|
H A D | imap_fetchbody_variation3.phpt | 116 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 string(%d) "1: this is a test message, please ignore%a" 161 1: this is a test message, please ignore%a" 164 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 …]
|
H A D | imap_fetchheader_variation2.phpt | 10 * 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 …]
|
/PHP-7.2/ext/soap/tests/bugs/ |
H A D | bug29061.wsdl | 12 <message name="getQuoteResponse"> 14 </message> 15 <message name="getQuoteRequest"> 17 </message> 20 <input message="y:getQuoteRequest"/> 21 <output message="y:getQuoteResponse"/>
|
H A D | bug29795.wsdl | 12 <message name="GetPriceRequest"> 13 </message> 14 <message name="GetPriceResponse"> 16 </message> 19 <input message="tns:GetPriceRequest"/> 20 <output message="tns:GetPriceResponse"/>
|
H A D | bug29839.wsdl | 13 <message name="EchoStringRequest"> 15 </message> 16 <message name="EchoStringResponse"> 18 </message> 21 <input message="tns:EchoStringRequest"/> 22 <output message="tns:EchoStringResponse"/>
|
H A D | bug34453.wsdl | 13 <message name="EchoStringRequest"> 15 </message> 16 <message name="EchoStringResponse"> 18 </message> 21 <input message="tns:EchoStringRequest"/> 22 <output message="tns:EchoStringResponse"/>
|
/PHP-7.2/sapi/fpm/tests/ |
H A D | logtool.inc | 14 private $message; 47 * @param string $message 53 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message; 81 if ($this->message === null) { 122 if ($this->message === null) { 248 $expectedMessage = $this->message; 430 'message' => str_repeat('a', 2048), 453 'type' => 'message', 458 'message' => str_repeat('a', 20), 459 'type' => 'message', [all …]
|
/PHP-7.2/ext/standard/tests/network/ |
H A D | syslog_basic-win32.phpt | 10 /* 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-7.2/ext/standard/tests/mail/ |
H A D | mail_basic3.phpt | 12 /* 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 D | mail_basic4.phpt | 12 /* 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 D | mail_basic5.phpt | 12 /* 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 D | mail_variation1.phpt | 12 /* 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-7.2/ext/intl/tests/ |
H A D | msgfmt_fail2.phpt | 101 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 102 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 103 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 107 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 120 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR' 121 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR' 122 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR' 125 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES' 126 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES' [all …]
|
H A D | msgfmt_fail.phpt | 101 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 102 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 103 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 107 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 108 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 120 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 121 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 125 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES' 126 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES' [all …]
|