Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 56) sorted by last modified time

123

/php-src/.github/workflows/
H A Dnightly.yml21 # Set fetch-depth to 0 to clone the full repository
24 fetch-depth: 0
419 git clone "https://github.com/amphp/$repository.git" "amphp-$repository" --depth 1
433 git clone https://github.com/laravel/framework.git --branch=master --depth=1
450 git clone "https://github.com/reactphp/$repository.git" "reactphp-$repository" --depth 1
464 git clone https://github.com/revoltphp/event-loop.git --depth=1
475 git clone https://github.com/symfony/symfony.git --depth=1
496 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
515 git clone https://github.com/WordPress/wordpress-develop.git wordpress --depth=1
H A Dpush.yml227 fetch-depth: 0
/php-src/
H A DUPGRADING288 to control the recursion depth of XSL template evaluation.
H A Dphp.ini-development308 ; The unserialize_max_depth specifies the default depth limit for unserialized
309 ; structures. Setting the depth limit too high may result in stack overflows
312 ; A value of 0 disables the depth limit.
1619 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A Dphp.ini-production308 ; The unserialize_max_depth specifies the default depth limit for unserialized
309 ; structures. Setting the depth limit too high may result in stack overflows
312 ; A value of 0 disables the depth limit.
1621 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A D.gdbinit457 set $depth = 0
459 set $tmp = $depth
464 set $depth = $depth + 1
472 while $depth != 0
473 set $tmp = $depth
479 set $depth = $depth - 1
/php-src/Zend/
H A Dzend_compile.c5283 depth--; in zend_handle_loops_and_finally_ex()
5293 depth--; in zend_handle_loops_and_finally_ex()
5296 return (depth == 0); in zend_handle_loops_and_finally_ex()
5325 depth--; in zend_has_finally_ex()
5432 zend_long depth; in zend_compile_break_continue() local
5451 depth = 1; in zend_compile_break_continue()
5461 depth, depth == 1 ? "" : "s"); in zend_compile_break_continue()
5473 if (depth == 1) { in zend_compile_break_continue()
5481 depth + 1); in zend_compile_break_continue()
5487 depth, depth); in zend_compile_break_continue()
[all …]
H A Dzend_signal.c101 if (UNEXPECTED(SIGG(depth) == 0)) { /* try to handle signal */ in zend_signal_handler_defer()
332 SIGG(depth) = 0; in zend_signal_activate()
342 if (SIGG(depth) != 0) { in zend_signal_deactivate()
343 …zend_error(E_CORE_WARNING, "zend_signal: shutdown with non-zero blocking depth (%d)", SIGG(depth)); in zend_signal_deactivate()
362 SIGG(depth) = 0; in zend_signal_deactivate()
/php-src/ext/openssl/
H A Dxp_ssl.c326 int err, depth, ret; in verify_callback() local
335 depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback()
351 if ((zend_ulong)depth > allowed_depth) { in verify_callback()
/php-src/ext/standard/
H A Dvar_unserializer.re468 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
469 "The depth limit can be changed using the max_depth unserialize() option "
576 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
577 "The depth limit can be changed using the max_depth unserialize() option "
H A Dstring.c5128 int br, depth=0, in_q = 0; local
5178 if (depth) {
5179 depth--;
5211 depth++;
5214 if (depth) {
5215 depth--;
5307 if (depth) {
5308 depth--;
5367 if (depth) {
5368 depth--;
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt32 // Set the template depth limit so high that we will certainly hit the variable depth limit first.
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php106 public int $depth; variable in XMLReader
/php-src/ext/json/
H A Djson_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, depth, IS_LONG, 0, "512")
13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, depth, IS_LONG, 0, "512")
19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, depth, IS_LONG, 0, "512")
H A Djson.c134 encoder.max_depth = depth; in php_json_encode_ex()
228 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local
234 Z_PARAM_LONG(depth) in PHP_FUNCTION()
238 encoder.max_depth = (int)depth; in PHP_FUNCTION()
266 zend_long depth = PHP_JSON_PARSER_DEFAULT_DEPTH; in PHP_FUNCTION() local
273 Z_PARAM_LONG(depth) in PHP_FUNCTION()
290 if (depth <= 0) { in PHP_FUNCTION()
295 if (depth > INT_MAX) { in PHP_FUNCTION()
324 Z_PARAM_LONG(depth) in PHP_FUNCTION()
341 if (depth <= 0) { in PHP_FUNCTION()
[all …]
H A Djson_encoder.c61 for (i = 0; i < encoder->depth; ++i) { in php_json_pretty_print_indent()
142 ++encoder->depth; in php_json_encode_array()
186 if (encoder->depth > encoder->max_depth) { in php_json_encode_array()
192 --encoder->depth; in php_json_encode_array()
220 ++encoder->depth; in php_json_encode_array()
292 if (encoder->depth > encoder->max_depth) { in php_json_encode_array()
299 --encoder->depth; in php_json_encode_array()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1780 int depth = 0; in PRIV() local
1781 int rc = set_start_bits(re, code, utf, ucp, &depth); in PRIV()
H A Dpcre2_jit_compile.c1293 int *private_data_start, sljit_s32 depth, int start) in detect_early_fail() argument
1573 if (depth >= 4) in detect_early_fail()
1583 prev_count = detect_early_fail(common, cc, private_data_start, depth + 1, prev_count); in detect_early_fail()
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_004.phpt14 function createTree($depth) {
15 if (!$depth) {
18 $depth--;
19 [createTree($d), createTree($depth)]();
H A Dbug80447.phpt12 function createTree($depth) {
13 if (!$depth) {
16 $depth--;
19 createTree($depth),
20 createTree($depth)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18515 # Image Pixel depth 1 8 15 16 24 32
18522 # alpha depth like: 1 8
19232 # number of bits per pixel (color depth); found 4 8
19254 # number of bits per pixel (color depth); found 8
19274 # number of bits per pixel (color depth); found 1 4 8
19295 # number of bits per pixel (color depth); found 16 32
19728 # pixmap_depth; Pixmap depth; value 1 - 32
19751 # pixmap_depth; pixmap depth
20093 # for PCX bit depth > 0
21164 # Color depth.
[all …]
H A Dmagic18515 # Image Pixel depth 1 8 15 16 24 32
18522 # alpha depth like: 1 8
19232 # number of bits per pixel (color depth); found 4 8
19254 # number of bits per pixel (color depth); found 8
19274 # number of bits per pixel (color depth); found 1 4 8
19295 # number of bits per pixel (color depth); found 16 32
19728 # pixmap_depth; Pixmap depth; value 1 - 32
19751 # pixmap_depth; pixmap depth
20093 # for PCX bit depth > 0
21164 # Color depth.
[all …]
/php-src/.github/scripts/windows/
H A Dbuild.bat26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
/php-src/ext/dom/tests/compareDocumentPosition/
H A Delement_order_different_depth.phpt2 compareDocumentPosition: element order at a different tree depth
29 echo "--- Check on depth $i ---\n";
36 echo "--- One contains the other at depth 2 ---\n";
42 --- Check on depth 0 ---
45 --- Check on depth 1 ---
48 --- One contains the other at depth 2 ---
H A Delement_order_same_depth.phpt2 compareDocumentPosition: element order at the same tree depth
45 echo "--- Check on depth $i ---\n";
63 --- Check on depth 0 ---
66 --- Check on depth 1 ---
69 --- Check on depth 2 ---

Completed in 253 milliseconds

123