Home
last modified time | relevance | path

Searched refs:level (Results 201 – 225 of 236) sorted by relevance

12345678910

/PHP-7.4/ext/snmp/
H A Dsnmp.c1188 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level() argument
1190 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { in netsnmp_session_set_sec_level()
1192 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { in netsnmp_session_set_sec_level()
1194 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { in netsnmp_session_set_sec_level()
/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_variation4.phpt13 (and generates an error of level E_WARNING) in case of an error.
/PHP-7.4/ext/soap/
H A Dphp_http.c377 int level = Z_LVAL_P(tmp) & 0x0f; in make_http_soap_request() local
380 if (level > 9) {level = 9;} in make_http_soap_request()
385 if (level > 0) { in make_http_soap_request()
392 ZVAL_LONG(&params[1], level); in make_http_soap_request()
H A Dsoap.c49 static void type_to_string(sdlTypePtr type, smart_str *buf, int level);
4641 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) /* {{{ */ argument
4647 type_to_string(model->u.element, buf, level);
4651 for (i = 0;i < level;i++) {
4662 model_to_string(tmp, buf, level);
4667 model_to_string(model->u.group->model, buf, level);
4674 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */ argument
4679 for (i = 0;i < level;i++) {
4814 model_to_string(type->model, buf, level+1);
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error.phpt12 * Description : Sets user-level session storage functions
H A Dsave_handler.inc52 // e.g. Use "serializable transaction isolation level" with RDBMS.
/PHP-7.4/docs/
H A Dmailinglist-rules.md20 d. Increase the general level of good will on planet Earth.
H A Dstreams.md9 case sockets and files every time you need to work with a "user-level" PHP file
177 What if your extension needs to access the `FILE*` of a user level file pointer?
299 * `level` will be disabled (recommended for underlying sources that implement
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h208 #define mysqlnd_shutdown(conn, level) ((conn)->data)->m->shutdown_server((conn)->data, (level)) argument
H A Dmysqlnd_commands.c266 MYSQLND_METHOD(mysqlnd_command, shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level) in MYSQLND_METHOD()
274 int1store(bits, level); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h326 …c_status (*func_mysqlnd_execute_com_shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level);
456 …c_status (*func_mysqlnd_conn_data__shutdown_server)(MYSQLND_CONN_DATA * const conn, uint8_t level);
H A Dmysqlnd_connection.c1206 MYSQLND_METHOD(mysqlnd_conn_data, shutdown)(MYSQLND_CONN_DATA * const conn, uint8_t level)
1211 DBG_INF_FMT("conn=%llu level=%lu", conn->thread_id, level);
1214 ret = conn->command->shutdown(conn, level);
/PHP-7.4/Zend/
H A Dzend_execute.c3820 int level; in cleanup_unfinished_calls() local
3840 level = 0; in cleanup_unfinished_calls()
3848 level++; in cleanup_unfinished_calls()
3858 if (level == 0) { in cleanup_unfinished_calls()
3862 level--; in cleanup_unfinished_calls()
3873 if (level == 0) { in cleanup_unfinished_calls()
3880 if (level == 0) { in cleanup_unfinished_calls()
3891 level = 0; in cleanup_unfinished_calls()
3899 level++; in cleanup_unfinished_calls()
3909 if (level == 0) { in cleanup_unfinished_calls()
[all …]
/PHP-7.4/
H A Dphp.ini-development261 ; http://php.net/zlib.output-compression-level
400 ; Maximum input variable nesting level
401 ; http://php.net/max-input-nesting-level
417 ; directive is through the use of the error level constants and bitwise
418 ; operators. The error level constants are below here for convenience as well as
1011 ; happens within intl functions. The value is the level of the error produced.
1842 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
1843 ; You can also enable warnings (level 2), info messages (level 3) or
1844 ; debug messages (level 4).
1868 ; Enables and sets the second level cache directory.
H A Dphp.ini-production261 ; http://php.net/zlib.output-compression-level
400 ; Maximum input variable nesting level
401 ; http://php.net/max-input-nesting-level
417 ; directive is through the use of the error level constants and bitwise
418 ; operators. The error level constants are below here for convenience as well as
1011 ; happens within intl functions. The value is the level of the error produced.
1842 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
1843 ; You can also enable warnings (level 2), info messages (level 3) or
1844 ; debug messages (level 4).
1868 ; Enables and sets the second level cache directory.
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in39 ; Log level
/PHP-7.4/ext/dba/
H A Dconfig.m4331 AC_MSG_CHECKING([for DB4 minor version and patch level])
340 AC_MSG_ERROR([Version 4.1 requires patch level 25])
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c798 if (b->level >= 0) { in zend_dump_block_info()
799 fprintf(stderr, " ; level=%d\n", b->level); in zend_dump_block_info()
H A Dzend_ssa.c29 while (blocks[b].level > blocks[a].level) { in dominates()
1480 block->level = -1; in zend_ssa_remove_block()
/PHP-7.4/sapi/litespeed/
H A DREADME.md143 `LSAPI_CHILDREN` level as soon as service is back to normal. When
H A Dlsapilib.c267 int level = flag & LSAPI_LOG_LEVEL_BITS; in LSAPI_Log() local
268 if (level && level <= LSAPI_LOG_FLAG_FATAL) in LSAPI_Log()
270 p += snprintf(p, 100, "[%s] ", s_log_level_names[level]); in LSAPI_Log()
/PHP-7.4/ext/xml/
H A Dcompat.c569 return !error && parser->parser->lastError.level <= XML_ERR_WARNING; in XML_Parse()
/PHP-7.4/tests/lang/
H A D028.phpt2 Testing calling user-level functions from C
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt310 /* on mysqlnd level this would not be allowed */
/PHP-7.4/ext/oci8/
H A Dconfig.m429 …AC_MSG_ERROR([Expected an ORACLE_HOME top level directory but ${OCI8_DIR} appears to be an Instant…

Completed in 135 milliseconds

12345678910