Home
last modified time | relevance | path

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

1...<<1112131415161718

/php-src/ext/mbstring/tests/
H A Dmb_send_mail_null_bytes.phpt38 mb_send_mail(): Argument #3 ($message) must not contain any null bytes
/php-src/ext/standard/tests/http/
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/php-src/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/php-src/.github/workflows/
H A Dclose-stale-feature-requests.yml26 stale-issue-message: >-
/php-src/ext/phar/tests/
H A Dphar_stub.phpt58 set_error_handler(function ($severity, $message, $file, $line) {
59 throw new Exception($message);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // I would expect to get an error message, but this is not what happens.
50 // Again, I'd like to see an error message
/php-src/sapi/fpm/tests/
H A Dlogreader.inc140 * @param string|null $errorMessage Error message to print before the logs.
156 * Read log until matcher matches the log message or there are no more logs.
159 * @param string|null $notFoundMessage Error message if matcher does not succeed.
207 * Print tracing message - only in debug .
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt41 ["message"]=>
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c396 zend_string* message = NULL; in PHP_FUNCTION() local
406 message = intl_error_get_message(INTL_DATA_ERROR_P(rb)); in PHP_FUNCTION()
407 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt41 // matter what is accessed here, the error message will be the same.
/php-src/ext/odbc/tests/
H A Dbug73448.phpt19 "/* empty batch,error message is not empty */",
/php-src/ext/soap/tests/bugs/
H A Dbug50698_3.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/intl/converter/
H A Dconverter.c52 char message[1024]; in php_converter_throw_failure() local
56 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
59 intl_errors_set(err, error, message, 1); in php_converter_throw_failure()
805 zend_string *message = intl_error_get_message(&(objval->error)); in PHP_METHOD() local
806 if (message) { in PHP_METHOD()
807 RETURN_STR(message); in PHP_METHOD()
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c39 char *message; in dblib_fetch_error() local
61 spprintf(&message, 0, "%s [%d] (severity %d) [%s]", in dblib_fetch_error()
65 add_next_index_string(info, message); in dblib_fetch_error()
66 efree(message); in dblib_fetch_error()
/php-src/ext/openssl/tests/
H A Dsigned.eml4 This is an S/MIME signed message
/php-src/ext/dom/tests/
H A Ddom003.phpt29 ["message":protected]=>
/php-src/ext/zip/tests/
H A Doo_delete.phpt63 // suppress irrelevant error message:
/php-src/Zend/tests/type_declarations/iterable/
H A Dor_null.phpt6 …y_missing_return_type` functions which produces an "or null"/"or be null" part in its error message
/php-src/ext/standard/tests/dir/
H A Ddir_variation6.phpt13 * and checking to see if proper warning message is output.
/php-src/ext/mysqli/tests/
H A Dmysqli_fork.phpt25 $res = mysqli_query($link, "SELECT 'dumped by the parent' AS message");
62 /* non trivial tests require a message list for parent-child communication */
114 /* no new message */
240 ["message"]=>
/php-src/ext/pdo/tests/
H A Dbug_71885.phpt11 …p(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip inconsistent error message with odbc');
/php-src/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-src/Zend/
H A Dzend_fibers.c983 const char *message; in ZEND_METHOD() local
991 message = "The fiber threw an exception"; in ZEND_METHOD()
993 message = "The fiber exited with a fatal error"; in ZEND_METHOD()
998 message = "The fiber has not been started"; in ZEND_METHOD()
1000 message = "The fiber has not returned"; in ZEND_METHOD()
1003 zend_throw_error(zend_ce_fiber_error, "Cannot get fiber return value: %s", message); in ZEND_METHOD()
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c153 MYSQLND_METHOD(mysqlnd_command, statistics)(MYSQLND_CONN_DATA * const conn, zend_string ** message) in MYSQLND_METHOD()
174 *message = zend_string_init(stats_header.message.s, stats_header.message.l, 0); in MYSQLND_METHOD()
175 DBG_INF(ZSTR_VAL(*message)); in MYSQLND_METHOD()
/php-src/tests/lang/
H A Dsyntax_errors.phpt16 since the error message should refer to the starting line in those cases */

Completed in 38 milliseconds

1...<<1112131415161718