Home
last modified time | relevance | path

Searched refs:level (Results 151 – 175 of 210) sorted by relevance

123456789

/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
580 $level = $this->args['l']['val'];
595 $this->phar_add($phar, $level, $input, $regex, $invregex, $stub, NULL, isset($loader));
598 $this->phar_add($phar, $level, $i, $regex, $invregex, $stub, NULL, isset($loader));
644 return self::phar_add_file($phar, $level, $input, $input, $compress);
675 * @param string $level The level of the file.
681 static function phar_add_file(Phar $phar, $level, $entry, $file, $compress, $noloader = false)
684 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
1013 $level = $this->args['l']['val'];
1020 $this->phar_add($phar, $level, $input, $regex, $invregex, NULL, $compress);
[all …]
/PHP-8.2/ext/zlib/tests/
H A D006.phpt45 gzcompress(): Argument #2 ($level) must be between -1 and 9
/PHP-8.2/docs/
H A Drelease-process.md18 publish patch-level releases every four weeks, with at least one release
19 candidate (RC) published two weeks before each patch-level release.
156 > Then, from the patch-level version branch, you will create another
461 1. Check out the *patch-level version branch* for the release
471 patch-level version branch for this release.
473 Commit these changes and push the patch-level version branch. Ensure
478 > patch-level version branch.
500 the version numbers in the patch-level version branch should be
659 8.2. There is no need to provide the patch level.
775 ## Re-releasing the same version or a patch-level (i.e., `-plN`)
[all …]
H A Doutput-api.md73 Retrieving output buffering level:
122 pass a int* pointer as second arg to receive the level of this output handler
/PHP-8.2/ext/libxml/
H A Dphp_libxml.h109 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
/PHP-8.2/ext/standard/tests/serialize/
H A Dmax_depth.phpt73 // Should fail, due to combined nesting level
75 // Should succeed, below combined nesting level
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_pconn_disabled.phpt9 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
H A Dmysqli_pconn_reuse.phpt7 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-sapi.c94 static void log_message(const char *message, int level) in log_message() argument
/PHP-8.2/ext/gd/libgd/
H A Dgd_jpeg.c50 static void php_jpeg_emit_message(j_common_ptr jpeg_info, int level) in php_jpeg_emit_message() argument
65 if (level < 0) { in php_jpeg_emit_message()
78 if (jpeg_info->err->trace_level >= level) { in php_jpeg_emit_message()
H A Dgd.h604 void gdImagePngEx(gdImagePtr im, FILE * out, int level, int basefilter);
605 void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter);
670 void *gdImagePngPtrEx(gdImagePtr im, int *size, int level, int basefilter);
/PHP-8.2/ext/sockets/
H A Dconversions.c163 err->level = E_WARNING; in do_from_to_zval_err()
195 php_error_docref(NULL, err->level, "%s", err->msg); in err_msg_dispose()
847 int level, in from_zval_write_control() local
867 from_zval_write_aggregation(arr, (char *)&level, descriptor_level, ctx); in from_zval_write_control()
876 entry = get_ancillary_reg_entry(level, type); in from_zval_write_control()
879 level, type); in from_zval_write_control()
909 cmsghdr->cmsg_level = level; in from_zval_write_control()
H A Dsockets_arginfo.h112 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
120 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
172 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
/PHP-8.2/ext/standard/
H A Dvar_unserializer.re62 …printf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize)…
63 if (BG(serialize_lock) || !BG(unserialize).level) {
75 BG(unserialize).level = 1;
79 ++BG(unserialize).level;
85 …printf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize)…
86 if (BG(serialize_lock) || BG(unserialize).level == 1) {
90 if (!BG(serialize_lock) && !--BG(unserialize).level) {
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c855 uv->v=level;
2414 level--;
6278 level);
7081 int level;
7094 int level=ms->level;
7095 for(level--;level>=0;level--)
7096 if(ms->capture[level].len==(-1))return level;
7212 int level=ms->level;
7216 ms->level=level+1;
7354 int nlevels=(ms->level==0&&s)?1:ms->level;
[all …]
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h28 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
/PHP-8.2/Zend/
H A Dzend_execute.c4083 int level; in zend_unfinished_calls_gc() local
4101 level = 0; in zend_unfinished_calls_gc()
4111 level++; in zend_unfinished_calls_gc()
4125 level--; in zend_unfinished_calls_gc()
4158 level = 0; in zend_unfinished_calls_gc()
4167 level++; in zend_unfinished_calls_gc()
4180 level--; in zend_unfinished_calls_gc()
4217 int level; in cleanup_unfinished_calls() local
4237 level = 0; in cleanup_unfinished_calls()
4246 level++; in cleanup_unfinished_calls()
[all …]
H A Dzend_opcode.c755 int level = 0; in emit_live_range() local
770 level++; in emit_live_range()
776 if (level == 0) { in emit_live_range()
779 level--; in emit_live_range()
H A DZend.m4178 dnl Check for support for implicit fallthrough level 1, also add after previous CFLAGS as level 3 i…
/PHP-8.2/main/
H A Dphp_output.h123 int level; member
/PHP-8.2/ext/snmp/
H A Dsnmp.c907 static bool netsnmp_session_set_sec_level(struct snmp_session *s, zend_string *level) in netsnmp_session_set_sec_level() argument
909 …if (zend_string_equals_literal_ci(level, "noAuthNoPriv") || zend_string_equals_literal_ci(level, "… in netsnmp_session_set_sec_level()
911 …} else if (zend_string_equals_literal_ci(level, "authNoPriv") || zend_string_equals_literal_ci(lev… in netsnmp_session_set_sec_level()
913 …} else if (zend_string_equals_literal_ci(level, "authPriv") || zend_string_equals_literal_ci(level in netsnmp_session_set_sec_level()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_internal.h472 #define ZEND_JIT_TRACE_FAKE_INFO(level) \ argument
473 (((level) << ZEND_JIT_TRACE_FAKE_LEVEL_SHIFT) | ZEND_JIT_TRACE_FAKE_INIT_CALL)
494 uint8_t level; /* recursive return level for ZEND_JIT_TRACE_START */
H A Dzend_jit_trace.c709 level++; in zend_jit_trace_add_phis()
715 level--; in zend_jit_trace_add_phis()
1209 level = 0; in zend_jit_trace_build_tssa()
1277 level++; in zend_jit_trace_build_tssa()
1395 level = 0; in zend_jit_trace_build_tssa()
1416 level++; in zend_jit_trace_build_tssa()
1649 level = 0; in zend_jit_trace_build_tssa()
2336 level++; in zend_jit_trace_build_tssa()
2808 level = 0; in zend_jit_trace_allocate_registers()
3053 level++; in zend_jit_trace_allocate_registers()
[all …]
/PHP-8.2/ext/spl/
H A Dspl_iterators.stub.php98 public function getSubIterator(?int $level = null): ?RecursiveIterator {} argument
/PHP-8.2/ext/soap/
H A Dphp_http.c385 int level = Z_LVAL_P(tmp) & 0x0f; in make_http_soap_request() local
388 if (level > 9) {level = 9;} in make_http_soap_request()
393 if (level > 0) { in make_http_soap_request()
400 ZVAL_LONG(&params[1], level); in make_http_soap_request()

Completed in 241 milliseconds

123456789