]> granicus.if.org Git - php/commitdiff
Removing superfluous --INI-- section
authorZoe Slattery <zoe@php.net>
Wed, 30 Jan 2008 17:50:38 +0000 (17:50 +0000)
committerZoe Slattery <zoe@php.net>
Wed, 30 Jan 2008 17:50:38 +0000 (17:50 +0000)
12 files changed:
ext/standard/tests/math/acos_error.phpt
ext/standard/tests/math/acosh_error.phpt
ext/standard/tests/math/asin_error.phpt
ext/standard/tests/math/asinh_error.phpt
ext/standard/tests/math/atan_error.phpt
ext/standard/tests/math/atanh_error.phpt
ext/standard/tests/math/cos_error.phpt
ext/standard/tests/math/cosh_error.phpt
ext/standard/tests/math/sin_error.phpt
ext/standard/tests/math/sinh_error.phpt
ext/standard/tests/math/tan_error.phpt
ext/standard/tests/math/tanh_error.phpt

index 6e3f2ecfd0f8290299b0233cba31f75f3ad5cbfc..dd42fbb58989dfe93cca19307ae655d2636bbd37 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for acos()
---INI--
 --FILE--
 <?php
 /* 
index 8a4b9730eebd353068c209ce8069ae01c99b5daf..fd2f92118da342c46ac27a3dd420d1c9417f2035 100644 (file)
@@ -5,7 +5,6 @@ Test wrong number of arguments for acosh()
 if(substr(PHP_OS, 0, 3) == "WIN" )
         die ("skip - function not supported on Windows");
 ?>
---INI--
 --FILE--
 <?php
 /* 
index 21c824b55fb344c7823c6be986bfa21c6a0ec26e..ef2a322e09d735e295383503abb3e4b0be6be7af 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for asin()
---INI--
 --FILE--
 <?php
 /* 
index e6439d1bd4f4409d2f5dbc994a84f1a7aed48393..96f7ba061619c30a14c0a0711974a78fe2edcf78 100644 (file)
@@ -5,7 +5,6 @@ Test wrong number of arguments for asinh()
 if(substr(PHP_OS, 0, 3) == "WIN" )
         die ("skip - function not supported on Windows");
 ?>
---INI--
 --FILE--
 <?php
 /* 
index 07cc93aea658053fa8a95d911d634d8432573f77..c1cbc7c3c8a7c24723c0da9ebe678e8cdd0478cf 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for atan()
---INI--
 --FILE--
 <?php
 /* 
index cb6fb6def847d89e41aec149a6a887421737881a..3201eef20bddd0cc7fee4e55012d528f367f637d 100644 (file)
@@ -5,7 +5,6 @@ Test wrong number of arguments for atanh()
 if(substr(PHP_OS, 0, 3) == "WIN" )
         die ("skip - function not supported on Windows");
 ?>
---INI--
 --FILE--
 <?php
 /* 
index 1a9a26ce683416011f0b14f158757fd28172e17c..3198b9e8226655237b16864ecf15717c46a45135 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for cos()
---INI--
 --FILE--
 <?php
 /* 
index f91cb256aefb11080bf4f8feda58fa8e9d8d6e10..f4552e61c0090c755c70f635c5a7993252eac79c 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for cosh()
---INI--
 --FILE--
 <?php
 /* 
index e2693ea8f461b6f03d861260f6ffad813462682a..3fdb10af1bd109c69995620d35fd8125889208cf 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for sin()
---INI--
 --FILE--
 <?php
 /* 
index 415d6b09b4efb7e1107219c0a79140fe7ffa5037..8a3584dfc28755f086171784c1e33e8acdd41387 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for sinh()
---INI--
 --FILE--
 <?php
 /* 
index 58dcc2a43e8cfd2dce1979abfa1a33c1b4ad5e3a..3508f0e782e6922ea6c9d7b111d0233d66b33171 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for tan()
---INI--
 --FILE--
 <?php
 /* 
index 8ce3e9131f7a1df8d93af3fca172e90b9608eb52..f90de5eb5fcfb2ffd30a0157f5aa8dd776fb58a8 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for tanh()
---INI--
 --FILE--
 <?php
 /*