Searched defs:severity (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_soap.h | 199 #define soap_error0(severity, format) \ argument 202 #define soap_error1(severity, format, param1) \ argument 205 #define soap_error2(severity, format, param1, param2) \ argument 208 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/PHP-8.0/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
/PHP-8.0/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 124 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler()
|
H A D | php_pdo_dblib_int.h | 107 int severity; member
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.c | 348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 899 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() 922 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error()
|
H A D | zend_exceptions.stub.php | 52 …public function __construct(string $message = "", int $code = 0, int $severity = E_ERROR, ?string …
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_children.c | 187 int severity = ZLOG_NOTICE; in fpm_children_bury() local
|
/PHP-8.0/sapi/phpdbg/ |
H A D | xml.md | 7 severity section
|
H A D | phpdbg_out.c | 932 const char *severity; in phpdbg_process_print() local
|
/PHP-8.0/ext/standard/ |
H A D | streamsfuncs.c | 856 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier()
|
/PHP-8.0/main/streams/ |
H A D | streams.c | 2216 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
Completed in 37 milliseconds