]> granicus.if.org Git - php/commitdiff
MFB, removed unused GET/POST entries
authorfoobar <sniper@php.net>
Fri, 24 Jan 2003 05:56:55 +0000 (05:56 +0000)
committerfoobar <sniper@php.net>
Fri, 24 Jan 2003 05:56:55 +0000 (05:56 +0000)
tests/func/001.phpt
tests/func/005.phpt
tests/func/005a.phpt
tests/func/007.phpt
tests/func/008.phpt
tests/func/009.phpt

index c5553cd8a87e67c787ed8239b67f00f2f2764b1f..d08040679b9de92683e5790167750c17b3b04030 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Strlen() function test
---POST--
---GET--
 --FILE--
 <?php echo strlen("abcdef")?>
 --EXPECT--
index 4a20786df063126f64bd445e45cf831d0a078e0d..c4215feb4988e1bfcc3113564bdef4de4136ebd3 100644 (file)
@@ -1,8 +1,5 @@
 --TEST--
 Testing register_shutdown_function()
---POST--
---GET--
-ab+cd+ef+123+test
 --FILE--
 <?php 
 
index 92173c2579ef7cab5c2e8d7c3d36e11101a67c41..f7843e10a329b88cd921a4d41c3a29800fd6b781 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Testing register_shutdown_function() with timeout. (Bug: #21513)
---POST--
---GET--
 --FILE--
 <?php
 
index 310ca6f263998f416b9338f6d8e7c29a1959cab3..73aae2e649283484bcb3b43651df948e571b707c 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 INI functions test
---POST--
---GET--
 --FILE--
 <?php
 
index faa8546cda610cc08aa8ebd02551b1e50201fb03..48098e13302e7899f451fbcc9e464e07804a342d 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test for buffering in core functions with implicit flush off
---POST--
---GET--
 --INI--
 implicit_flush=0
 --FILE--
index bb3b962b6fe291e0df4ac127c087f2be5c0acb2e..05b40e8e67eb7dcdccb5d77720d02ff5625a04c0 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test for buffering in core functions with implicit flush on
---POST--
---GET--
 --INI--
 implicit_flush=1
 --FILE--