Home
last modified time | relevance | path

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

123456789

/PHP-8.0/
H A DCODING_STANDARDS.md27 * Low-level parser routines, that are tightly integrated with the token
81 1. Function names for user-level functions should be enclosed with in the
H A DCONTRIBUTING.md302 * Increase the general level of good will on planet Earth.
H A DREADME.REDIST.BINS183 <dm at lcs.mit.edu>. For more information on the level of compatibility,
H A DUPGRADING58 . The default error_reporting level is now E_ALL. Previously it excluded
/PHP-8.0/ext/soap/
H A Dsoap.c49 static void type_to_string(sdlTypePtr type, smart_str *buf, int level);
4327 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) /* {{{ */ argument
4333 type_to_string(model->u.element, buf, level);
4337 for (i = 0;i < level;i++) {
4348 model_to_string(tmp, buf, level);
4353 model_to_string(model->u.group->model, buf, level);
4360 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */ argument
4365 for (i = 0;i < level;i++) {
4500 model_to_string(type->model, buf, level+1);
/PHP-8.0/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.0/ext/opcache/Optimizer/
H A Dzend_dump.c817 if (b->level >= 0) { in zend_dump_block_info()
818 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()
1510 block->level = -1; in zend_ssa_remove_block()
/PHP-8.0/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.0/ext/spl/
H A Dspl_iterators_arginfo.h54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 1, "null")
/PHP-8.0/ext/xml/
H A Dcompat.c569 return !error && parser->parser->lastError.level <= XML_ERR_WARNING; in XML_Parse()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_structs.h324 …c_status (*func_mysqlnd_execute_com_shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level);
454 …c_status (*func_mysqlnd_conn_data__shutdown_server)(MYSQLND_CONN_DATA * const conn, uint8_t level);
H A Dmysqlnd_connection.c1201 MYSQLND_METHOD(mysqlnd_conn_data, shutdown)(MYSQLND_CONN_DATA * const conn, uint8_t level)
1206 DBG_INF_FMT("conn=%llu level=%lu", conn->thread_id, level);
1209 ret = conn->command->shutdown(conn, level);
/PHP-8.0/tests/lang/
H A D028.phpt2 Testing calling user-level functions from C
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt300 /* on mysqlnd level this would not be allowed */
/PHP-8.0/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.0/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c591 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi() argument
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in401 ; log level and time. This options is used only if catch_workers_output is yes.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3241 # check header level 0 1 2 3
3298 # level identifier 0 1 2 3
3299 #>20 ubyte x \b, level %d
3302 # OS ID for level 1
3308 # OS ID for level 2
3313 # filename only for level 0 and 1
3368 # >20 byte x - header level %d
3951 >3 byte x \b, level %d
6103 # level of element like 8
6104 #>0 ubyte&0x3F x \b, level %u
[all …]
H A Dmagic3241 # check header level 0 1 2 3
3298 # level identifier 0 1 2 3
3299 #>20 ubyte x \b, level %d
3302 # OS ID for level 1
3308 # OS ID for level 2
3313 # filename only for level 0 and 1
3368 # >20 byte x - header level %d
3951 >3 byte x \b, level %d
6103 # level of element like 8
6104 #>0 ubyte&0x3F x \b, level %u
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c128 while (blocks[b].level > blocks[a].level) { in dominates()
H A Dzend_jit_x86.dasc9448 static int zend_jit_init_fcall_guard(dasm_State **Dst, uint32_t level, const zend_function *func, c…
9476 while (level > 0) {
9478 level--;
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2509 if (level >= ms->c.len) {
2510 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li);

Completed in 248 milliseconds

123456789