Home
last modified time | relevance | path

Searched refs:message (Results 351 – 375 of 434) sorted by relevance

1...<<1112131415161718

/php-src/Zend/
H A Dzend_observer.c348 …er_error_notify(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in _zend_observer_error_notify() argument
352 callback(type, error_filename, error_lineno, message); in _zend_observer_error_notify()
H A Dzend_exceptions_arginfo.h27 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message, IS_STRING, 0, "\"\"")
52 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message, IS_STRING, 0, "\"\"")
H A Dzend_execute_API.c236 char *message = NULL; in zend_throw_or_error() local
239 zend_vspprintf(&message, 0, format, va); in zend_throw_or_error()
242 zend_throw_error(exception_ce, "%s", message); in zend_throw_or_error()
244 zend_error_noreturn(E_ERROR, "%s", message); in zend_throw_or_error()
247 efree(message); in zend_throw_or_error()
/php-src/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-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h127 void php_com_throw_exception(HRESULT code, char *message);
/php-src/ext/zend_test/
H A Dtest.stub.php264 function zend_test_crash(?string $message = null): void {} argument
H A Dtest.c622 zend_string *message = NULL; in ZEND_FUNCTION() local
626 Z_PARAM_STR_OR_NULL(message) in ZEND_FUNCTION()
629 if (message) { in ZEND_FUNCTION()
630 php_printf("%s", ZSTR_VAL(message)); in ZEND_FUNCTION()
/php-src/ext/libxml/
H A Dlibxml.c616 error_copy.message = (char*)xmlStrdup((const xmlChar*)msg); in _php_list_set_error_structure()
1110 if (error->message) { in PHP_FUNCTION()
1111 add_property_string(return_value, "message", error->message); in PHP_FUNCTION()
1146 if (error->message) { in PHP_FUNCTION()
1147 add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); in PHP_FUNCTION()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt67 if ('' == $warning->message)
/php-src/ext/sockets/
H A Dsockets.stub.php1989 function socket_sendmsg(Socket $socket, array $message, int $flags = 0): int|false {} argument
1991 function socket_recvmsg(Socket $socket, array &$message, int $flags = 0): int|false {} argument
/php-src/sapi/phpdbg/
H A Dphpdbg.c738 static void php_sapi_phpdbg_log_message(const char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message() argument
745 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message()
749 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message()
776 fprintf(stdout, "%s\n", message); in php_sapi_phpdbg_log_message()
846 static inline size_t php_sapi_phpdbg_ub_write(const char *message, size_t length) /* {{{ */ in php_sapi_phpdbg_ub_write() argument
848 return phpdbg_script(P_STDOUT, "%.*s", (int) length, message); in php_sapi_phpdbg_ub_write()
/php-src/ext/gd/tests/
H A Dfunc.inc70 * message is printed, and the actual file is stored right beside the temporary
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c609 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi() argument
619 if (CGIG(fcgi_logging) && request && message && len > 0) { in sapi_cgi_log_fastcgi()
625 if (fcgi_write(request, FCGI_STDERR, message, len) < 0) { in sapi_cgi_log_fastcgi()
633 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument
635 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc67 echo "Server did not output startup message";
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc188 /* normal lane: using the message queue */
279 /* normal lane: using the message queue */
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc188 /* normal lane: using the message queue */
279 /* normal lane: using the message queue */
/php-src/main/
H A DSAPI.h262 void (*log_message)(const char *message, int syslog_type_int);
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.h29 unsigned int level, const char * type, const char *message);
H A Dmysqlnd_debug.c47 unsigned int level, const char * type, const char * message) in MYSQLND_METHOD()
125 pipe_buffer, type? type:"", message); in MYSQLND_METHOD()
/php-src/
H A DCONTRIBUTING.md130 should be credited, the `Co-authored-by` tag in the commit message may be used.
394 nice commit message for each one. See example below.
396 4. Do write your commit message in such a way that it makes sense even without
398 know what was modified. Definitely include the function name in the message
422 If you fix some bugs, you should note the bug ID numbers in your commit message.
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1182 zend_string* message = NULL; in PHP_FUNCTION() local
1197 message = intl_error_get_message(CALENDAR_ERROR_P(co)); in PHP_FUNCTION()
1198 RETURN_STR(message); in PHP_FUNCTION()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt45 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
/php-src/docs/
H A Dmailinglist-rules.md48 7. Please configure your email client to use a real name and keep message
/php-src/ext/mbstring/
H A Dmbstring.stub.php180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header… argument
/php-src/sapi/cgi/
H A Dcgi_main.c754 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument
761 int ret, len = (int)strlen(message); in sapi_cgi_log_message()
764 memcpy(buf, message, len); in sapi_cgi_log_message()
772 fprintf(stderr, "%s\n", message); in sapi_cgi_log_message()
776 fprintf(stderr, "%s\n", message); in sapi_cgi_log_message()

Completed in 143 milliseconds

1...<<1112131415161718