Home
last modified time | relevance | path

Searched refs:message (Results 76 – 100 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation5.phpt10 * Description: Get the full unfiltered header for a message
26 '1,3', '1:3', // message sequences instead of numbers
52 Warning: imap_fetchheader(): Bad message number in %s on line %d
58 Warning: imap_fetchheader(): Bad message number in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Derror_get_last.phpt24 ["message"]=>
36 ["message"]=>
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c147 char* message = NULL; in PHP_FUNCTION() local
164 message = intl_error_get_message( &mfo->mf_data.error TSRMLS_CC ); in PHP_FUNCTION()
165 RETURN_STRING( message, 0); in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Dbug52361.phpt26 1. exception 'Exception' with message 'aaa' in %sbug52361.php:5
31 2. exception 'Exception' with message 'bbb' in %sbug52361.php:13
H A Dexception_008.phpt27 Fatal error: Uncaught exception 'Exception' with message 'First' in %sexception_008.php:%d
32 Next exception 'Exception' with message 'Second' in %sexception_008.php:%d
H A Dbug53511.phpt23 Fatal error: Uncaught exception 'Exception' with message 'ops 2' in %sbug53511.php:11
28 Next exception 'Exception' with message 'ops 1' in %sbug53511.php:4
H A Dgc_030.phpt23 Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
H A Dbug61767.phpt20 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: undefined' in %s…
29 [message] => %a
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69793.phpt5 ….'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0".'*'."\0".'message";N;}');
10 Notice: Undefined property: Exception::$message in %s/bug69793.php on line %d
/PHP-5.5/Zend/tests/generators/
H A Dthrow_rethrow.phpt23 Caught: exception 'RuntimeException' with message 'throw' in %s:%d
28 Fatal error: Uncaught exception 'LogicException' with message 'new throw' in %s:%d
/PHP-5.5/ext/hash/tests/
H A Dcrc32.phpt10 echo hash('crc32', 'message digest'), "\n";
17 echo hash('crc32b', 'message digest'), "\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_basic.phpt16 var_dump(sha1("message digest"));
25 var_dump(sha1("message digest", false));
34 var_dump(bin2hex(sha1("message digest", true)));
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c212 const char *message, *addmessage; in regerror() local
215 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))? in regerror()
217 length = strlen(message) + 1; in regerror()
226 sprintf(errbuf, "%s%s%-6d", message, addmessage, (int)preg->re_erroffset); in regerror()
229 strncpy(errbuf, message, errbuf_size - 1); in regerror()
/PHP-5.5/ext/spl/
H A Dspl.php258 protected $message; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
286 $this->message = $message;
299 return $this->message;
/PHP-5.5/ext/oci8/tests/
H A Derror.phpt2 oci_error() error message for parsing error
36 ["message"]=>
H A Dbug47281_tt.phpt5 …ledb' => false, 'timesten' => true); // test runs on these DBs: shorter message length in TimesTen
36 echo $m['message'], "\n";
H A Dbug42134.phpt70 ["message"]=>
83 ["message"]=>
96 ["message"]=>
/PHP-5.5/tests/run-test/
H A Dtest005.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest008a.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest008.phpt2 Error message handling (with ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
/PHP-5.5/ext/standard/
H A Dsyslog.c179 char *message; in PHP_FUNCTION() local
183 &message, &message_len) == FAILURE) { in PHP_FUNCTION()
187 php_syslog(priority, "%s", message); in PHP_FUNCTION()
/PHP-5.5/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt30 exception 'Exception' with message 'Serialization of 'Generator' is not allowed' in %s:%d
40 exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt42 // no message for any PDO call but...
56 printf("[008] Driver specific error message not set\n");
72 printf("[012] Driver specific error message not set\n");
91 printf("[016] Driver specific error message not set\n");
100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
129 printf("[024] Driver specific error message not set\n");
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_log.phpt24 $message = "Testing mail.log";
30 var_dump(mail($to, $subject, $message, $headers));
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
44 string(10) "my message"

Completed in 26 milliseconds

12345678910>>...19