Home
last modified time | relevance | path

Searched refs:message (Results 201 – 225 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/Zend/tests/
H A Dbug51394.phpt16 Fatal error: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:%d
H A Dargument_restriction_003.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dbug49908.phpt23 Fatal error: Uncaught exception 'Exception' with message 'Bar' in %s:%d
/PHP-5.5/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.5/ext/mysqli/tests/
H A D072.phpt21 var_dump($w->message);
/PHP-5.5/ext/dba/tests/
H A Ddba016.phpt2 DBA lock modifier error message test
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt4 Verifies that an warning message is showed if an empty document is loaded
H A DDOMCharacterData_deleteData_error_002.phpt19 Fatal error: Uncaught exception 'DOMException' with message 'Index Size Error' in %s:%d
H A DDOMDocument_loadHTMLfile_error1.phpt4 Verifies that an error message is showed if the file doesn't exist
/PHP-5.5/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt13 Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): This construct…
/PHP-5.5/ext/hash/tests/
H A Dripemd128.phpt10 echo hash('ripemd128', 'message digest') . "\n";
H A Dripemd160.phpt10 echo hash('ripemd160', 'message digest') . "\n";
H A Dripemd256.phpt10 echo hash('ripemd256', 'message digest') . "\n";
H A Dripemd320.phpt10 echo hash('ripemd320', 'message digest') . "\n";
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt11 * of the given message sequence
22 // get UID for new message
H A Dimap_fetch_overview_variation3.phpt10 * Description: Read an overview of the information in the headers of the given message sequence
25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
/PHP-5.5/sapi/embed/
H A Dphp_embed.c93 static void php_embed_log_message(char *message TSRMLS_DC) in php_embed_log_message()
95 fprintf (stderr, "%s\n", message); in php_embed_log_message()
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller19.phpt12 Fatal error: Uncaught exception 'PharException' with message 'Too many values passed to Phar::mungS…
H A Dfrontcontroller20.phpt12 Fatal error: Uncaught exception 'PharException' with message 'Non-string value passed to Phar::mung…
H A Dfrontcontroller18.phpt12 Fatal error: Uncaught exception 'PharException' with message 'No values passed to Phar::mungServer(…
H A Dbug69441.phpt17 exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, n…
H A Dbug69453.phpt17 exception 'UnexpectedValueException' with message 'phar error: "%s/bug69453.tar.phar" is a corrupte…
/PHP-5.5/Zend/tests/traits/
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message
/PHP-5.5/ext/oci8/tests/
H A Derror2.phpt20 echo $es['message']."\n";

Completed in 52 milliseconds

12345678910>>...19