mirror of
https://github.com/php/php-src.git
synced 2025-01-15 00:05:02 +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
|
<?php
|
||||||
|
|
||||||
ini_set("intl.error_level", E_WARNING);
|
ini_set("intl.error_level", E_WARNING);
|
||||||
ini_set("error_reporting", ~E_DEPRECATED);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Test for the datefmt_set_timezone_id function
|
* Test for the datefmt_set_timezone_id function
|
||||||
|
@ -9,7 +9,6 @@ date.timezone=Atlantic/Azores
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
ini_set("intl.error_level", E_WARNING);
|
ini_set("intl.error_level", E_WARNING);
|
||||||
ini_set("error_reporting", ~E_DEPRECATED);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Test for the datefmt_set_timezone_id function
|
* Test for the datefmt_set_timezone_id function
|
||||||
|
Loading…
Reference in New Issue
Block a user