Home
last modified time | relevance | path

Searched refs:message (Results 51 – 75 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt20 // set up mailbox with one message
71 %unicode|string%(36) "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy"
73 %unicode|string%(36) "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy"
76 %unicode|string%(36) "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy"
79 %unicode|string%(36) "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy"
H A Dimap_fetchbody_variation6.phpt28 '1,3', '1:3', // message sequences instead of numbers
51 Warning: imap_fetchbody(): Bad message number in %s on line %d
57 Warning: imap_fetchbody(): Bad message number in %s on line %d
64 %unicode|string%(%d) "1: this is a test message, please ignore%a"
69 %unicode|string%(%d) "1: this is a test message, please ignore%a"
H A Dbug35669.phpt27 $plain["description"] = "Plaintype part of message";
37 $html["description"] = "HTML part of message";
59 Content-Description: Plaintype part of message
65 Content-Description: HTML part of message
H A Dimap_body_basic.phpt10 * Description: Read the message body.
46 %unicode|string%(%d) "1: this is a test message, please ignore%a"
47 %unicode|string%(%d) "1: this is a test message, please ignore%a"
/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception()
35 if (message == NULL) { in php_com_throw_exception()
36 message = php_win32_error_to_msg(code); in php_com_throw_exception()
39 zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC); in php_com_throw_exception()
41 LocalFree(message); in php_com_throw_exception()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt68 exception 'ReflectionException' with message 'Invalid method name 1' in %s
73 exception 'ReflectionException' with message 'Invalid method name 3' in %s
78 exception 'ReflectionException' with message 'The parameter class is expected to be either a string…
83 exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
88 exception 'ReflectionException' with message 'Invalid method name TestClass' in %s
93 exception 'ReflectionException' with message 'Method TestClass::foop::dedoop() does not exist' in %s
98 exception 'ReflectionException' with message 'Class TestCla does not exist' in %s
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c51 ZEND_ARG_INFO(0, message)
62 ZEND_ARG_INFO(1, message)
391 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
402 &queue, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
413 php_var_serialize(&msg_var, &message, &var_hash TSRMLS_CC); in PHP_FUNCTION()
424 switch (Z_TYPE_P(message)) { in PHP_FUNCTION()
426 p = Z_STRVAL_P(message); in PHP_FUNCTION()
427 message_len = Z_STRLEN_P(message); in PHP_FUNCTION()
432 message_len = spprintf(&p, 0, "%ld", Z_LVAL_P(message)); in PHP_FUNCTION()
436 message_len = spprintf(&p, 0, "%F", Z_DVAL_P(message)); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt149 ["message"]=>
160 ["message"]=>
175 ["message"]=>
190 ["message"]=>
203 ["message"]=>
214 ["message"]=>
228 ["message"]=>
241 ["message"]=>
255 ["message"]=>
269 ["message"]=>
[all …]
H A Dcommit_002.phpt31 echo 'Could not execute: '. $m['message'] . "\n";
36 echo 'Could not commit: '. $m['message'] . "\n";
45 echo 'Could not execute: '. $m['message'] . "\n";
50 echo 'Could not commit: '. $m['message'] . "\n";
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
16 $message = 'A Message';
22 var_dump( mail($to, $subject, $message, $additional_headers) );
H A Dmail_error.phpt5 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
6 * Description: Send an email message
18 $message = 'string_val';
22 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters, $extra_arg) );
/PHP-5.5/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() argument
107 va_start(args, message); /* initialize vararg mechanism */ in syslog()
108 vspprintf(&tmp, 0, message, args); /* build message */ in syslog()
/PHP-5.5/tests/lang/
H A D018.phpt8 $message = "echo \"hey\n\";";
11 eval($message);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl26message name="updateMessage"><wsdl:part name="part1" element="ns:update" /></wsdl:message><wsdl:me…
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat.c99 char* message = NULL; in PHP_FUNCTION() local
115 message = intl_error_get_message( INTL_DATA_ERROR_P(dfo) TSRMLS_CC ); in PHP_FUNCTION()
116 RETURN_STRING( message, 0); in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp428 char *message; in umsg_format_helper() local
429 spprintf(&message, 0, in umsg_format_helper()
432 efree(message); in umsg_format_helper()
463 char *message; in umsg_format_helper() local
467 efree(message); in umsg_format_helper()
549 char *message, *key_char; in umsg_format_helper() local
554 spprintf(&message, 0, "The argument for key '%s' " in umsg_format_helper()
558 efree(message); in umsg_format_helper()
592 char *message, *key_char; in umsg_format_helper() local
601 U_ILLEGAL_ARGUMENT_ERROR, message, 1 TSRMLS_CC); in umsg_format_helper()
[all …]
/PHP-5.5/Zend/
H A Dzend_extensions.c199 int message; in zend_extension_message_dispatcher() local
205 message = va_arg(args, int); in zend_extension_message_dispatcher()
207 extension->message_handler(message, arg); in zend_extension_message_dispatcher()
211 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message() argument
215 …ions, (llist_apply_with_args_func_t) zend_extension_message_dispatcher TSRMLS_CC, 2, message, arg); in zend_extension_dispatch_message()
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt19 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
27 Caught exception with message "test"
H A Dgenerator_throwing_during_function_call.phpt23 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
31 Caught exception with message "test"
/PHP-5.5/ext/intl/formatter/
H A Dformatter_main.c128 char* message = NULL; in PHP_FUNCTION() local
144 message = intl_error_get_message( INTL_DATA_ERROR_P(nfo) TSRMLS_CC ); in PHP_FUNCTION()
145 RETURN_STRING( message, 0); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c209 MYSQLND_ERROR_LIST_ELEMENT * message; in link_error_list_read() local
212 message; in link_error_list_read()
218 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no); in link_error_list_read()
219 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1); in link_error_list_read()
220 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1); in link_error_list_read()
406 MYSQLND_ERROR_LIST_ELEMENT * message; in stmt_error_list_read() local
409 message; in stmt_error_list_read()
410message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(stmt->stmt->data->error_info->erro… in stmt_error_list_read()
415 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no); in stmt_error_list_read()
416 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1); in stmt_error_list_read()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt20 socket_write($sock, "test message");
26 string(12) "test message"
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_get_set_pattern.phpt33 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
37 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
51 Formatted message: 123 trees hosting 456 monkeys
53 Formatted message: 123 trees hosting 456 monkeys123 trees hosting 456 monkeys123 trees hosting 456 …
/PHP-5.5/ext/hash/
H A DREADME5 $digest = hash($algoname, $message);
15 hash_update($context, $message);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt56 if ((!is_string($warning->message)) || ('' == $warning->message)) /* NULL or not there at all */
57 …tf("[011] Expecting string/not empty, got %s/%s\n", gettype($warning->message), $warning->message);
99 if (!is_string($warning->message) || ('' == $warning->message))
100 printf("[025] Expecting string, got %s/%s", gettype($warning->message), $warning->message);
113 if ('' != ($tmp = $warning->message))
131 while ($warning->next() && ('' != ($tmp = $warning->message))) {

Completed in 34 milliseconds

12345678910>>...19