Remove error_reporting assignments in some tests

This commit is contained in:
Nikita Popov 2019-01-30 16:00:19 +01:00
parent 0dfd918ee7
commit db8a4e87a7
7 changed files with 0 additions and 14 deletions

View File

@ -1,7 +1,5 @@
--TEST--
Bug #22510 (segfault among complex references)
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
class foo

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offset chaining
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$array = array('expected_array' => "foobar");

View File

@ -1,7 +1,5 @@
--TEST--
testing the behavior of string offsets
--INI--
error_reporting=E_ALL | E_DEPRECATED
--FILE--
<?php
$string = "foobar";