Home
last modified time | relevance | path

Searched refs:level (Results 176 – 200 of 210) sorted by relevance

123456789

/PHP-8.2/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-8.2/ext/mysqlnd/
H A Dmysqlnd.h197 #define mysqlnd_shutdown(conn, level) ((conn)->data)->m->shutdown_server((conn)->data, (level)) argument
H A Dmysqlnd_commands.c256 MYSQLND_METHOD(mysqlnd_command, shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level) in MYSQLND_METHOD()
264 int1store(bits, level); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h314 …c_status (*func_mysqlnd_execute_com_shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level);
444 …c_status (*func_mysqlnd_conn_data__shutdown_server)(MYSQLND_CONN_DATA * const conn, uint8_t level);
H A Dmysqlnd_connection.c1051 MYSQLND_METHOD(mysqlnd_conn_data, shutdown)(MYSQLND_CONN_DATA * const conn, uint8_t level)
1054 DBG_INF_FMT("conn=%" PRIu64 " level=%u", conn->thread_id, level);
1055 DBG_RETURN(conn->command->shutdown(conn, level));
/PHP-8.2/ext/session/tests/
H A Dsave_handler.inc52 // e.g. Use "serializable transaction isolation level" with RDBMS.
/PHP-8.2/sapi/fpm/
H A Dphp-fpm.conf.in39 ; Log level
/PHP-8.2/
H A DCODING_STANDARDS.md26 * Low-level parser routines, that are tightly integrated with the token
79 1. Function names for user-level functions should be enclosed with in the
H A Dphp.ini-development272 ; https://php.net/zlib.output-compression-level
419 ; Maximum input variable nesting level
420 ; https://php.net/max-input-nesting-level
441 ; directive is through the use of the error level constants and bitwise
442 ; operators. The error level constants are below here for convenience as well as
1026 ; happens within intl functions. The value is the level of the error produced.
1862 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
1863 ; You can also enable warnings (level 2), info messages (level 3) or
1864 ; debug messages (level 4).
1888 ; Enables and sets the second level cache directory.
H A Dphp.ini-production272 ; https://php.net/zlib.output-compression-level
421 ; Maximum input variable nesting level
422 ; https://php.net/max-input-nesting-level
443 ; directive is through the use of the error level constants and bitwise
444 ; operators. The error level constants are below here for convenience as well as
1028 ; happens within intl functions. The value is the level of the error produced.
1864 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
1865 ; You can also enable warnings (level 2), info messages (level 3) or
1866 ; debug messages (level 4).
1890 ; Enables and sets the second level cache directory.
/PHP-8.2/ext/soap/
H A Dsoap.c48 static void type_to_string(sdlTypePtr type, smart_str *buf, int level);
4157 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) /* {{{ */ argument
4163 type_to_string(model->u.element, buf, level);
4167 for (i = 0;i < level;i++) {
4178 model_to_string(tmp, buf, level);
4183 model_to_string(model->u.group->model, buf, level);
4190 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */ argument
4195 for (i = 0;i < level;i++) {
4330 model_to_string(type->model, buf, level+1);
/PHP-8.2/ext/opcache/jit/
H A DREADME.md20 but does assume good, and very low-level development knowledge of target
/PHP-8.2/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-8.2/Zend/Optimizer/
H A Dzend_dump.c853 if (b->level >= 0) { in zend_dump_block_info()
854 fprintf(stderr, " ; level=%d\n", b->level); in zend_dump_block_info()
H A Dzend_ssa.c28 while (blocks[b].level > blocks[a].level) { in dominates()
1547 block->level = -1; in zend_ssa_remove_block_from_cfg()
/PHP-8.2/sapi/litespeed/
H A DREADME.md143 `LSAPI_CHILDREN` level as soon as service is back to normal. When
H A Dlsapilib.c265 int level = flag & LSAPI_LOG_LEVEL_BITS; in LSAPI_Log() local
266 if (level && level <= LSAPI_LOG_FLAG_FATAL) in LSAPI_Log()
268 p += snprintf(p, 100, "[%s] ", s_log_level_names[level]); in LSAPI_Log()
/PHP-8.2/ext/xml/
H A Dcompat.c570 return !error_data || error_data->level <= XML_ERR_WARNING; in XML_Parse()
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt299 /* on mysqlnd level this would not be allowed */
/PHP-8.2/tests/lang/
H A D028.phpt2 Testing calling user-level functions from C
/PHP-8.2/ext/oci8/
H A Dconfig.m429 …AC_MSG_ERROR([Expected an ORACLE_HOME top level directory but ${OCI8_DIR} appears to be an Instant…
/PHP-8.2/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
/PHP-8.2/ext/spl/
H A Dspl_iterators_arginfo.h61 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 1, "null")
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c606 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi() argument

Completed in 149 milliseconds

123456789