|
Example that shows the effect of screamThis example demonstrates how scream affects the behaviour of PHP's error handler.
Пример #1 Enabling and disabling scream at runtime
<?php Результатом выполнения данного примера будет что-то подобное: Opening http://example.com/not-existing-file Opening http://example.com/not-existing-file Warning: fopen(http://example.com/another-not-existing-file): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in example.php on line 14
|
|