]> granicus.if.org Git - php/commitdiff
Remove unneeded INI sections
authorRobert Nicholson <nicholsr@php.net>
Fri, 26 Oct 2007 16:08:34 +0000 (16:08 +0000)
committerRobert Nicholson <nicholsr@php.net>
Fri, 26 Oct 2007 16:08:34 +0000 (16:08 +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 efea53c8b125fef7df03de6cc88fef4ef420408e..e96303d13a8b5a63569d29b541e19d03381b04ec 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test array_splice(): basic functionality
---INI--
 --FILE--
 <?php
 /* 
index 04861cfbb868fd3c062a3472d2092efff72f8ae2..4f3223900d730b9e785243019bdf8996ad9746d8 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test  array_splice() function : error conditions
---INI--
 --FILE--
 <?php
 /* 
index 99685feb281264265272529abe3df09b9716a4dd..45cb6f607f424f8d05000c03a440fc78b976fc3f 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - references
-
---INI--
 --FILE--
 <?php
 /* 
index 4a2685b0bd081c998b55f5310623168367bcb867..a7409040c06d53da5a77405dbe5c2173b6679ad5 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - additional parameters
-
---INI--
 --FILE--
 <?php
 /* 
index d21686658522eb47433c66b556496b18ada59f0f..821e06c980fdde3575b7265844c02283afdfcdca 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - lengths and offsets
-
---INI--
 --FILE--
 <?php
 /* 
index abc1fe8efa1bc736c070d2d48feba5bd36fe3ad1..12a4acfbd6db73990a08db0ffc7d09f27375a09a 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test array_splice() function : usage variations - non array replacement values
-
---INI--
 --FILE--
 <?php
 /* 
index ca99ccb5f29036d17c6f20ce1cead017b4a91a21..62eb2271acafb48d2d1eb27e83a03a81a78df83d 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test return type and value for expected input max()
---INI--
 --FILE--
 <?php
 /* 
index 086ecb551cd60b5c1e880ce1d431f56618469bd7..7e8b09bfcb11819b9ba6ddb81303df55d8a06f76 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for min()
---INI--
 --FILE--
 <?php
 /* 
index 22732881f58b11c47f5765b8e29b4e7b6499d949..68609dbef44a95f0005fcfb53953e2cf67516c55 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of max()
---INI--
 --FILE--
 <?php
 /* 
index fe95c17bed5d1cde34698dcf97d460d88f587a87..15132d0a9e2e72a65f57f6685eff95ba686567cd 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of max()
---INI--
 --FILE--
 <?php
 /* 
index 76c5969cdea5f18aa4954827b5cbbf690cbf1040..9fd4af616ff1be20bdd36438df8626ad1d23155d 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test return type and value for expected input min()
---INI--
 --FILE--
 <?php
 /* 
index d296a962e9218e641f694cce33e3ee1a7a1cda99..4bd46552c9c8fa4f0b7a91d8a9cc5507cdaca9f1 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for min()
---INI--
 --FILE--
 <?php
 /* 
index 25dffdb7db74b48c22108d7456630ec6c8bb13f5..fe3361d4987e599f987bd4bff01f5d923af7932d 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of min()
---INI--
 --FILE--
 <?php
 /* 
index d2056fd2556c59565de49da080420d393070cbc0..d3b3cb572b2c34b5312408e6fd41f8add7fb947f 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test variations in usage of min()
---INI--
 --FILE--
 <?php
 /*