Home
last modified time | relevance | path

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

1...<<1112131415161718

/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/intl/tests/
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
/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.c503 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
506 int len = strlen( message ); in sapi_lsapi_log_message()
507 if ( *(message + len - 1 ) != '\n' ) in sapi_lsapi_log_message()
509 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
510 message = buf; in sapi_lsapi_log_message()
515 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.cpp609 zend_string* message = NULL; in PHP_FUNCTION() local
624 message = intl_error_get_message(TIMEZONE_ERROR_P(to)); in PHP_FUNCTION()
625 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
H A D007_variation23.phpt28 …fopen($file, "xb"); //Opening the existing data file in 'xb' mode to check for the warning message
H A D007_variation24.phpt28 …pen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for the warning message
H A D007_variation7.phpt28 …= fopen($file, "x"); //Opening the existing data file in 'x' mode to check for the warning message
/php-src/ext/soap/
H A Dphp_sdl.c459 xmlNodePtr message, part; in wsdl_soap_binding_header() local
670 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
683 message = tmp; in wsdl_message()
688 trav = message->children; in wsdl_message()
989 xmlAttrPtr message; in load_wsdl() local
991 message = get_attribute(input->properties, "message"); in load_wsdl()
992 if (message == NULL) { in load_wsdl()
1018 xmlAttrPtr message; in load_wsdl() local
1021 if (message == NULL) { in load_wsdl()
1058 xmlAttrPtr message, name; in load_wsdl() local
[all …]
/php-src/ext/pgsql/
H A Dphp_pgsql.h168 char *message; member
/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.c94 static void log_message(const char *message, int level) in log_message() argument

Completed in 64 milliseconds

1...<<1112131415161718