Skip to content

Commit 53ba768

Browse files
donnutsmalyshev
authored andcommitted
removed unneccesary arrat and ini settings
1 parent 4539d79 commit 53ba768

11 files changed

+0
-31
lines changed

ext/spl/tests/SplFileObject_getchildren_basic.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::getchildren basic
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/SplFileObject_getchildren_error001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::getchildren error 001
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/SplFileObject_getflags_variation001.phpt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,8 @@ Erwin Poeze <[email protected]>
77
--FILE--
88
<?php
99

10-
$aFlags = array(
11-
12-
'DROP_NEW_LINE',
13-
'READ_AHEAD',
14-
'SKIP_EMPTY',
15-
'READ_CSV',
16-
);
17-
1810
$fo = new SplFileObject(__FILE__);
1911

20-
$aResult = array();
21-
22-
2312
$fo->setFlags(SplFileObject::DROP_NEW_LINE);
2413
var_dump($fo->getFlags());
2514

ext/spl/tests/SplFileObject_haschildren_basic.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::haschildren basic
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/SplFileObject_haschildren_error001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::haschildren error 001
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/SplFileObject_setCsvControl_error001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setCsvControl error 001
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
file_put_contents('csv_control_data.csv',

ext/spl/tests/SplFileObject_setCsvControl_error002.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setCsvControl error 002
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
file_put_contents('csv_control_data.csv',

ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setCsvControl variation 001
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
file_put_contents('csv_control_data.csv',

ext/spl/tests/fileobject_setmaxlinelen_error001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setMaxLineLen error 001()
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/fileobject_setmaxlinelen_error002.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setMaxLineLen error 002
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

ext/spl/tests/fileobject_setmaxlinelen_error003.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
SPL: SplFileObject::setMaxLineLen error 003
33
--CREDITS--
44
Erwin Poeze <erwin.poeze at gmail.com>
5-
--INI--
6-
include_path=.
75
--FILE--
86
<?php
97
$s = new SplFileObject( __FILE__ );

0 commit comments

Comments
 (0)