Home
last modified time | relevance | path

Searched refs:message (Results 101 – 125 of 434) sorted by relevance

12345678910>>...18

/php-src/ext/mbstring/tests/
H A Dgh7902.phpt17 $message = "body of testing php mail";
22 mb_send_mail($to, $subject, $message, $header);
/php-src/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt10 set_error_handler(function($code, $message) {
11 throw new Exception($message);
H A Dbug80972.phpt6 function exceptions_error_handler($severity, $message, $filename, $lineno) {
8 throw new ErrorException($message, 0, $severity, $filename, $lineno);
H A D009.phpt26 set_error_handler(function ($severity, $message, $file, $line) {
27 throw new Exception($message);
/php-src/ext/standard/tests/mail/
H A Dmail_basic2.phpt19 $message = 'A Message';
27 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters) );
H A Dmail_log.phpt19 $message = "Testing mail.log";
25 var_dump(mail($to, $subject, $message, $headers));
H A Dbug80751.phpt28 $message = 'hello';
34 $res = mail($toLine, $subject, $message, $headers);
47 if ($mail->isAsExpected($fromLine, $toLine, $subject, $message)) {
/php-src/ext/intl/msgformat/
H A Dmsgformat.c162 zend_string* message = NULL; in PHP_FUNCTION() local
176 message = intl_error_get_message( &mfo->mf_data.error ); in PHP_FUNCTION()
177 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/dba/tests/
H A Ddba_fetch_legacy_signature.phpt20 set_error_handler(function ($severity, $message, $file, $line) {
21 throw new Exception($message);
/php-src/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", $port);
47 string(10) "my message"
H A Dsocket_import_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58379);
48 string(10) "my message"
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt13 var_dump($error->message, $error->line, $error->column);
39 ["message"]=>
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt39 // no message for any PDO call but...
53 printf("[008] Driver specific error message not set\n");
69 printf("[012] Driver specific error message not set\n");
87 printf("[016] Driver specific error message not set\n");
96 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
124 printf("[024] Driver specific error message not set\n");
133 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
/php-src/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt36 throw new Exception("some message");
49 some message
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc28 <message name="testMessage">
30 </message>
33 <input message="testMessage"/>
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c304 zend_string *message = intl_error_get_message( NULL ); in PHP_FUNCTION() local
305 …NG, "Could not create transliterator with ID \"%s\" (%s)", ZSTR_VAL(arg1_str), ZSTR_VAL(message) ); in PHP_FUNCTION()
306 zend_string_free( message ); in PHP_FUNCTION()
454 zend_string* message = NULL; in PHP_FUNCTION() local
470 message = intl_error_get_message( TRANSLITERATOR_ERROR_P( to ) ); in PHP_FUNCTION()
471 RETURN_STR( message ); in PHP_FUNCTION()
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt22 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
33 throw new Error("Failed to write: " . (error_get_last()['message'] ?? 'N/A'));
/php-src/tests/lang/
H A Dzend_throw_exception_001.phpt2 zend_throw_exception with NULL message
/php-src/main/
H A Dphp_syslog.h38 PHPAPI void php_syslog_str(int priority, const zend_string* message);
/php-src/tests/output/
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
/php-src/Zend/
H A Dzend_extensions.c239 int message; in zend_extension_message_dispatcher() local
245 message = va_arg(args, int); in zend_extension_message_dispatcher()
247 extension->message_handler(message, arg); in zend_extension_message_dispatcher()
251 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message() argument
253 …end_extensions, (llist_apply_with_args_func_t) zend_extension_message_dispatcher, 2, message, arg); in zend_extension_dispatch_message()
H A Dzend_dtrace.c112 …error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in dtrace_error_notify_cb() argument
115 DTRACE_ERROR(ZSTR_VAL(message), ZSTR_VAL(error_filename), error_lineno); in dtrace_error_notify_cb()
/php-src/ext/reflection/tests/
H A Dbug66430.phpt7 public $message = "Valid representation";
10 return $this->message;
/php-src/ext/soap/tests/
H A Dfault001.phpt8 $fault = new SoapFault("code", "message");
/php-src/ext/libxml/tests/
H A D002.phpt50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
79 ["message"]=>

Completed in 50 milliseconds

12345678910>>...18