diff options
author | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
commit | 29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0 (patch) | |
tree | a3c26d7bae2f6600eae7ebaa49a091032674d2aa | |
parent | d94136fc3098e73ec46c6fb40358a5fbefced82f (diff) | |
download | php-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz |
- Remove unused blocks
50 files changed, 0 insertions, 101 deletions
diff --git a/ext/bz2/tests/with_files.phpt b/ext/bz2/tests/with_files.phpt index cb98912d01..5691445939 100644 --- a/ext/bz2/tests/with_files.phpt +++ b/ext/bz2/tests/with_files.phpt @@ -2,8 +2,6 @@ BZ2 with files --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php // $Id$ diff --git a/ext/bz2/tests/with_strings.phpt b/ext/bz2/tests/with_strings.phpt index 222b479c1b..adf07e16f9 100644 --- a/ext/bz2/tests/with_strings.phpt +++ b/ext/bz2/tests/with_strings.phpt @@ -2,8 +2,6 @@ BZ2 with strings --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php // $Id$ diff --git a/ext/ctype/tests/001.phpt b/ext/ctype/tests/001.phpt index da13514993..b7beea7861 100644 --- a/ext/ctype/tests/001.phpt +++ b/ext/ctype/tests/001.phpt @@ -2,8 +2,6 @@ ctype on integers --SKIPIF-- <?php if (!extension_loaded("ctype")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php setlocale(LC_ALL,"C"); diff --git a/ext/ctype/tests/002.phpt b/ext/ctype/tests/002.phpt index 36e9f662ee..598ff9be96 100644 --- a/ext/ctype/tests/002.phpt +++ b/ext/ctype/tests/002.phpt @@ -2,8 +2,6 @@ ctype on strings --SKIPIF-- <?php if (!extension_loaded("ctype")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php diff --git a/ext/dio/tests/001.phpt b/ext/dio/tests/001.phpt index 99aa5bd2c2..0d8a660ba3 100644 --- a/ext/dio/tests/001.phpt +++ b/ext/dio/tests/001.phpt @@ -2,8 +2,6 @@ Check for dio presence --SKIPIF-- <?php if (!extension_loaded("dio")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo "dio extension is available"; diff --git a/ext/fdf/tests/01-general.phpt b/ext/fdf/tests/01-general.phpt index d2a876cdb4..998da3d729 100644 --- a/ext/fdf/tests/01-general.phpt +++ b/ext/fdf/tests/01-general.phpt @@ -2,8 +2,6 @@ Adobe Form Data Format functions --SKIPIF-- <?php if (!extension_loaded("fdf")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo is_resource(fdf_create()) ? "OK" : "FAILURE"; diff --git a/ext/fdf/tests/02-values.phpt b/ext/fdf/tests/02-values.phpt index 068ea1a5f8..40c7df4a0e 100644 --- a/ext/fdf/tests/02-values.phpt +++ b/ext/fdf/tests/02-values.phpt @@ -2,8 +2,6 @@ FDF open/save and set/get values --SKIPIF-- <?php if (!extension_loaded("fdf")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $f1 = fdf_create(); diff --git a/ext/fdf/tests/03-read-file.phpt b/ext/fdf/tests/03-read-file.phpt index 0dbf2abd9a..a611142b3f 100644 --- a/ext/fdf/tests/03-read-file.phpt +++ b/ext/fdf/tests/03-read-file.phpt @@ -2,8 +2,6 @@ FDF read file --SKIPIF-- <?php if (!extension_loaded("fdf")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $fdf = fdf_open("ext/fdf/tests/simple.fdf"); diff --git a/ext/fdf/tests/04-POST.phpt b/ext/fdf/tests/04-POST.phpt index a842015649..1d8c9de48f 100644 --- a/ext/fdf/tests/04-POST.phpt +++ b/ext/fdf/tests/04-POST.phpt @@ -2,7 +2,6 @@ FDF POST data parsing --SKIPIF-- <?php if (php_sapi_name()=='cli' || !extension_loaded("fdf")) print "skip"; ?> ---CGI-- --HEADERS-- return <<<END Content-Type=application/vnd.fdf @@ -29,7 +28,6 @@ trailer >> %%EOF ---GET-- --FILE-- <?php echo strlen($HTTP_FDF_DATA)."\n"; diff --git a/ext/gmp/tests/001.phpt b/ext/gmp/tests/001.phpt index d4a3576cc9..382d374cb9 100644 --- a/ext/gmp/tests/001.phpt +++ b/ext/gmp/tests/001.phpt @@ -2,8 +2,6 @@ Check for gmp presence --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo "gmp extension is available"; diff --git a/ext/gmp/tests/002.phpt b/ext/gmp/tests/002.phpt index 4e33b6111d..ac2a7a5494 100644 --- a/ext/gmp/tests/002.phpt +++ b/ext/gmp/tests/002.phpt @@ -2,8 +2,6 @@ GMP functionality test - factorial --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php function fact($x) { diff --git a/ext/gmp/tests/003.phpt b/ext/gmp/tests/003.phpt index 0a302573ee..379833024d 100644 --- a/ext/gmp/tests/003.phpt +++ b/ext/gmp/tests/003.phpt @@ -2,8 +2,6 @@ Check for number base recognition --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php /* Binary */ diff --git a/ext/interbase/tests/002.phpt b/ext/interbase/tests/002.phpt index ce0defa575..070a6f0069 100644 --- a/ext/interbase/tests/002.phpt +++ b/ext/interbase/tests/002.phpt @@ -2,8 +2,6 @@ InterBase: connect, close and pconnect --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/003.phpt b/ext/interbase/tests/003.phpt index 315e0bb486..a700c3cc46 100644 --- a/ext/interbase/tests/003.phpt +++ b/ext/interbase/tests/003.phpt @@ -2,8 +2,6 @@ InterBase: misc sql types (may take a while) --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/004.phpt b/ext/interbase/tests/004.phpt index 1e74f77df2..579445dbdd 100644 --- a/ext/interbase/tests/004.phpt +++ b/ext/interbase/tests/004.phpt @@ -2,8 +2,6 @@ InterBase: BLOB test --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/005.phpt b/ext/interbase/tests/005.phpt index 91e003a4ca..5b16ac2917 100644 --- a/ext/interbase/tests/005.phpt +++ b/ext/interbase/tests/005.phpt @@ -2,8 +2,6 @@ InterBase: transactions --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/006.phpt b/ext/interbase/tests/006.phpt index 24724b5f59..82be48084a 100644 --- a/ext/interbase/tests/006.phpt +++ b/ext/interbase/tests/006.phpt @@ -2,8 +2,6 @@ InterBase: binding (may take a while) --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/007.phpt b/ext/interbase/tests/007.phpt index 0ccbdad106..bc654f1462 100644 --- a/ext/interbase/tests/007.phpt +++ b/ext/interbase/tests/007.phpt @@ -2,8 +2,6 @@ InterBase: array handling --SKIPIF-- <?php include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/interbase/tests/008.phpt b/ext/interbase/tests/008.phpt index d6a5f9fc9e..8292fc38c5 100755 --- a/ext/interbase/tests/008.phpt +++ b/ext/interbase/tests/008.phpt @@ -5,8 +5,6 @@ InterBase: event handling if (PHP_OS == "WINNT") echo "skip"; include("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php /* $Id$ */ diff --git a/ext/mcrypt/tests/blowfish.phpt b/ext/mcrypt/tests/blowfish.phpt index 40bfb62e0b..dc51da65b3 100644 --- a/ext/mcrypt/tests/blowfish.phpt +++ b/ext/mcrypt/tests/blowfish.phpt @@ -2,8 +2,6 @@ Test for blowfish compatibility --SKIPIF-- <?php if (!extension_loaded("mcrypt")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php function hex2bin($data) { diff --git a/ext/mcrypt/tests/bug8040.phpt b/ext/mcrypt/tests/bug8040.phpt index e2d8c15b41..12e28687fd 100644 --- a/ext/mcrypt/tests/bug8040.phpt +++ b/ext/mcrypt/tests/bug8040.phpt @@ -2,8 +2,6 @@ Bug #8040 --SKIPIF-- <?php if (!extension_loaded("mcrypt")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php error_reporting (E_ALL ^ E_NOTICE); diff --git a/ext/mcve/tests/001.phpt b/ext/mcve/tests/001.phpt index c96aeabe74..495db16765 100644 --- a/ext/mcve/tests/001.phpt +++ b/ext/mcve/tests/001.phpt @@ -2,8 +2,6 @@ Check for mcve presence --SKIPIF-- <?php if (!extension_loaded("mcve")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo "mcve extension is available"; diff --git a/ext/ncurses/tests/001.phpt b/ext/ncurses/tests/001.phpt index b6701f4d91..2316ba1db4 100644 --- a/ext/ncurses/tests/001.phpt +++ b/ext/ncurses/tests/001.phpt @@ -2,8 +2,6 @@ Check for ncurses presence --SKIPIF-- <?php if (!extension_loaded("ncurses")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php echo "ncurses extension is available"; diff --git a/ext/openssl/tests/001.phpt b/ext/openssl/tests/001.phpt index 9b15e134a5..9987c688b9 100644 --- a/ext/openssl/tests/001.phpt +++ b/ext/openssl/tests/001.phpt @@ -3,8 +3,6 @@ OpenSSL private key functions --SKIPIF-- <?php // vim600:syn=php include('skipif.inc'); ?> ---POST-- ---GET-- --FILE-- <?php echo "Creating private key\n"; diff --git a/ext/pcntl/tests/001.phpt b/ext/pcntl/tests/001.phpt index 27aff8bbe4..0c8e77ec6c 100644 --- a/ext/pcntl/tests/001.phpt +++ b/ext/pcntl/tests/001.phpt @@ -5,8 +5,6 @@ Test pcntl wait functionality if (!extension_loaded("pcntl")) print "skip"; if (!function_exists("posix_kill")) print "skip posix_kill() not avaliable"; ?> ---POST-- ---GET-- --FILE-- <?php function test_exit_waits(){ diff --git a/ext/pspell/tests/01pspell_basic.phpt b/ext/pspell/tests/01pspell_basic.phpt index 5a25e35be8..107690e088 100644 --- a/ext/pspell/tests/01pspell_basic.phpt +++ b/ext/pspell/tests/01pspell_basic.phpt @@ -7,8 +7,6 @@ pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3) die("skip English dictionary is not avaliable"); } ?> ---POST-- ---GET-- --FILE-- <?php // $Id$ diff --git a/ext/session/tests/001.phpt b/ext/session/tests/001.phpt index 54918b5799..75d5df1632 100644 --- a/ext/session/tests/001.phpt +++ b/ext/session/tests/001.phpt @@ -29,7 +29,5 @@ session_register("arr"); print session_encode()."\n"; session_destroy(); ---GET-- ---POST-- --EXPECT-- baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}} diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt index 7c77fdcf94..6fff01e773 100644 --- a/ext/session/tests/002.phpt +++ b/ext/session/tests/002.phpt @@ -7,7 +7,5 @@ session_unset() without a initialized session error_reporting(E_ALL); session_unset(); print "ok\n"; ---GET-- ---POST-- --EXPECT-- ok diff --git a/ext/skeleton/tests/001.phpt b/ext/skeleton/tests/001.phpt index 854dc7fced..a375577e1b 100644 --- a/ext/skeleton/tests/001.phpt +++ b/ext/skeleton/tests/001.phpt @@ -2,9 +2,6 @@ Check for extname presence --SKIPIF-- <?php if (!extension_loaded("extname")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php echo "extname extension is available"; diff --git a/ext/standard/tests/array/001.phpt b/ext/standard/tests/array/001.phpt index 3b72b331d2..797a79781f 100644 --- a/ext/standard/tests/array/001.phpt +++ b/ext/standard/tests/array/001.phpt @@ -1,7 +1,5 @@ --TEST-- Test array_merge and array_walk ---POST-- ---GET-- --INI-- precision=14 --FILE-- diff --git a/ext/standard/tests/file/001-win32.phpt b/ext/standard/tests/file/001-win32.phpt index d18ee325a6..09ab2b7a1b 100644 --- a/ext/standard/tests/file/001-win32.phpt +++ b/ext/standard/tests/file/001-win32.phpt @@ -6,8 +6,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip only for Windows'); } ?> ---POST-- ---GET-- --FILE-- <?php chdir(dirname(__FILE__)); diff --git a/ext/standard/tests/file/001.phpt b/ext/standard/tests/file/001.phpt index 6cefe25a7c..e3768b19dd 100644 --- a/ext/standard/tests/file/001.phpt +++ b/ext/standard/tests/file/001.phpt @@ -6,8 +6,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no symlinks on Windows'); } ?> ---POST-- ---GET-- --FILE-- <?php chdir(dirname(__FILE__)); diff --git a/ext/standard/tests/file/002.phpt b/ext/standard/tests/file/002.phpt index 4642bac366..134f5416fc 100644 --- a/ext/standard/tests/file/002.phpt +++ b/ext/standard/tests/file/002.phpt @@ -1,7 +1,5 @@ --TEST-- File/Stream functions ---POST-- ---GET-- --FILE-- <?php diff --git a/ext/standard/tests/file/003.phpt b/ext/standard/tests/file/003.phpt index 2b75bdccee..8eeaa939eb 100644 --- a/ext/standard/tests/file/003.phpt +++ b/ext/standard/tests/file/003.phpt @@ -1,7 +1,5 @@ --TEST-- is_*() and file_exists() return values are boolean. ---POST-- ---GET-- --FILE-- <?php diff --git a/ext/standard/tests/file/bug12556.phpt b/ext/standard/tests/file/bug12556.phpt index 55a06a5d2a..c8e35cfcad 100644 --- a/ext/standard/tests/file/bug12556.phpt +++ b/ext/standard/tests/file/bug12556.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #12556 (fgetcsv() ignores lengths when quotes not closed) ---POST-- ---GET-- --FILE-- <?php $fp = fopen(dirname(__FILE__)."/test.csv", "r"); diff --git a/ext/standard/tests/file/bug20424.phpt b/ext/standard/tests/file/bug20424.phpt index 078d554087..df10d4abdb 100644 --- a/ext/standard/tests/file/bug20424.phpt +++ b/ext/standard/tests/file/bug20424.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #20424 (stream_get_meta_data crashes on a normal file stream) ---POST-- ---GET-- --FILE-- <?php $f = fopen(dirname(__FILE__) . "/../../../../run-tests.php", "r"); diff --git a/ext/standard/tests/file/bug22382.phpt b/ext/standard/tests/file/bug22382.phpt index 31c806022b..2ba36ee1de 100644 --- a/ext/standard/tests/file/bug22382.phpt +++ b/ext/standard/tests/file/bug22382.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #22382 (fgetcsv() does not handle escaped quotes correctly) ---POST-- ---GET-- --FILE-- <?php $fp = fopen(dirname(__FILE__)."/test2.csv", "r"); diff --git a/ext/standard/tests/file/bug26615.phpt b/ext/standard/tests/file/bug26615.phpt index 36f7b0feac..656c53a449 100644 --- a/ext/standard/tests/file/bug26615.phpt +++ b/ext/standard/tests/file/bug26615.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #26615 (exec crash on long input lines) ---POST-- ---GET-- --FILE-- <?php $out = array(); diff --git a/ext/standard/tests/general_functions/001.phpt b/ext/standard/tests/general_functions/001.phpt index e84622902c..164bd7fb21 100644 --- a/ext/standard/tests/general_functions/001.phpt +++ b/ext/standard/tests/general_functions/001.phpt @@ -1,7 +1,5 @@ --TEST-- sprintf() function ---POST-- ---GET-- --FILE-- <?php diff --git a/ext/standard/tests/general_functions/002.phpt b/ext/standard/tests/general_functions/002.phpt index 8ab1a72f07..58528da13a 100644 --- a/ext/standard/tests/general_functions/002.phpt +++ b/ext/standard/tests/general_functions/002.phpt @@ -1,7 +1,5 @@ --TEST-- quoted_printable_decode() function test ---POST-- ---GET-- --FILE-- <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A= =20=D4=cf=D2=C7=CF=D7=D9=C5= diff --git a/ext/standard/tests/general_functions/003.phpt b/ext/standard/tests/general_functions/003.phpt index 141b4d7052..7ad90c8b5a 100644 --- a/ext/standard/tests/general_functions/003.phpt +++ b/ext/standard/tests/general_functions/003.phpt @@ -1,7 +1,5 @@ --TEST-- levenshtein() function test ---POST-- ---GET-- --FILE-- <?php diff --git a/ext/standard/tests/general_functions/004.phpt b/ext/standard/tests/general_functions/004.phpt index 3bd1fb1eac..40b47cc1ca 100644 --- a/ext/standard/tests/general_functions/004.phpt +++ b/ext/standard/tests/general_functions/004.phpt @@ -1,7 +1,5 @@ --TEST-- fgetcsv() with tab delimited fields (BUG #8258) ---POST-- ---GET-- --FILE-- <?php chdir(dirname(__FILE__)); diff --git a/ext/standard/tests/general_functions/005.phpt b/ext/standard/tests/general_functions/005.phpt index 329d46e764..027d124add 100644 --- a/ext/standard/tests/general_functions/005.phpt +++ b/ext/standard/tests/general_functions/005.phpt @@ -1,7 +1,5 @@ --TEST-- is_scalar() function test ---POST-- ---GET-- --FILE-- <?php class foo {} diff --git a/ext/standard/tests/general_functions/006.phpt b/ext/standard/tests/general_functions/006.phpt index 9db1ca3280..6852286c5e 100644 --- a/ext/standard/tests/general_functions/006.phpt +++ b/ext/standard/tests/general_functions/006.phpt @@ -1,7 +1,5 @@ --TEST-- quoted_printable_decode() function test with CR/LF ---POST-- ---GET-- --FILE-- <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A= =20=D4=CF=D2=C7=CF=D7=D9=C5= diff --git a/ext/standard/tests/general_functions/007.phpt b/ext/standard/tests/general_functions/007.phpt index 422ff3d94f..f755ab4f80 100644 --- a/ext/standard/tests/general_functions/007.phpt +++ b/ext/standard/tests/general_functions/007.phpt @@ -1,7 +1,5 @@ --TEST-- MD5 / Base64 ---POST-- ---GET-- --FILE-- <?php function test($str) { diff --git a/ext/standard/tests/general_functions/009.phpt b/ext/standard/tests/general_functions/009.phpt index 68c1f4d87b..e80d36140d 100644 --- a/ext/standard/tests/general_functions/009.phpt +++ b/ext/standard/tests/general_functions/009.phpt @@ -1,7 +1,5 @@ --TEST-- SHA1 ---POST-- ---GET-- --FILE-- <?php function test($str) { diff --git a/ext/standard/tests/general_functions/proc_open.phpt b/ext/standard/tests/general_functions/proc_open.phpt index 0cd08bd6b2..ecf8d8ad79 100644 --- a/ext/standard/tests/general_functions/proc_open.phpt +++ b/ext/standard/tests/general_functions/proc_open.phpt @@ -5,8 +5,6 @@ proc_open if (!is_executable("/bin/cat")) echo "skip"; if (!function_exists("proc_open")) echo "skip proc_open() is not available"; ?> ---POST-- ---GET-- --FILE-- <?php $ds = array( diff --git a/ext/standard/tests/math/abs.phpt b/ext/standard/tests/math/abs.phpt index 3b70e7dc47..f5c26c3037 100644 --- a/ext/standard/tests/math/abs.phpt +++ b/ext/standard/tests/math/abs.phpt @@ -1,7 +1,5 @@ --TEST-- Simple math tests ---POST-- ---GET-- --FILE-- <?php // $Id$ diff --git a/tests/strings/001.phpt b/tests/strings/001.phpt index 4eacb89592..ceca4351b6 100644 --- a/tests/strings/001.phpt +++ b/tests/strings/001.phpt @@ -1,7 +1,5 @@ --TEST-- String functions ---POST-- ---GET-- --FILE-- <?php diff --git a/tests/strings/004.phpt b/tests/strings/004.phpt index 37e5b957bd..ac5e2ce43d 100644 --- a/tests/strings/004.phpt +++ b/tests/strings/004.phpt @@ -1,6 +1,5 @@ --TEST-- highlight_string() buffering ---POST-- --INI-- highlight.string=#DD0000 highlight.comment=#FF9900 @@ -8,7 +7,6 @@ highlight.keyword=#007700 highlight.bg=#FFFFFF highlight.default=#0000BB highlight.html=#000000 ---GET-- --FILE-- <?php $var = highlight_string("<br /><?php echo \"foo\"; ?><br />"); |