summaryrefslogtreecommitdiff
path: root/tests/func
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-01-24 05:56:55 +0000
committerfoobar <sniper@php.net>2003-01-24 05:56:55 +0000
commit84e5fcb5de876b9fae5488f2c4e06716fab41c9e (patch)
tree36788e6413a954a34283d80942d32080082218fc /tests/func
parent4fde1b8de1c1b2ef231ead69c6ce04bd1572eb8d (diff)
downloadphp-git-84e5fcb5de876b9fae5488f2c4e06716fab41c9e.tar.gz
MFB, removed unused GET/POST entries
Diffstat (limited to 'tests/func')
-rw-r--r--tests/func/001.phpt2
-rw-r--r--tests/func/005.phpt3
-rw-r--r--tests/func/005a.phpt2
-rw-r--r--tests/func/007.phpt2
-rw-r--r--tests/func/008.phpt2
-rw-r--r--tests/func/009.phpt2
6 files changed, 0 insertions, 13 deletions
diff --git a/tests/func/001.phpt b/tests/func/001.phpt
index c5553cd8a8..d08040679b 100644
--- a/tests/func/001.phpt
+++ b/tests/func/001.phpt
@@ -1,7 +1,5 @@
--TEST--
Strlen() function test
---POST--
---GET--
--FILE--
<?php echo strlen("abcdef")?>
--EXPECT--
diff --git a/tests/func/005.phpt b/tests/func/005.phpt
index 4a20786df0..c4215feb49 100644
--- a/tests/func/005.phpt
+++ b/tests/func/005.phpt
@@ -1,8 +1,5 @@
--TEST--
Testing register_shutdown_function()
---POST--
---GET--
-ab+cd+ef+123+test
--FILE--
<?php
diff --git a/tests/func/005a.phpt b/tests/func/005a.phpt
index 92173c2579..f7843e10a3 100644
--- a/tests/func/005a.phpt
+++ b/tests/func/005a.phpt
@@ -1,7 +1,5 @@
--TEST--
Testing register_shutdown_function() with timeout. (Bug: #21513)
---POST--
---GET--
--FILE--
<?php
diff --git a/tests/func/007.phpt b/tests/func/007.phpt
index 310ca6f263..73aae2e649 100644
--- a/tests/func/007.phpt
+++ b/tests/func/007.phpt
@@ -1,7 +1,5 @@
--TEST--
INI functions test
---POST--
---GET--
--FILE--
<?php
diff --git a/tests/func/008.phpt b/tests/func/008.phpt
index faa8546cda..48098e1330 100644
--- a/tests/func/008.phpt
+++ b/tests/func/008.phpt
@@ -1,7 +1,5 @@
--TEST--
Test for buffering in core functions with implicit flush off
---POST--
---GET--
--INI--
implicit_flush=0
--FILE--
diff --git a/tests/func/009.phpt b/tests/func/009.phpt
index bb3b962b6f..05b40e8e67 100644
--- a/tests/func/009.phpt
+++ b/tests/func/009.phpt
@@ -1,7 +1,5 @@
--TEST--
Test for buffering in core functions with implicit flush on
---POST--
---GET--
--INI--
implicit_flush=1
--FILE--