Understand detected bug types
masterPHP Fuzzer automatically detects the following as bugs:
Errorexceptions: UncaughtErrorexceptions (e.g., calling a method onnull).- Notices and Warnings: Thrown notices and warnings are converted to
Errorexceptions via a registered error handler. - Timeouts: If the target exceeds the specified timeout (default: 3s), it is treated as an infinite loop and triggers an
Errorviapcntl_alarm().