mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove error_reporting assignments in some tests
This commit is contained in:
parent
0dfd918ee7
commit
db8a4e87a7
7 changed files with 0 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue