Home
last modified time | relevance | path

Searched refs:severity (Results 26 – 36 of 36) sorted by relevance

12

/php-src/Zend/tests/
H A D009.phpt26 set_error_handler(function ($severity, $message, $file, $line) {
H A D010.phpt25 set_error_handler(function ($severity, $message, $file, $line) {
/php-src/Zend/
H A Dzend_exceptions.c357 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
361 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SllS!l!O!", &message, &code, &severity, &filename, &l… in ZEND_METHOD()
382 ZVAL_LONG(&tmp, severity); in ZEND_METHOD()
868 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument
873 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception()
893 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument
951 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error()
961 zend_error(severity, "Uncaught exception %s", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_exceptions_arginfo.h54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, severity, IS_LONG, 0, "E_ERROR")
/php-src/ext/reflection/tests/
H A Dbug71018.phpt31 set_error_handler(function ($severity, $message, $file, $line) {
/php-src/ext/standard/tests/http/
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/php-src/ext/phar/tests/
H A Dphar_stub.phpt58 set_error_handler(function ($severity, $message, $file, $line) {
/php-src/ext/standard/
H A Dstreamsfuncs.c876 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument
885 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()
/php-src/main/streams/
H A Dstreams.c2359 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument
2363 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます38967 # severity code: 1~informational 3~errors
38968 >0x1C ulelong !1 \b, severity %#x
H A Dmagic38967 # severity code: 1~informational 3~errors
38968 >0x1C ulelong !1 \b, severity %#x

Completed in 410 milliseconds

12