Searched defs:severity (Results 1 – 10 of 10) sorted by relevance
/php-src/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 70 protected int $severity = E_ERROR; variable in ErrorException 75 int $severity = E_ERROR,
|
H A D | zend_exceptions.c | 360 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 873 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() 898 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error()
|
/php-src/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 127 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
|
H A D | php_pdo_dblib_int.h | 109 int severity; member
|
/php-src/ext/soap/ |
H A D | php_soap.h | 200 #define soap_error0(severity, format) \ argument 203 #define soap_error1(severity, format, param1) \ argument 206 #define soap_error2(severity, format, param1, param2) \ argument 209 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_children.c | 229 int severity = ZLOG_NOTICE; in fpm_children_bury() local
|
/php-src/ext/session/ |
H A D | session.c | 124 static inline void php_session_headers_already_sent_error(int severity, const char *message) { /* {… in php_session_headers_already_sent_error() 135 static inline void php_session_session_already_started_error(int severity, const char *message) { /… in php_session_session_already_started_error()
|
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 876 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier()
|
/php-src/main/streams/ |
H A D | streams.c | 2359 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
Completed in 48 milliseconds