Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt35 $processed = $loops = 0;
37 $loops++;
38 if ($loops > 10) {
66 $processed = $loops = 0;
68 $loops++;
69 if ($loops > 10) {
98 $loops++;
99 if ($loops > 10) {
130 $loops++;
131 if ($loops > 10) {
[all …]
/php-src/ext/spl/tests/
H A DSplFixedArray_nested_foreach.phpt2 Nested iteration of SplFixedArray using foreach loops
H A Dgh11972.phpt28 // Avoid infinite loops by checking if we've been here before.
/php-src/Zend/tests/
H A Dbug68775.phpt2 Bug #68775: yield in a function argument crashes or loops indefinitely
H A Dbug67111.phpt2 Bug #67111: Memory leak when using "continue 2" inside two foreach loops
H A Dbug44913.phpt2 Bug #44913 (Segfault when using return in combination with nested loops and continue 2)
H A Dgh12826.phpt2 GH-12826 (Weird pointers issue in nested loops)
/php-src/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/php-src/Zend/tests/gc/
H A Dgc_012.phpt2 GC 012: collection of many loops at once
/php-src/ext/opcache/tests/jit/
H A Dgh16829_2.inc7 public static function loops(array $params = []): int
H A Dgh16829_1.inc11 Reproducer::loops();
/php-src/Zend/tests/foreach/
H A Dforeach_empty_loop_leak.phpt2 Empty foreach loops with exception must not leak
/php-src/ext/dom/tests/modern/css_selectors/
H A Dtest_utils.inc27 // This loops over all the elements in the document and checks them
/php-src/ext/hash/
H A Dhash.c994 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
1051 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()
1053 result = safe_emalloc(loops, ops->digest_size, 0); in PHP_FUNCTION()
1058 for (i = 1; i <= loops; i++) { in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c592 ir_bitset loops = NULL; in ir_compute_live_ranges() local
871 if (!loops) { in ir_compute_live_ranges()
872 loops = ir_bitset_malloc(ctx->cfg_blocks_count + 1); in ir_compute_live_ranges()
875 ir_bitset_clear(loops, bb_set_len); in ir_compute_live_ranges()
878 ir_bitset_incl(loops, b); in ir_compute_live_ranges()
894 if (child_bb->loop_header && ir_bitset_in(loops, child_bb->loop_header)) { in ir_compute_live_ranges()
897 ir_bitset_incl(loops, child); in ir_compute_live_ranges()
918 if (loops) { in ir_compute_live_ranges()
919 ir_mem_free(loops); in ir_compute_live_ranges()

Completed in 29 milliseconds