Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-7.1/
H A DNEWS463 . Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
615 . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx).
710 . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
796 . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
865 . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence)
899 . Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
1040 . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
1089 . Fixed bug #74431 (foreach infinite loop). (Nikita)
1349 . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
1856 . Fixed bug #72762 (Infinite loop while parsing a file with opcache enabled).
[all …]
/PHP-7.1/Zend/
H A DZEND_CHANGES1063 a loop that has an SQL query inside it, something like '$result
/PHP-7.1/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 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.1/Zend/tests/try/
H A Dfinally_goto_005.phpt10 return; // don't loop
H A Dtry_finally_011.phpt15 Fatal error: 'break' not in the 'loop' or 'switch' context in %stry_finally_011.php on line %d

Completed in 79 milliseconds

12345678910>>...47