Example that shows the effect of screamThis example demonstrates how scream affects the behaviour of PHP's error handler.
Beispiel #1 Enabling and disabling scream at runtime
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 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
|