We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d52e01 commit 39cca77Copy full SHA for 39cca77
sapi/fuzzer/README.md
@@ -33,7 +33,7 @@ When running `make` it creates these binaries in `sapi/fuzzer/`:
33
* `php-fuzz-execute`: Fuzzing the executor
34
* `php-fuzz-function-jit`: Fuzzing the function JIT (requires --enable-opcache)
35
* `php-fuzz-tracing-jit`: Fuzzing the tracing JIT (requires --enable-opcache)
36
-* `php-fuzz-bcmath`: Fuzzing division (requires --enable-bcmath)
+* `php-fuzz-bcmath`: Fuzzing bcadd, bcsub, bcmul, bcdiv, bcmod and bcpow (requires --enable-bcmath)
37
38
Some fuzzers have a seed corpus in `sapi/fuzzer/corpus`. You can use it as follows:
39
0 commit comments