Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 1162) sorted by path

12345678910>>...47

/PHP-7.2/
H A DNEWS798 . Fixed bug #76800 (foreach inconsistent if array modified during loop).
1074 . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
1297 . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx).
1715 . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
1801 . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
1870 . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence)
1904 . Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
2045 . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
2094 . Fixed bug #74431 (foreach infinite loop). (Nikita)
2354 . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
[all …]
H A DUPGRADING192 . The each() function has been deprecated, use a foreach loop instead.
/PHP-7.2/Zend/tests/
H A Dbreak_error_003.phpt2 'break' error (not in the loop context)
10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dbug50261.phpt17 print "Infinite loop...\n";
H A Dbug70785.phpt2 Bug #70785 (Infinite loop due to exception during identical comparison)
H A Dbug71300.phpt16 /* See #71303 for why not using for loop here */
H A Dbug73792.phpt2 Bug #73792 (invalid foreach loop hangs script)
8 echo 'loop';
H A Dbug74408.phpt2 Bug #74408 (Endless loop bypassing execution time limit)
H A Dbug76800.phpt2 Bug #76800 (foreach inconsistent if array modified during loop)
H A Dfunction_exists_variation1.phpt71 // loop through with each element of the $inputs array to test function_exists() function
H A Dgoto_in_foreach.phpt9 echo "loop\n";
15 loop
H A Dinference_infinite_loop.phpt2 Type inference should not result in infinite loop
H A Djump04.phpt2 jump 04: goto from loop (backward)
H A Djump05.phpt2 jump 05: goto from loop (forward)
H A Djump07.phpt2 jump 07: goto into loop (backward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt2 jump 08: goto into loop (forward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump09.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
H A Djump10.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
H A Djump15.phpt2 jump 15: goto from loop (forward)
H A Dloop_free_on_return.phpt2 Break out of while loop that is followed by a return statement and inside a foreach loop
H A Dtemporary_cleaning_007.phpt2 Exception inside a foreach loop with return
H A Dtemporary_cleaning_009.phpt16 return; // frees the loop variable
/PHP-7.2/Zend/tests/try/
H A Dfinally_goto_005.phpt10 return; // don't loop

Completed in 42 milliseconds

12345678910>>...47