Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 9 of 9) sorted by relevance

/php-src/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/php-src/Zend/
H A Dzend_exceptions.stub.php70 protected int $severity = E_ERROR; variable in ErrorException
75 int $severity = E_ERROR,
H A Dzend_exceptions.c357 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
869 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception()
894 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 Dpdo_dblib.c127 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
H A Dphp_pdo_dblib_int.h107 int severity; member
/php-src/ext/soap/
H A Dphp_soap.h200 #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 Dfpm_children.c229 int severity = ZLOG_NOTICE; in fpm_children_bury() local
/php-src/ext/standard/
H A Dstreamsfuncs.c875 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 Dstreams.c2351 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,

Completed in 38 milliseconds