Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt38 $processed = $loops = 0;
40 $loops++;
41 if ($loops > 10) {
69 $processed = $loops = 0;
71 $loops++;
72 if ($loops > 10) {
101 $loops++;
102 if ($loops > 10) {
133 $loops++;
134 if ($loops > 10) {
[all …]
/PHP-8.0/ext/spl/tests/
H A DSplFixedArray_nested_foreach.phpt2 Nested iteration of SplFixedArray using foreach loops
/PHP-8.0/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.0/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/PHP-8.0/ext/hash/
H A Dhash.c978 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
1034 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()
1036 result = safe_emalloc(loops, ops->digest_size, 0); in PHP_FUNCTION()
1041 for (i = 1; i <= loops; i++) { in PHP_FUNCTION()
/PHP-8.0/
H A DUPGRADING535 SplFixedArray is now safe to use in nested loops.

Completed in 32 milliseconds