Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt39 $processed = $loops = 0;
41 $loops++;
42 if ($loops > 10) {
70 $processed = $loops = 0;
72 $loops++;
73 if ($loops > 10) {
102 $loops++;
103 if ($loops > 10) {
134 $loops++;
135 if ($loops > 10) {
[all …]
/PHP-8.1/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.1/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.1/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/PHP-8.1/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()

Completed in 46 milliseconds