Home
last modified time | relevance | path

Searched refs:message (Results 326 – 350 of 472) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/oci8/tests/
H A Dbug47281.phpt43 echo $m['message'], "\n";
H A Dbug51291_2.phpt43 ["message"]=>
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation4.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_fetch_overview_variation4.phpt11 * of the given message sequence
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
H A Dimap_fetchbody_variation4.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
/PHP-5.5/ext/posix/tests/
H A Dposix_strerror_error.phpt10 * Description: Retrieve the system error message associated with the given errno.
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt2 Sybase-CT server message handler
/PHP-5.5/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-5.5/sapi/litespeed/
H A Dlsapi_main.c433 static void sapi_lsapi_log_message(char *message TSRMLS_DC) in sapi_lsapi_log_message()
436 int len = strlen( message ); in sapi_lsapi_log_message()
437 if ( *(message + len - 1 ) != '\n' ) in sapi_lsapi_log_message()
439 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
440 message = buf; in sapi_lsapi_log_message()
443 LSAPI_Write_Stderr( message, len); in sapi_lsapi_log_message()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c714 packet->message = NULL; in php_mysqlnd_auth_response_read()
738 if (p->message) { in php_mysqlnd_auth_response_free_mem()
739 mnd_efree(p->message); in php_mysqlnd_auth_response_free_mem()
740 p->message = NULL; in php_mysqlnd_auth_response_free_mem()
854 packet->message = NULL; in php_mysqlnd_ok_read()
879 if (p->message) { in php_mysqlnd_ok_free_mem()
880 mnd_efree(p->message); in php_mysqlnd_ok_free_mem()
881 p->message = NULL; in php_mysqlnd_ok_free_mem()
1912 if (p->message) { in php_mysqlnd_stats_free_mem()
1913 mnd_efree(p->message); in php_mysqlnd_stats_free_mem()
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_stat.phpt29 printf("[004] Expecting Unicode error message!\n");
/PHP-5.5/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-5.5/ext/gd/libgd/
H A Dgd_jpeg.c51 char message[JMSG_LENGTH_MAX]; in php_jpeg_emit_message() local
61 (jpeg_info->err->format_message)(jpeg_info,message); in php_jpeg_emit_message()
69 …or_ex(ignore_warning ? E_NOTICE : E_WARNING, "gd-jpeg, libjpeg: recoverable error: %s\n", message); in php_jpeg_emit_message()
76 php_gd_error_ex(E_NOTICE, "gd-jpeg, libjpeg: strace message: %s\n", message); in php_jpeg_emit_message()
/PHP-5.5/ext/exif/
H A Dtest.txt43 // message function is used for debugging purpose: just to se what happens
44 function message($msg) {
274 $error = error_msg();// clear message
292 $error = error_msg();// clear message
313 $error = error_msg();// clear message
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation6.phpt19 * and checking to see if proper warning message is output.
/PHP-5.5/ext/hash/tests/
H A Dhash_error.phpt9 * Description: Generate a hash value (message digest)
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c39 char *message = NULL; in pdo_odbc_fetch_error_func() local
46 spprintf(&message, 0, "%s (%s[%ld] at %s:%d)", in pdo_odbc_fetch_error_func()
52 add_next_index_string(info, message, 0); in pdo_odbc_fetch_error_func()
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_ecb.phpt21 $data = b'This is the secret message which must be encrypted';
H A Dmcrypt_ecb_3des_encrypt.phpt23 $data = b"This is the secret message which must be encrypted";
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h194 char *message; member
/PHP-5.5/ext/intl/converter/
H A Dconverter.c47 char message[1024]; in php_converter_throw_failure() local
51 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
54 intl_errors_set(err, error, message, 1 TSRMLS_CC); in php_converter_throw_failure()
893 char *message = intl_error_get_message(&(objval->error) TSRMLS_CC); in PHP_METHOD() local
901 if (message) { in PHP_METHOD()
902 RETURN_STRING(message, 1); in PHP_METHOD()

Completed in 51 milliseconds

1...<<111213141516171819