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.
2 parents c8a4cdf + 9cd5ad8 commit b932173Copy full SHA for b932173
1 file changed
docs/api/response.md
@@ -496,7 +496,7 @@ int(42)
496
>
497
> As a rule of thumb, output buffering should only be used as a last resort and
498
> directly working with `string` values is usually preferable. For instance,
499
-> [`print_r()`](https://www.php.net/manual/en/function.print_r.php),
+> [`print_r()`](https://www.php.net/manual/en/function.print-r.php),
500
> [`var_export()`](https://www.php.net/manual/en/function.var-export.php) and
501
> others accept optional boolean flags to return the value instead of printing
502
> to the output buffer. In many other cases, PHP also provides alternative
0 commit comments