mirror of
https://github.com/php/php-src.git
synced 2025-01-14 15:54:36 +08:00
Remove unnecessary setting of error_reporting in intl tests
This commit is contained in:
parent
2f1f34952e
commit
480fa42255
@ -9,7 +9,6 @@ date.timezone=Atlantic/Azores
|
||||
<?php
|
||||
|
||||
ini_set("intl.error_level", E_WARNING);
|
||||
ini_set("error_reporting", ~E_DEPRECATED);
|
||||
|
||||
/*
|
||||
* Test for the datefmt_set_timezone_id function
|
||||
|
@ -9,7 +9,6 @@ date.timezone=Atlantic/Azores
|
||||
<?php
|
||||
|
||||
ini_set("intl.error_level", E_WARNING);
|
||||
ini_set("error_reporting", ~E_DEPRECATED);
|
||||
|
||||
/*
|
||||
* Test for the datefmt_set_timezone_id function
|
||||
|
Loading…
Reference in New Issue
Block a user