summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordonnut <erwin.poeze@gmail.com>2012-06-28 11:13:47 +0000
committerStanislav Malyshev <stas@php.net>2012-07-14 19:22:03 -0700
commit53ba768ed8f2d2654db80e5e729903957863434e (patch)
treeb59159d7028889fe43990340e6e5d9277eff15b7
parent4539d799bb0c5dc73e201959b815cfe7ddcd5f05 (diff)
downloadphp-git-53ba768ed8f2d2654db80e5e729903957863434e.tar.gz
removed unneccesary arrat and ini settings
-rw-r--r--ext/spl/tests/SplFileObject_getchildren_basic.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_getchildren_error001.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_getflags_variation001.phpt11
-rw-r--r--ext/spl/tests/SplFileObject_haschildren_basic.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_haschildren_error001.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_setCsvControl_error001.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_setCsvControl_error002.phpt2
-rw-r--r--ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt2
-rw-r--r--ext/spl/tests/fileobject_setmaxlinelen_error001.phpt2
-rw-r--r--ext/spl/tests/fileobject_setmaxlinelen_error002.phpt2
-rw-r--r--ext/spl/tests/fileobject_setmaxlinelen_error003.phpt2
11 files changed, 0 insertions, 31 deletions
diff --git a/ext/spl/tests/SplFileObject_getchildren_basic.phpt b/ext/spl/tests/SplFileObject_getchildren_basic.phpt
index 9c2a07e168..065e8eae45 100644
--- a/ext/spl/tests/SplFileObject_getchildren_basic.phpt
+++ b/ext/spl/tests/SplFileObject_getchildren_basic.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::getchildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/SplFileObject_getchildren_error001.phpt b/ext/spl/tests/SplFileObject_getchildren_error001.phpt
index b297fabed7..9c17a82977 100644
--- a/ext/spl/tests/SplFileObject_getchildren_error001.phpt
+++ b/ext/spl/tests/SplFileObject_getchildren_error001.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::getchildren error 001
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/SplFileObject_getflags_variation001.phpt b/ext/spl/tests/SplFileObject_getflags_variation001.phpt
index 30e598465c..640de03511 100644
--- a/ext/spl/tests/SplFileObject_getflags_variation001.phpt
+++ b/ext/spl/tests/SplFileObject_getflags_variation001.phpt
@@ -7,19 +7,8 @@ Erwin Poeze <erwin.poeze@gmail.com>
--FILE--
<?php
-$aFlags = array(
-
- 'DROP_NEW_LINE',
- 'READ_AHEAD',
- 'SKIP_EMPTY',
- 'READ_CSV',
-);
-
$fo = new SplFileObject(__FILE__);
-$aResult = array();
-
-
$fo->setFlags(SplFileObject::DROP_NEW_LINE);
var_dump($fo->getFlags());
diff --git a/ext/spl/tests/SplFileObject_haschildren_basic.phpt b/ext/spl/tests/SplFileObject_haschildren_basic.phpt
index 846f23d9c0..1ce00bfd42 100644
--- a/ext/spl/tests/SplFileObject_haschildren_basic.phpt
+++ b/ext/spl/tests/SplFileObject_haschildren_basic.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::haschildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/SplFileObject_haschildren_error001.phpt b/ext/spl/tests/SplFileObject_haschildren_error001.phpt
index 9b0ebc3f85..0c4e1de3b7 100644
--- a/ext/spl/tests/SplFileObject_haschildren_error001.phpt
+++ b/ext/spl/tests/SplFileObject_haschildren_error001.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::haschildren error 001
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/SplFileObject_setCsvControl_error001.phpt b/ext/spl/tests/SplFileObject_setCsvControl_error001.phpt
index 7190a18b44..f582a4a894 100644
--- a/ext/spl/tests/SplFileObject_setCsvControl_error001.phpt
+++ b/ext/spl/tests/SplFileObject_setCsvControl_error001.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setCsvControl error 001
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
file_put_contents('csv_control_data.csv',
diff --git a/ext/spl/tests/SplFileObject_setCsvControl_error002.phpt b/ext/spl/tests/SplFileObject_setCsvControl_error002.phpt
index e3ca1fe7f7..bcfd9c4dd6 100644
--- a/ext/spl/tests/SplFileObject_setCsvControl_error002.phpt
+++ b/ext/spl/tests/SplFileObject_setCsvControl_error002.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setCsvControl error 002
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
file_put_contents('csv_control_data.csv',
diff --git a/ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt b/ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt
index e41f2ffbce..7aaf8a3fe6 100644
--- a/ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt
+++ b/ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setCsvControl variation 001
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
file_put_contents('csv_control_data.csv',
diff --git a/ext/spl/tests/fileobject_setmaxlinelen_error001.phpt b/ext/spl/tests/fileobject_setmaxlinelen_error001.phpt
index 73913692d4..6bfdfdcf50 100644
--- a/ext/spl/tests/fileobject_setmaxlinelen_error001.phpt
+++ b/ext/spl/tests/fileobject_setmaxlinelen_error001.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setMaxLineLen error 001()
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/fileobject_setmaxlinelen_error002.phpt b/ext/spl/tests/fileobject_setmaxlinelen_error002.phpt
index 13e9ff133c..dad59fca5f 100644
--- a/ext/spl/tests/fileobject_setmaxlinelen_error002.phpt
+++ b/ext/spl/tests/fileobject_setmaxlinelen_error002.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setMaxLineLen error 002
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
diff --git a/ext/spl/tests/fileobject_setmaxlinelen_error003.phpt b/ext/spl/tests/fileobject_setmaxlinelen_error003.phpt
index 6777ab6c37..8dc50d5fc7 100644
--- a/ext/spl/tests/fileobject_setmaxlinelen_error003.phpt
+++ b/ext/spl/tests/fileobject_setmaxlinelen_error003.phpt
@@ -2,8 +2,6 @@
SPL: SplFileObject::setMaxLineLen error 003
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
---INI--
-include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );