Home
last modified time | relevance | path

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

12

/PHP-5.6/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-5.6/ext/xmlrpc/
H A Dxmlrpc-epi-php.c520 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth TSRMLS_DC) in PHP_to_XMLRPC_worker()
608 … XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(num_str, *pIter, depth++ TSRMLS_CC)); in PHP_to_XMLRPC_worker()
613 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(my_key, *pIter, depth++ TSRMLS_CC)); in PHP_to_XMLRPC_worker()
/PHP-5.6/
H A Dserver-tests.php1083 $depth = substr_count($parts['path'],'/');
1085 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
H A DREADME.RELEASE_PROCESS39 svn co --depth=empty https://svn.php.net/repository/pecl
H A DNEWS7626 - Added the ability for json_decode() to take a user specified depth. (Scott)
7652 - Added depth parameter to json_decode() to lower the nesting depth from the
9004 - Changed JSON maximum nesting depth from 20 to 128. (Rasmus)
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c238 int err, depth, ret; in verify_callback() local
246 depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback()
262 if ((unsigned long)depth > allowed_depth) { in verify_callback()
/PHP-5.6/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 DChangeLog292 depth limit of 1000 has been imposed to limit the resources used by this
722 33. There is now a limit (default 250) on the depth of nesting of parentheses.
1492 11. Change 17 for 8.13 increased the recursion depth for patterns like
1691 the recursion depth to 10.
3479 depth of parentheses has been removed (though this was never a serious
3978 17. Added a new limit, MATCH_LIMIT_RECURSION, which limits the depth of nesting
3981 the depth of recursion. Limiting the recursion depth limits the amount of
/PHP-5.6/ext/standard/
H A Dstring.c4620 int br, i=0, depth=0, in_q = 0; local
4670 depth++;
4711 if (depth) {
4712 depth--;
/PHP-5.6/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
1995 The output is a long integer that gives the maximum depth of nesting of
2011 The output is a long integer that gives the default limit for the depth
3177 the depth of recursion. The recursion depth is a smaller number than
3181 Limiting the recursion depth limits the amount of machine stack that
4866 internal match() function is called and on the maximum depth of recur-
6955 depth of nesting. It is not possible to handle an arbitrary nesting
6956 depth.
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c17748 if( depth<0 ){ depth = 0; } in sqlite3MemdebugBacktrace()
17749 if( depth>20 ){ depth = 20; } in sqlite3MemdebugBacktrace()
17750 depth = (depth+1)&0xfe; in sqlite3MemdebugBacktrace()
17751 mem.nBacktrace = depth; in sqlite3MemdebugBacktrace()
61659 int i, rc, depth, d2, pgno, cnt;
61684 depth = -1;
61696 depth = -1;
61702 depth = 0;
61750 if( i>0 && d2!=depth ){
61753 depth = d2;
[all …]
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic10844 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
10913 # test for bytes 0x0a,version byte (0,2,3,4,5),compression byte flag(0,1), bit depth (>0) of PCX or…
10915 # for PCX bit depth > 0
14698 >>>5 ubyte >0 MSX G9B image, depth=%d

Completed in 481 milliseconds

12