/PHP-8.1/ext/zlib/tests/ |
H A D | 005.phpt | 47 gzcompress(): Argument #2 ($level) must be between -1 and 9
|
H A D | 006.phpt | 45 gzcompress(): Argument #2 ($level) must be between -1 and 9
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_cmsg_credentials.phpt | 76 [level] => %d
|
/PHP-8.1/ext/phar/phar/ |
H A D | pharcommand.inc | 110 '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 D | output-api.md | 73 Retrieving output buffering level: 122 pass a int* pointer as second arg to receive the level of this output handler
|
H A D | mailinglist-rules.md | 20 d. Increase the general level of good will on planet Earth.
|
/PHP-8.1/ext/libxml/ |
H A D | php_libxml.h | 109 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | max_depth.phpt | 73 // Should fail, due to combined nesting level 75 // Should succeed, below combined nesting level
|
/PHP-8.1/ext/standard/ |
H A D | var_unserializer.re | 62 …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 D | mysqli_pconn_disabled.phpt | 9 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
|
H A D | mysqli_pconn_reuse.phpt | 7 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 D | fuzzer-sapi.c | 97 static void log_message(const char *message, int level) in log_message() argument
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_jpeg.c | 50 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 D | gd.h | 604 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 D | conversions.c | 163 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 D | minilua.c | 855 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 D | zend_execute.c | 4117 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 D | zend_opcode.c | 746 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 D | Zend.m4 | 178 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 D | spl_iterators.stub.php | 77 public function getSubIterator(?int $level = null): ?RecursiveIterator {} argument
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.c | 907 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 D | zend_jit_internal.h | 470 #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 D | zend_jit_trace.c | 712 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 D | php_output.h | 123 int level; member
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 371 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(¶ms[1], level); in make_http_soap_request()
|