Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/json/tests/
H A D007.phpt29 string(28) "Maximum stack depth exceeded"
/PHP-7.2/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()
157 ++encoder->depth; in php_json_encode_array()
228 if (encoder->depth > encoder->max_depth) { in php_json_encode_array()
234 --encoder->depth; in php_json_encode_array()
H A Djson_parser.tab.c101 #define PHP_JSON_DEPTH_DEC --parser->depth
103 if (parser->max_depth && parser->depth >= parser->max_depth) { \
107 ++parser->depth
1944 parser->depth = 1; in php_json_parser_init_ex()
/PHP-7.2/
H A D.gdbinit449 set $depth = 0
451 set $tmp = $depth
456 set $depth = $depth + 1
464 while $depth != 0
465 set $tmp = $depth
471 set $depth = $depth - 1
H A DUPGRADING.INTERNALS34 SetPriorityClass(). See the implementation for more in-depth details. This also
H A Dserver-tests.php1070 $depth = substr_count($parts['path'],'/');
1072 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
H A DREADME.RELEASE_PROCESS39 svn co --depth=empty https://svn.php.net/repository/pecl
/PHP-7.2/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.2/ext/mbstring/oniguruma/doc/
H A DAPI634 Return the maximum depth of parser recursion.
638 # int onig_set_parse_depth_limit(unsigned int depth)
640 Set the maximum depth of parser recursion.
641 (depth = 0: Set to the default value defined in regint.h.)
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c500 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth) in PHP_to_XMLRPC_worker() argument
583 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(num_str, pIter, depth++)); in PHP_to_XMLRPC_worker()
588 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(ZSTR_VAL(my_key), pIter, depth++)); in PHP_to_XMLRPC_worker()
/PHP-7.2/Zend/
H A Dzend_compile.c4366 } else if (depth <= 1) { in zend_handle_loops_and_finally_ex()
4370 depth--; in zend_handle_loops_and_finally_ex()
4382 depth--; in zend_handle_loops_and_finally_ex()
4385 return (depth == 0); in zend_handle_loops_and_finally_ex()
4411 } else if (depth <= 1) { in zend_has_finally_ex()
4414 depth--; in zend_has_finally_ex()
4511 zend_long depth; in zend_compile_break_continue() local
4528 depth = Z_LVAL_P(depth_zv); in zend_compile_break_continue()
4530 depth = 1; in zend_compile_break_continue()
4540 depth, depth == 1 ? "" : "s"); in zend_compile_break_continue()
[all …]
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c274 int err, depth, ret; in verify_callback() local
283 depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback()
299 if ((zend_ulong)depth > allowed_depth) { in verify_callback()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h830 int onig_set_parse_depth_limit P_((unsigned int depth));
H A Dregparse.c134 onig_set_parse_depth_limit(unsigned int depth) in onig_set_parse_depth_limit() argument
136 if (depth == 0) in onig_set_parse_depth_limit()
139 ParseDepthLimit = depth; in onig_set_parse_depth_limit()
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING92 depth of parentheses was removed. However, there is a downside: pcre_compile()
97 At release 8.34, a limit on the nesting depth of parentheses was re-introduced
H A DREADME284 . PCRE has a counter that limits the depth of nesting of parentheses in a
302 . There is a separate counter that limits the depth of recursive function calls
H A DChangeLog478 depth limit of 1000 has been imposed to limit the resources used by this
908 33. There is now a limit (default 250) on the depth of nesting of parentheses.
1678 11. Change 17 for 8.13 increased the recursion depth for patterns like
1877 the recursion depth to 10.
3665 depth of parentheses has been removed (though this was never a serious
4164 17. Added a new limit, MATCH_LIMIT_RECURSION, which limits the depth of nesting
4167 the depth of recursion. Limiting the recursion depth limits the amount of
H A Dpcre_jit_compile.c1037 …detect_fast_fail(compiler_common *common, pcre_uchar *cc, int *private_data_start, sljit_s32 depth) in detect_fast_fail() argument
1078 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail()
1079 detect_fast_fail(common, cc, private_data_start, depth - 1); in detect_fast_fail()
/PHP-7.2/ext/standard/
H A Dstring.c4718 int br, depth=0, in_q = 0; local
4766 depth++;
4807 if (depth) {
4808 depth--;
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1151 In some environments it is desirable to limit the depth of recursive
1407 tree: depth-first and breadth-first, and these correspond to the two
1415 depth-first search of the pattern tree. That is, it proceeds along a
1994 The output is a long integer that gives the maximum depth of nesting of
2010 The output is a long integer that gives the default limit for the depth
3176 the depth of recursion. The recursion depth is a smaller number than
3180 Limiting the recursion depth limits the amount of machine stack that
4865 internal match() function is called and on the maximum depth of recur-
6959 depth of nesting. It is not possible to handle an arbitrary nesting
6960 depth.
[all …]
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c23480 SQLITE_PRIVATE void sqlite3MemdebugBacktrace(int depth){ in sqlite3MemdebugBacktrace() argument
23481 if( depth<0 ){ depth = 0; } in sqlite3MemdebugBacktrace()
23482 if( depth>20 ){ depth = 20; } in sqlite3MemdebugBacktrace()
23483 depth = (depth+1)&0xfe; in sqlite3MemdebugBacktrace()
23484 mem.nBacktrace = depth; in sqlite3MemdebugBacktrace()
72941 int depth = -1, d2; /* Depth of a subtree */
73021 depth = checkTreePage(pCheck, pgno, &maxKey, maxKey);
73088 if( d2!=depth ){
73090 depth = d2;
73184 return depth+1;
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic13335 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
13950 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
14019 # test for bytes 0x0a,version byte (0,2,3,4,5),compression byte flag(0,1), bit depth (>0) of PCX or…
14021 # for PCX bit depth > 0
18726 >>>5 ubyte >0 MSX G9B image, depth=%d
H A Dmagic私はガラスを食べられます13335 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
13950 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
14019 # test for bytes 0x0a,version byte (0,2,3,4,5),compression byte flag(0,1), bit depth (>0) of PCX or…
14021 # for PCX bit depth > 0
18726 >>>5 ubyte >0 MSX G9B image, depth=%d

Completed in 636 milliseconds

12