Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/zlib/tests/
H A D005.phpt47 gzcompress(): Argument #2 ($level) must be between -1 and 9
H A D006.phpt45 gzcompress(): Argument #2 ($level) must be between -1 and 9
/PHP-8.1/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt76 [level] => %d
/PHP-8.1/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.1/docs/
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
H A Dmailinglist-rules.md20 d. Increase the general level of good will on planet Earth.
/PHP-8.1/ext/libxml/
H A Dphp_libxml.h109 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
/PHP-8.1/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.1/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.1/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.1/sapi/fuzzer/
H A Dfuzzer-sapi.c97 static void log_message(const char *message, int level) in log_message() argument
/PHP-8.1/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.1/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()
/PHP-8.1/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.1/Zend/
H A Dzend_execute.c4117 int level; in zend_unfinished_calls_gc() local
4135 level = 0; in zend_unfinished_calls_gc()
4144 level++; in zend_unfinished_calls_gc()
4158 level--; in zend_unfinished_calls_gc()
4191 level = 0; in zend_unfinished_calls_gc()
4199 level++; in zend_unfinished_calls_gc()
4212 level--; in zend_unfinished_calls_gc()
4249 int level; in cleanup_unfinished_calls() local
4269 level = 0; in cleanup_unfinished_calls()
4277 level++; in cleanup_unfinished_calls()
[all …]
H A Dzend_opcode.c746 int level = 0; in emit_live_range() local
753 if (level == 0) { in emit_live_range()
756 level--; in emit_live_range()
767 level++; in emit_live_range()
772 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.1/ext/spl/
H A Dspl_iterators.stub.php77 public function getSubIterator(?int $level = null): ?RecursiveIterator {} argument
/PHP-8.1/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.1/ext/opcache/jit/
H A Dzend_jit_internal.h470 #define ZEND_JIT_TRACE_FAKE_INFO(level) \ argument
471 (((level) << ZEND_JIT_TRACE_FAKE_LEVEL_SHIFT) | ZEND_JIT_TRACE_FAKE_INIT_CALL)
492 uint8_t level; /* recursive return level for ZEND_JIT_TRACE_START */
H A Dzend_jit_trace.c712 level++; in zend_jit_trace_add_phis()
718 level--; in zend_jit_trace_add_phis()
1212 level = 0; in zend_jit_trace_build_tssa()
1279 level++; in zend_jit_trace_build_tssa()
1397 level = 0; in zend_jit_trace_build_tssa()
1418 level++; in zend_jit_trace_build_tssa()
1651 level = 0; in zend_jit_trace_build_tssa()
2324 level++; in zend_jit_trace_build_tssa()
2796 level = 0; in zend_jit_trace_allocate_registers()
3041 level++; in zend_jit_trace_allocate_registers()
[all …]
/PHP-8.1/main/
H A Dphp_output.h123 int level; member
/PHP-8.1/ext/soap/
H A Dphp_http.c371 int level = Z_LVAL_P(tmp) & 0x0f; in make_http_soap_request() local
374 if (level > 9) {level = 9;} in make_http_soap_request()
379 if (level > 0) { in make_http_soap_request()
386 ZVAL_LONG(&params[1], level); in make_http_soap_request()

Completed in 149 milliseconds

123456789