Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set_error_handler(function($severity, $message) { // zachytávání chyb
- restore_error_handler();
- throw new InvalidArgumentException("parse_ini_file(): $message"); // konverze na výjimku
- });
- parse_ini_file(...); // nejaky tvuj chyb ktery haze warning/notices
- restore_error_handler(); // ukončení zachytávání chyb
Advertisement
Add Comment
Please, Sign In to add comment