Searched defs:severity (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
/PHP-5.6/ext/soap/ |
H A D | php_soap.h | 205 #define soap_error0(severity, format) \ argument 208 #define soap_error1(severity, format, param1) \ argument 211 #define soap_error2(severity, format, param1, param2) \ argument 214 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/PHP-5.6/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 141 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in msg_handler()
|
H A D | php_pdo_dblib_int.h | 102 int severity; member
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_children.c | 185 int severity = ZLOG_NOTICE; in fpm_children_bury() local
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; in _call_message_handler() local 2146 long severity; in PHP_FUNCTION() local 2161 long severity; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mssql/ |
H A D | php_mssql.c | 280 static int php_mssql_message_handler(DBPROCESS *dbproc, DBINT msgno,int msgstate, int severity,char… in php_mssql_message_handler() 1946 long severity; local 1961 long severity; local
|
/PHP-5.6/Zend/ |
H A D | zend_exceptions.c | 261 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
|
H A D | zend_API.c | 689 int severity = E_WARNING; in zend_parse_arg() local 2983 int severity; in zend_is_callable_check_func() local
|
/PHP-5.6/ext/standard/ |
H A D | streamsfuncs.c | 869 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier()
|
/PHP-5.6/main/streams/ |
H A D | streams.c | 2176 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
Completed in 54 milliseconds