Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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-8.2/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 Dgc_012.phpt2 GC 012: collection of many loops at once
H A Dforeach_empty_loop_leak.phpt2 Empty foreach loops with exception must not leak
/PHP-8.2/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/PHP-8.2/ext/hash/
H A Dhash.c995 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
1052 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()
1054 result = safe_emalloc(loops, ops->digest_size, 0); in PHP_FUNCTION()
1059 for (i = 1; i <= loops; i++) { in PHP_FUNCTION()

Completed in 26 milliseconds