Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-7.4/
H A DNEWS339 . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
2424 . Fixed bug #77193 (Infinite loop in preg_replace_callback). (Anatol)
2761 loop). (jhdxr)
/PHP-7.4/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 Dbug79657.phpt11 function loop(): iterable
32 get(...loop());
40 #2 %s(%d): loop()
H A Dbug80781.phpt2 Bug #80781: Error handler that throws ErrorException infinite loop
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.4/Zend/tests/try/
H A Dfinally_goto_005.phpt10 return; // don't loop

Completed in 54 milliseconds

12345678910>>...29