Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-7.4/ext/intl/converter/
H A Dconverter.c53 char message[1024]; in php_converter_throw_failure() local
57 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
60 intl_errors_set(err, error, message, 1); in php_converter_throw_failure()
869 zend_string *message = intl_error_get_message(&(objval->error)); in PHP_METHOD() local
877 if (message) { in PHP_METHOD()
878 RETURN_STR(message); in PHP_METHOD()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c37 zend_string *message = NULL; in pdo_odbc_fetch_error_func() local
44 message = strpprintf(0, "%s (%s[%ld] at %s:%d)", in pdo_odbc_fetch_error_func()
50 add_next_index_str(info, message); in pdo_odbc_fetch_error_func()
/PHP-7.4/Zend/
H A Dzend_multiply.h331 …ways_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const char *message) in zend_safe_addmult() argument
337 …zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
/PHP-7.4/ext/date/lib/
H A Dtimelib.c157 timelib_free(errors->warning_messages[i].message); in timelib_error_container_dtor()
161 timelib_free(errors->error_messages[i].message); in timelib_error_container_dtor()
/PHP-7.4/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt10 * Description: Read the structure of a specified body section of a specific message.
H A Dimap_fetchbody_variation4.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
H A Dimap_fetchheader_basic.phpt10 * Description: Get the full unfiltered header for a message
H A Dimap_close_variation4.phpt42 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c163 MYSQLND_METHOD(mysqlnd_command, statistics)(MYSQLND_CONN_DATA * const conn, zend_string ** message) in MYSQLND_METHOD()
184 *message = zend_string_init(stats_header.message.s, stats_header.message.l, 0); in MYSQLND_METHOD()
185 DBG_INF(ZSTR_VAL(*message)); in MYSQLND_METHOD()
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltnum_11g.phpt69 var_dump($e['message']);
74 var_dump($e['message']);
H A Dbind_sqltnum.phpt69 var_dump($e['message']);
74 var_dump($e['message']);
/PHP-7.4/ext/pcre/tests/
H A Dbug76514.phpt283 "name": "psr/http-message",
467 "psr/http-message": "1.0",
526 "psr/http-message": "1.0",
/PHP-7.4/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-7.4/ext/sysvmsg/tests/
H A D005.phpt47 Warning: msg_receive(): maximum size of the message has to be greater than zero in %s on line %d
/PHP-7.4/tests/lang/
H A D031.phpt55 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc35 echo "Server did not output startup message";
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * correctly by sending an IPV6_PKTINFO message that will have no effect */
H A Dsocket_strerror.phpt66 string(26) "No message of desired type"
98 string(11) "Bad message"
/PHP-7.4/
H A D.travis.yml48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp624 zend_string* message = NULL; in PHP_FUNCTION() local
641 message = intl_error_get_message(TIMEZONE_ERROR_P(to)); in PHP_FUNCTION()
642 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c513 static void sapi_lsapi_log_message(char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
516 int len = strlen( message ); in sapi_lsapi_log_message()
517 if ( *(message + len - 1 ) != '\n' ) in sapi_lsapi_log_message()
519 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
520 message = buf; in sapi_lsapi_log_message()
525 LSAPI_Write_Stderr( message, len); in sapi_lsapi_log_message()
/PHP-7.4/ext/standard/tests/file/
H A D007_variation8.phpt39 …fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the warning message
H A D007_variation15.phpt39 …fopen($file, "xt"); //Opening the existing data file in 'xt' mode to check for the warning message
/PHP-7.4/ext/soap/
H A Dphp_sdl.c451 xmlNodePtr message, part; in wsdl_soap_binding_header() local
662 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
675 message = tmp; in wsdl_message()
680 trav = message->children; in wsdl_message()
981 xmlAttrPtr message; in load_wsdl() local
983 message = get_attribute(input->properties, "message"); in load_wsdl()
984 if (message == NULL) { in load_wsdl()
1010 xmlAttrPtr message; in load_wsdl() local
1013 if (message == NULL) { in load_wsdl()
1050 xmlAttrPtr message, name; in load_wsdl() local
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt63 // NOTE: the error message varies with the MySQL Server version, dump only the error code!
64 …printf("[009] [%d] (error message varies with the MySQL Server version, check the error code)\n", …
249 [009] [%d] (error message varies with the MySQL Server version, check the error code)

Completed in 70 milliseconds

1...<<11121314151617