Example that shows the effect of screamThis example demonstrates how scream affects the behaviour of PHP's error handler.
Example #1 Enabling and disabling scream at runtime
<?php The above example will output something similar to: Opening http://example.com/not-existing-file Opening http://example.com/not-existing-file Warning: fopen(http://example.com/not-existing-file): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in example.php on line 14
|