Home
last modified time | relevance | path

Searched refs:message (Results 151 – 175 of 437) sorted by relevance

12345678910>>...18

/PHP-5.4/ext/oci8/tests/
H A Derror1.phpt20 ["message"]=>
/PHP-5.4/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
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
/PHP-5.4/ext/hash/tests/
H A Dmd2.phpt10 echo hash('md2', 'message digest') . "\n";
H A Dmd4.phpt11 echo hash('md4', 'message digest') . "\n";
/PHP-5.4/ext/imap/tests/
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
156 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
161 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
166 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h117 char *message; member
147 char *message; member
250 char *message; member
H A Dmysqlnd_priv.h105 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
110 if ((message)) { \
111 (buf) = mnd_pestrndup((message), (len), (persistent)); \
/PHP-5.4/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
/PHP-5.4/ext/spl/tests/
H A DArrayObject_unserialize_empty_string.phpt12 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Empty serialized string ca…
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt2 Check that SplDoublyLinkedList->isEmpty() returns an error message when a parameter is passed.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
/PHP-5.4/ext/standard/tests/strings/
H A Dmd5raw.phpt8 echo bin2hex(md5("message digest", TRUE))."\n";
/PHP-5.4/ext/dom/tests/
H A DDOMAttr_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at leas…
H A DDOMDocumentFragment_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMDocumentFragment::__construct() exp…
H A DDOMComment_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMComment::__construct() expects at m…
/PHP-5.4/ext/ereg/
H A Dereg.c250 char *buf = NULL, *message = NULL; in php_ereg_eprint() local
268 message = (char *)safe_emalloc((buf_len + len + 2), sizeof(char), 0); in php_ereg_eprint()
269 if (!message) { in php_ereg_eprint()
273 snprintf(message, buf_len, "%s: ", buf); in php_ereg_eprint()
277 regerror(err, re, message + buf_len, len); in php_ereg_eprint()
279 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); in php_ereg_eprint()
283 STR_FREE(message); in php_ereg_eprint()
/PHP-5.4/ext/intl/tests/
H A Dcollator_get_error_message.phpt9 * Retreive error message.
/PHP-5.4/ext/standard/tests/assert/
H A Dassert_basic6.phpt11 function f1($message)
/PHP-5.4/ext/reflection/tests/
H A DReflectionObject_isInternal_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
H A DReflectionObject_isUserDefined_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
/PHP-5.4/tests/output/
H A Dob_014.phpt19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt19 [message] => str_rot13() expects exactly 1 parameter, 2 given

Completed in 29 milliseconds

12345678910>>...18