Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt39 $processed = $loops = 0;
41 $loops++;
42 if ($loops > 10) {
72 $loops++;
73 if ($loops > 10) {
102 $loops++;
103 if ($loops > 10) {
134 $loops++;
135 if ($loops > 10) {
176 $loops++;
[all …]
/PHP-7.3/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-7.3/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/PHP-7.3/ext/hash/
H A Dhash.c721 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
781 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()
783 result = safe_emalloc(loops, ops->digest_size, 0); in PHP_FUNCTION()
788 for (i = 1; i <= loops; i++) { in PHP_FUNCTION()

Completed in 22 milliseconds