Home
last modified time | relevance | path

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

1...<<111213141516171819

/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c69 char *message = NULL; in pdo_raise_impl_error() local
94 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
96 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
100 php_error_docref(NULL, E_WARNING, "%s", message); in pdo_raise_impl_error()
120 if (message) { in pdo_raise_impl_error()
121 efree(message); in pdo_raise_impl_error()
132 zend_string *message = NULL; in pdo_handle_error() local
174 message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_handle_error()
178 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
199 if (message) { in pdo_handle_error()
[all …]
/PHP-8.0/tests/classes/
H A Dconstants_scope_001.phpt9 const INFO = "Informational message\n";
/PHP-8.0/ext/standard/tests/mail/
H A Dbug73203.phpt14 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
/PHP-8.0/Zend/tests/
H A Dbug70121.phpt5 unserialize('O:12:"DateInterval":1:{s:4:"days";O:9:"Exception":7:{s:10:"'."\0".'*'."\0".'message";s…
H A Derrmsg_045.phpt2 Error message in error handler during compilation
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_load_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_loadHTMLfile_error2.phpt4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-8.0/Zend/tests/closures/
H A Dclosure_instantiate.phpt15 // This is the message that we should see for a caught error
/PHP-8.0/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt40 * @Assert\Email(message="The email '{{ value }}' is not a valid email.")
43 #[Assert\Email(array("message" => "The email '{{ value }}' is not a valid email."))]
115 ["message"]=>
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt28 //this one also generates a java message rather than our own so we don't replicate php message
/PHP-8.0/ext/mysqli/tests/
H A Dbug34810.phpt36 if ("" == $warning->message)
39 printf("[002] Empty error message!\n");
/PHP-8.0/ext/standard/tests/math/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/PHP-8.0/ext/standard/tests/strings/
H A Dbug69751.phpt2 Bug #69751: Change Error message of sprintf/printf for missing/typo position specifier.
/PHP-8.0/ext/xml/tests/
H A Dbug30266.phpt11 Currently (Feb 10, 2005) CVS HEAD fails with the following message:
/PHP-8.0/sapi/cgi/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug66033.phpt23 message TEXT,
/PHP-8.0/ext/phar/tests/
H A Dbug48377.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file"
/PHP-8.0/ext/imap/tests/setup/
H A Dimap_include.inc164 . "$i: this is a test message, please ignore\r\nnewline";
176 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
181 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
186 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-8.0/ext/oci8/tests/
H A Ddetails.inc55 … echo "oci8_test_sql_execute() error:". PHP_EOL . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
69 … echo "oci8_test_sql_execute() error:". PHP_EOL . $stmt . PHP_EOL . $m['message'] . PHP_EOL;
/PHP-8.0/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…
/PHP-8.0/ext/pdo/tests/
H A Dbug_36428.phpt2 PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll())
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets1.phpt41 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug79526.phpt2 Bug #79526 (`__sleep` error message doesn't include the name of the class)

Completed in 92 milliseconds

1...<<111213141516171819