mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Remove error_reporting assignments in some tests
This commit is contained in:
parent
0dfd918ee7
commit
db8a4e87a7
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
Bug #22510 (segfault among complex references)
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
class foo
|
||||
|
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
testing the behavior of string offset chaining
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
$string = "foobar";
|
||||
|
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
testing the behavior of string offset chaining
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
$string = "foobar";
|
||||
|
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
testing the behavior of string offset chaining
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
$string = "foobar";
|
||||
|
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
testing the behavior of string offset chaining
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
$string = "foobar";
|
||||
|
@ -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");
|
||||
|
@ -1,7 +1,5 @@
|
||||
--TEST--
|
||||
testing the behavior of string offsets
|
||||
--INI--
|
||||
error_reporting=E_ALL | E_DEPRECATED
|
||||
--FILE--
|
||||
<?php
|
||||
$string = "foobar";
|
||||
|
Loading…
Reference in New Issue
Block a user