]> granicus.if.org Git - php/commitdiff
Remove unneeded INI sections
authorRobert Nicholson <nicholsr@php.net>
Fri, 26 Oct 2007 16:10:16 +0000 (16:10 +0000)
committerRobert Nicholson <nicholsr@php.net>
Fri, 26 Oct 2007 16:10:16 +0000 (16:10 +0000)
14 files changed:
ext/standard/tests/array/array_splice_basic.phpt
ext/standard/tests/array/array_splice_errors.phpt
ext/standard/tests/array/array_splice_variation1.phpt
ext/standard/tests/array/array_splice_variation2.phpt
ext/standard/tests/array/array_splice_variation3.phpt
ext/standard/tests/array/array_splice_variation4.phpt
ext/standard/tests/array/max_basic.phpt
ext/standard/tests/array/max_error.phpt
ext/standard/tests/array/max_variation1.phpt
ext/standard/tests/array/max_variation2.phpt
ext/standard/tests/array/min_basic.phpt
ext/standard/tests/array/min_error.phpt
ext/standard/tests/array/min_variation1.phpt
ext/standard/tests/array/min_variation2.phpt

index ae1fae6afb46edadab20ccac7e6e68e87eee70aa..310f87115abf28837166d9625ff6f3c413bcf412 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test array_splice(): basic functionality
---INI--
 --FILE--
 <?php
 /* 
index a7268a911a8a86f8921a9aa330e29e099c2634ca..644d861adace5962307173175b55c078e9d3e405 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test  array_splice() function : error conditions
---INI--
 --FILE--
 <?php
 /* 
index a9b7d8d42958faa540c5a9b6230267f63cb74f5c..11549d6635c42d7ad5c7e2785edf9108ba8a2fda 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - references
-
---INI--
 --FILE--
 <?php
 /* 
index 454a3d38ca804798d760d1ecfe2944a4e3bc0207..4f76fbac96c1315d341e49706a64587701b23db4 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - additional parameters
-
---INI--
 --FILE--
 <?php
 /* 
index 07f1d0c2866fa5c2baf1a183cdf4644f3832e2eb..0204b8934977f39b975104ddbb7f56b4a6842e38 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - lengths and offsets
-
---INI--
 --FILE--
 <?php
 /* 
index 2e0b94bdebe0354e9b243ed3c8e89cf703f48b63..bc9c7c2a2ffecd508c732b4e4f17096f1aeb98f9 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - non array replacement values
-
---INI--
 --FILE--
 <?php
 /* 
index 3eff3a2ecbf02c4a10ad85fec5abfacb537d62dc..bf26e4606d5d4aa43cff2ba641e1975f1c099c33 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test return type and value for expected input max()
---INI--
 --FILE--
 <?php
 /* 
index 3c1d5678aafcc90c86a84637412f65fcaaf8bda8..4e97743a1940d220c89de8399ca6ef61c2a93c7e 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for min()
---INI--
 --FILE--
 <?php
 /* 
index 43824ee650d2c385800616c8d26d7d9be7a52381..8ba332ab4b5cafe6dc79f17899857dbc550545ec 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of max()
---INI--
 --FILE--
 <?php
 /* 
index d09025e57b410fac3186eb6446f459d17fd84e9c..81bdf804444ef59fe3bbf76821c42a19b62699cb 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of max()
---INI--
 --FILE--
 <?php
 /* 
index 487666ee40b9a282f5b530d68d39b6bbccbc93ac..b0b7ff9a33a0f639a2d51be0b9c36d3e28e0e2dd 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test return type and value for expected input min()
---INI--
 --FILE--
 <?php
 /* 
index 6f16eddfe0792aac4dd9804ebcb50c199bacbe7f..7d7a6702480900c1feeb1b4f077f645c0f23dd31 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for min()
---INI--
 --FILE--
 <?php
 /* 
index a985578cec4f96b84db547716c3e563b970f830b..9fb28bbea8d2a38384c370f550ba837acf7bd909 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of min()
---INI--
 --FILE--
 <?php
 /* 
index 01bb78d7c633784bcdb1a80c8f9e92229166e54d..0db18f300ac1c1563ffa081c448ecd506b8a4314 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of min()
---INI--
 --FILE--
 <?php
 /*