Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 56) sorted by path

123

/php-src/
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
H A DUPGRADING288 to control the recursion depth of XSL template evaluation.
/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/.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/Zend/tests/
H A Dbug62680.phpt2 Bug #62680 (Function isset() throws fatal error on set array if non-existent key depth >= 3)
/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()
H A Dzend_signal.h55 int depth; member
79 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() if (EXPECTED(zend_signal_globals_id)) { SIGG(depth)++; }
80 …INTERRUPTIONS() if (EXPECTED(zend_signal_globals_id) && UNEXPECTED(((SIGG(depth)--) == SIGG(blocke…
82 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() SIGG(depth)++;
83 # define ZEND_SIGNAL_UNBLOCK_INTERRUPTIONS() if (((SIGG(depth)--) == SIGG(blocked))) { zend_signal…
/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 ---
/php-src/ext/dom/tests/
H A Dgh11500.phpt61 echo "-- Constructed from API (depth 2, mismatched root variation) --\n";
64 echo "-- Constructed from API (depth 2, matching root variation) --\n";
76 echo "-- Constructed from API (depth 3, matching root variation, swapped) --\n";
79 echo "-- Constructed depth 2 from string --\n";
92 -- Constructed from API (depth 2, mismatched root variation) --
100 -- Constructed from API (depth 2, matching root variation) --
108 -- Constructed from API (depth 3, mismatched root variation, non-swapped) --
118 -- Constructed from API (depth 3, matching root variation, non-swapped) --
128 -- Constructed from API (depth 3, mismatched root variation, swapped) --
138 -- Constructed from API (depth 3, matching root variation, swapped) --
[all …]
/php-src/ext/fileinfo/tests/
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 …]
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 …]
/php-src/ext/gd/libgd/
H A Dbmp.h86 signed short int depth; member
H A Dgd_avif.c395 rgb.depth = 8; in gdImageCreateFromAvifCtx()
H A Dgd_bmp.c477 if (info->depth >= 16) { in gdImageCreateFromBmpCtx()
489 switch (info->depth) { in gdImageCreateFromBmpCtx()
620 info->numcolors = 1 << info->depth; in bmp_read_os2_v1_info()
684 if (info->depth == 24) { in bmp_read_direct()
693 if (info->depth != 8) { in bmp_read_direct()
699 if (info->depth != 4) { in bmp_read_direct()
734 if (info->depth == 16) { in bmp_read_direct()
743 } else if (info->depth == 24) { in bmp_read_direct()
1025 int pixels_per_byte = 8 / info->depth; in bmp_read_rle()
1040 …index = (rle_data & (((1 << info->depth) - 1) << (8 - (j * info->depth)))) >> (8 - (j * info->dept… in bmp_read_rle()
[all …]
/php-src/ext/json/
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.stub.php155 function json_encode(mixed $value, int $flags = 0, int $depth = 512): string|false {} argument
157 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… argument
159 function json_validate(string $json, int $depth = 512, int $flags = 0): bool {} argument
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_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()
H A Djson_parser.y34 #define PHP_JSON_DEPTH_DEC --parser->depth
36 if (parser->max_depth && parser->depth >= parser->max_depth) { \
40 ++parser->depth
345 parser->depth = 1; in php_json_parser_init_ex()
H A Dphp_json.h104 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth
106 …decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long depth);
107 …API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_long depth);
109 …t php_json_decode(zval *return_value, const char *str, size_t str_len, bool assoc, zend_long depth) in php_json_decode() argument
111 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
H A Dphp_json_encoder.h26 int depth; member
H A Dphp_json_parser.h56 int depth; member

Completed in 206 milliseconds

123