Home
last modified time | relevance | path

Searched refs:depth (Results 26 – 43 of 43) sorted by relevance

12

/PHP-7.4/ext/json/
H A Dphp_json_parser.h58 int depth; member
H A Djson_encoder.c85 for (i = 0; i < encoder->depth; ++i) { in php_json_pretty_print_indent()
159 ++encoder->depth; in php_json_encode_array()
231 if (encoder->depth > encoder->max_depth) { in php_json_encode_array()
238 --encoder->depth; in php_json_encode_array()
/PHP-7.4/
H A D.gdbinit459 set $depth = 0
461 set $tmp = $depth
466 set $depth = $depth + 1
474 while $depth != 0
475 set $tmp = $depth
481 set $depth = $depth - 1
H A DUPGRADING359 maximum depth of structures permitted during unserialization, and are
360 intended to prevent stack overflows. The default depth limit is 4096 and
H A Dphp.ini-development287 ; The unserialize_max_depth specifies the default depth limit for unserialized
288 ; structures. Setting the depth limit too high may result in stack overflows
291 ; A value of 0 disables the depth limit.
1687 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A Dphp.ini-production287 ; The unserialize_max_depth specifies the default depth limit for unserialized
288 ; structures. Setting the depth limit too high may result in stack overflows
291 ; A value of 0 disables the depth limit.
1687 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt105 /* There's no need for in-depth testing here. If you want in-depth switch mysqlnd
H A Dmysqli_debug_mysqlnd_control_string.phpt95 // -n - print function nesting depth
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch87 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel depth 1 8 15 16 24 32
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c497 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth) in PHP_to_XMLRPC_worker() argument
581 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(num_str, pIter, depth++)); in PHP_to_XMLRPC_worker()
586 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(ZSTR_VAL(my_key), pIter, depth++)); in PHP_to_XMLRPC_worker()
/PHP-7.4/Zend/
H A Dzend_compile.c4228 depth--; in zend_handle_loops_and_finally_ex()
4238 depth--; in zend_handle_loops_and_finally_ex()
4241 return (depth == 0); in zend_handle_loops_and_finally_ex()
4270 depth--; in zend_has_finally_ex()
4367 zend_long depth; in zend_compile_break_continue() local
4386 depth = 1; in zend_compile_break_continue()
4396 depth, depth == 1 ? "" : "s"); in zend_compile_break_continue()
4408 if (depth == 1) { in zend_compile_break_continue()
4412 depth + 1); in zend_compile_break_continue()
4417 depth, depth, depth + 1); in zend_compile_break_continue()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c1690 int depth = 0; in PRIV() local
1691 int rc = set_start_bits(re, code, utf, ucp, &depth); in PRIV()
H A Dpcre2_jit_compile.c1239 …y_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit_s32 depth, int start) in detect_early_fail() argument
1495 if (depth >= 4) in detect_early_fail()
1505 count = detect_early_fail(common, cc, private_data_start, depth + 1, count); in detect_early_fail()
/PHP-7.4/ext/standard/
H A Dstring.c5173 int br, depth=0, in_q = 0; local
5235 if (depth) {
5236 depth--;
5268 depth++;
5271 if (depth) {
5272 depth--;
5365 if (depth) {
5366 depth--;
5425 if (depth) {
5426 depth--;
H A Dvar_unserializer.re462 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
463 "The depth limit can be changed using the max_depth unserialize() option "
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c297 int err, depth, ret; in verify_callback() local
306 depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback()
322 if ((zend_ulong)depth > allowed_depth) { in verify_callback()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15326 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel depth 1 8 15 16 24 32
15372 # Image Pixel depth 1 8 15 16 24 32
15378 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
16013 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
16082 # test for bytes 0x0a,version byte (0,2,3,4,5),compression byte flag(0,1), bit depth (>0) of PCX or…
16084 # for PCX bit depth > 0
16703 # Color depth.
16720 # NOTE: 15-bit color formats usually have 16-bit listed as the color depth.
22145 >>>5 ubyte >0 MSX G9B image, depth=%d
H A Dmagic15326 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel depth 1 8 15 16 24 32
15372 # Image Pixel depth 1 8 15 16 24 32
15378 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
16013 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
16082 # test for bytes 0x0a,version byte (0,2,3,4,5),compression byte flag(0,1), bit depth (>0) of PCX or…
16084 # for PCX bit depth > 0
16703 # Color depth.
16720 # NOTE: 15-bit color formats usually have 16-bit listed as the color depth.
22145 >>>5 ubyte >0 MSX G9B image, depth=%d

Completed in 242 milliseconds

12