and var_dump/print/printf/print_r/fprintf(STDOUT)/write
E.g. library code generally should syslog or use an error handler.
An example use case is Phan's language server protocol implementation, which has a mode to communicate on stdin/stdout, which would be broken by unexpected output to stdout.
and var_dump/print/printf/print_r/fprintf(STDOUT)/write
E.g. library code generally should syslog or use an error handler.
Some of these depend on the argument counts.
This sort of overlaps with phpcs