Home
last modified time | relevance | path

Searched refs:message (Results 301 – 325 of 425) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation4.phpt11 * of the given message sequence
H A Dimap_fetchheader_variation4.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetchheader_error.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetch_overview_error.phpt11 * of the given message sequence
/PHP-7.4/ext/standard/tests/array/
H A Deach_basic.phpt50 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
H A Deach_variation4.phpt38 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
H A Deach_variation5.phpt40 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
/PHP-7.4/ext/posix/tests/
H A Dposix_strerror_error.phpt10 * Description: Retrieve the system error message associated with the given errno.
/PHP-7.4/ext/dom/tests/
H A Ddom003.phpt29 ["message":protected]=>
/PHP-7.4/ext/pdo/tests/
H A Dbug_71885.phpt9 …p(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip inconsistent error message with odbc');
/PHP-7.4/ext/zip/tests/
H A Doo_delete.phpt65 // suppress irrelevant error message:
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt9 echo hash('crc32', 'message digest'), "\n";
18 echo hash('crc32b', 'message digest'), "\n";
38 echo hash('crc32c', 'message digest'), "\n";
H A Dhash_error.phpt7 * Description: Generate a hash value (message digest)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt26 $res = mysqli_query($link, "SELECT 'dumped by the parent' AS message");
63 /* non trivial tests require a message list for parent-child communication */
115 /* no new message */
241 ["message"]=>
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt18 // the message this test prints at the very end (expected output for pass).
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dmsgfmt_parse.phpt106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c721 packet->message = NULL; in php_mysqlnd_auth_response_read()
745 if (p->message) { in php_mysqlnd_auth_response_free_mem()
746 mnd_efree(p->message); in php_mysqlnd_auth_response_free_mem()
747 p->message = NULL; in php_mysqlnd_auth_response_free_mem()
861 packet->message = NULL; in php_mysqlnd_ok_read()
886 if (p->message) { in php_mysqlnd_ok_free_mem()
887 mnd_efree(p->message); in php_mysqlnd_ok_free_mem()
888 p->message = NULL; in php_mysqlnd_ok_free_mem()
1890 if (p->message.s) { in php_mysqlnd_stats_free_mem()
1891 mnd_efree(p->message.s); in php_mysqlnd_stats_free_mem()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt22 Warning message expected, as length+offset > length of string */
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation6.phpt19 * and checking to see if proper warning message is output.
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_2.phpt43 ["message"]=>
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in27 ; message. This lets syslogd specify that messages from different facilities
33 ; syslog_ident is prepended to every message. If you have multiple FPM
46 ; all logged characters including message prefix and suffix if present. However
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c52 char message[JMSG_LENGTH_MAX]; in php_jpeg_emit_message() local
62 (jpeg_info->err->format_message)(jpeg_info,message); in php_jpeg_emit_message()
71 gd_error("gd-jpeg, libjpeg: recoverable error: %s\n", message); in php_jpeg_emit_message()
80 gd_error("gd-jpeg, libjpeg: strace message: %s\n", message); in php_jpeg_emit_message()
/PHP-7.4/ext/xmlreader/tests/
H A Dbug70309.phpt11 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */

Completed in 41 milliseconds

1...<<11121314151617