]> granicus.if.org Git - php/commitdiff
Removing superfluous --INI-- section
authorZoe Slattery <zoe@php.net>
Wed, 30 Jan 2008 17:55:12 +0000 (17:55 +0000)
committerZoe Slattery <zoe@php.net>
Wed, 30 Jan 2008 17:55:12 +0000 (17:55 +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 0b34a9b77990ca5f853febb5f258d9739ae04f9e..1dcea11cde2da5d81a1d5a1affc4ba1430cbff96 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for acos()
---INI--
 --FILE--
 <?php
 /* 
index 8c95fc5172d052bca5a39ad2f8dde2a15c29453a..83edfc870be7bfabea4db93c9e5612b9bffe71e5 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 e7bfebc6b93fff3b1e1c21308ab1e32645040c03..0a4be2df88416adebb3ce87a7dc3e6e2d4f5457a 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for asin()
---INI--
 --FILE--
 <?php
 /* 
index 2cea6ed07390813b77c89c2d3f8c914dd9df9046..c83b55526e3f87314baa729ce45645d57a495f55 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 052743fedfe37718c8d7132f4c11c872b9287167..55448e003b54f2848a3eb345f01b2091b554e106 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for atan()
---INI--
 --FILE--
 <?php
 /* 
index 9759610b44c27c830b0813d2474d1149b8e2c53e..0301400369c56d88171345a2b7219ce8a4e336b4 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 ddd6c876cfb4afa1f9844df9ac6d21fbddb9dbb9..bf618a5e367f9ded5b6dfeb04ad30d82d92a366e 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for cos()
---INI--
 --FILE--
 <?php
 /* 
index 7246ed4a9a6e0dce0cd5f360da1c6b15659a468f..e1bdbfa457de0fe743d235118d3b94e593981d25 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for cosh()
---INI--
 --FILE--
 <?php
 /* 
index 3dac223f8079f4ebc9ccf9dcfb21f4ac730b6d25..3dd8a772f4c489f067fee0be1df2e6e2c0c48c4d 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for sin()
---INI--
 --FILE--
 <?php
 /* 
index 5278262616a4ca8ae71b409f72d78eea548219c3..cc195529b7e1f7c1893b916f9a1ab672b7f47318 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for sinh()
---INI--
 --FILE--
 <?php
 /* 
index afc76a2be2279e06eb915e50ec5835faffc01590..d9009870d2ea172ea137d5b2c038a646cc3f8d39 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for tan()
---INI--
 --FILE--
 <?php
 /* 
index c72e9a8dcade03820344504474c28607355d83cd..6000f186f8bab845158251c63c7abfacd750c0c6 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wrong number of arguments for tanh()
---INI--
 --FILE--
 <?php
 /*