Home
last modified time | relevance | path

Searched refs:message (Results 251 – 275 of 439) sorted by relevance

1...<<1112131415161718

/php-src/ext/standard/tests/mail/
H A Dbug73203.phpt14 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
H A Dmail_util.inc34 public function fail(string $message): void
37 die($message);
208 public function isAsExpected(string $from, string $to, string $subject, string $message): bool
232 if (trim($this->getBody()) !== trim($message)) {
/php-src/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
/php-src/Zend/tests/
H A Derrmsg_045.phpt2 Error message in error handler during compilation
H A Darray_offset.phpt2 Ensure "undefined offset" notice formats message correctly when undefined key is negative
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp361 zend_string* message = NULL; in PHP_METHOD() local
371 message = intl_error_get_message(BREAKITER_ERROR_P(bio)); in PHP_METHOD()
372 RETURN_STR(message); in PHP_METHOD()
/php-src/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl177 <wsdl:message name="EchoService_Echo_InputMessage">
179 </wsdl:message>
180 <wsdl:message name="EchoService_Echo_OutputMessage">
182 </wsdl:message>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
H A Dbug50698_4.wsdl177 <wsdl:message name="EchoService_Echo_InputMessage">
179 </wsdl:message>
180 <wsdl:message name="EchoService_Echo_OutputMessage">
182 </wsdl:message>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
H A Dbug77088.phpt21 ["message":protected]=>
/php-src/ext/mysqli/tests/
H A Dbug34810.phpt38 if ("" == $warning->message)
41 printf("[002] Empty error message!\n");
H A Dgh8978.phpt2 Bug GH-8267 (Invalid error message when connection via SSL fails)
/php-src/ext/random/tests/01_functions/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/php-src/ext/standard/tests/strings/
H A Dbug69751.phpt2 Bug #69751: Change Error message of sprintf/printf for missing/typo position specifier.
/php-src/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt4 Verifies that an error message is showed if an empty string is passed as argument
H A Dlibxml_global_state_entity_loader_bypass.phpt23 var_dump(trim($error->message));
H A DDOMNode_insertBefore_error6.phpt6 This test checks the error message is raised when the refnode is the parent
/php-src/sapi/cgi/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
/php-src/ext/opcache/tests/
H A Dzzz_basic_logging.phpt19 // Prints "Debug Restarting!" message on next request.
/php-src/ext/phar/tests/
H A Dbug48377.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file"
/php-src/sapi/fpm/tests/
H A Dbug77106-fcgi-missing-nl.phpt33 '/Undefined variable \$a in .+ on line \d+; PHP message: PHP Warning:/'
/php-src/ext/pdo_pgsql/tests/
H A Dgh7723.phpt2 GitHub #7723 (Fix error message allocation of PDO PgSQL)
/php-src/ext/libxml/
H A Dlibxml.stub.php158 public string $message; variable in LibXMLError
/php-src/ext/standard/tests/serialize/
H A Dbug79526.phpt2 Bug #79526 (`__sleep` error message doesn't include the name of the class)
/php-src/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * and checking if proper warning message is generated.

Completed in 32 milliseconds

1...<<1112131415161718