Home
last modified time | relevance | path

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

1...<<1112131415161718

/php-src/ext/intl/tests/
H A Dmsgfmt_parse.phpt106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
/php-src/sapi/cli/tests/
H A Dbug78323.phpt2 Bug #78323 Test exit code and error message for invalid parameters
/php-src/ext/intl/msgformat/
H A Dmsgformat_arginfo.h31 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
/php-src/
H A D.travis.yml45 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
/php-src/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-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c703 packet->message = NULL; in php_mysqlnd_auth_response_read()
727 if (p->message) { in php_mysqlnd_auth_response_free_mem()
728 mnd_efree(p->message); in php_mysqlnd_auth_response_free_mem()
729 p->message = NULL; in php_mysqlnd_auth_response_free_mem()
839 packet->message = NULL; in php_mysqlnd_ok_read()
864 if (p->message) { in php_mysqlnd_ok_free_mem()
865 mnd_efree(p->message); in php_mysqlnd_ok_free_mem()
866 p->message = NULL; in php_mysqlnd_ok_free_mem()
1733 packet->message.s[packet->header.size] = '\0'; in php_mysqlnd_stats_read()
1734 packet->message.l = packet->header.size; in php_mysqlnd_stats_read()
[all …]
/php-src/ext/xmlreader/tests/
H A Dbug70309.phpt13 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/php-src/Zend/
H A Dzend_multiply.h344 …ways_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const char *message) in zend_safe_addmult() argument
350 …zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
/php-src/ext/date/lib/
H A Dparse_date.re368 message->error_code = error_code;
371 message->message = timelib_strdup(error);
378 message->error_code = error_code;
381 message->message = timelib_strdup(error);
388 message->error_code = error_code;
389 message->position = cptr - sptr;
390 message->character = *cptr;
391 message->message = timelib_strdup(error);
399 message->position = cptr - sptr;
400 message->character = *cptr;
[all …]
H A Dtimelib.c160 timelib_free(errors->warning_messages[i].message); in timelib_error_container_dtor()
164 timelib_free(errors->error_messages[i].message); in timelib_error_container_dtor()
/php-src/ext/standard/
H A Dbasic_functions.c1332 char *message, *opt = NULL, *headers = NULL; local
1337 Z_PARAM_STRING(message, message_len)
1344 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) {
1353 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument
1355 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
1359 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,… argument
1367 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
1381 nbytes = php_stream_write(stream, message, message_len);
1390 sapi_module.log_message(message, -1);
1397 php_log_err_with_severity(message, LOG_NOTICE);
/php-src/ext/pcre/tests/
H A Dbug76514.phpt283 "name": "psr/http-message",
467 "psr/http-message": "1.0",
526 "psr/http-message": "1.0",
/php-src/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl177 <wsdl:message name="EchoService_Echo_InputMessage">
179 </wsdl:message>
180 <wsdl:message name="EchoService_Echo_OutputMessage">
182 </wsdl:message>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc35 echo "Server did not output startup message";
/php-src/ext/hash/tests/
H A Dcrc32.phpt9 echo hash('crc32', 'message digest'), "\n";
32 echo hash('crc32b', 'message digest'), "\n";
66 echo hash('crc32c', 'message digest'), "\n";
/php-src/sapi/litespeed/
H A Dlsapi_main.c502 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
505 int len = strlen( message ); in sapi_lsapi_log_message()
506 if ( *(message + len - 1 ) != '\n' ) in sapi_lsapi_log_message()
508 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
509 message = buf; in sapi_lsapi_log_message()
514 LSAPI_Write_Stderr( message, len ); in sapi_lsapi_log_message()
/php-src/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt14 * correctly by sending an IPV6_PKTINFO message that will have no effect */
/php-src/ext/curl/tests/
H A Dserver.inc38 echo "Server did not output startup message";
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt54 // NOTE: the error message varies with the MySQL Server version, dump only the error code!
55 …printf("[009] [%d] (error message varies with the MySQL Server version, check the error code)\n", …
238 [009] [%d] (error message varies with the MySQL Server version, check the error code)
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp602 zend_string* message = NULL; in PHP_FUNCTION() local
617 message = intl_error_get_message(TIMEZONE_ERROR_P(to)); in PHP_FUNCTION()
618 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/standard/tests/file/
H A D007_variation8.phpt28 …fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the warning message
H A D007_variation15.phpt37 …fopen($file, "xt"); //Opening the existing data file in 'xt' mode to check for the warning message
H A D007_variation16.phpt28 …pen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for the warning message
/php-src/ext/soap/
H A Dphp_sdl.c426 xmlNodePtr message, part; in wsdl_soap_binding_header() local
637 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
650 message = tmp; in wsdl_message()
655 trav = message->children; in wsdl_message()
956 xmlAttrPtr message; in load_wsdl() local
958 message = get_attribute(input->properties, "message"); in load_wsdl()
959 if (message == NULL) { in load_wsdl()
985 xmlAttrPtr message; in load_wsdl() local
988 if (message == NULL) { in load_wsdl()
1025 xmlAttrPtr message, name; in load_wsdl() local
[all …]

Completed in 67 milliseconds

1...<<1112131415161718