Commit 0111335
committed
test(stress): skip ffe_send_exposure on PHP < 8.1
internal-api-stress-test.php only uses ReflectionFunction::getNumberOfRequiredParameters() on PHP 8.1+; on older versions the fuzzer starts enumerating from zero args. For the 5-required-arg ffe_send_exposure that explodes to ~15^5 permutations and exhausts PHP's 128MB memory limit before ArgumentCountError pruning runs. Skip the function on PHP < 8.1 so the randomized stress test stays green on 7.x and 8.0.1 parent bf5d4d2 commit 0111335
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| |||
0 commit comments