Browse Source

MFB, removed unused GET/POST entries

PHP-5
foobar 23 years ago
parent
commit
84e5fcb5de
  1. 2
      tests/func/001.phpt
  2. 3
      tests/func/005.phpt
  3. 2
      tests/func/005a.phpt
  4. 2
      tests/func/007.phpt
  5. 2
      tests/func/008.phpt
  6. 2
      tests/func/009.phpt

2
tests/func/001.phpt

@ -1,7 +1,5 @@
--TEST-- --TEST--
Strlen() function test Strlen() function test
--POST--
--GET--
--FILE-- --FILE--
<?php echo strlen("abcdef")?> <?php echo strlen("abcdef")?>
--EXPECT-- --EXPECT--

3
tests/func/005.phpt

@ -1,8 +1,5 @@
--TEST-- --TEST--
Testing register_shutdown_function() Testing register_shutdown_function()
--POST--
--GET--
ab+cd+ef+123+test
--FILE-- --FILE--
<?php <?php

2
tests/func/005a.phpt

@ -1,7 +1,5 @@
--TEST-- --TEST--
Testing register_shutdown_function() with timeout. (Bug: #21513) Testing register_shutdown_function() with timeout. (Bug: #21513)
--POST--
--GET--
--FILE-- --FILE--
<?php <?php

2
tests/func/007.phpt

@ -1,7 +1,5 @@
--TEST-- --TEST--
INI functions test INI functions test
--POST--
--GET--
--FILE-- --FILE--
<?php <?php

2
tests/func/008.phpt

@ -1,7 +1,5 @@
--TEST-- --TEST--
Test for buffering in core functions with implicit flush off Test for buffering in core functions with implicit flush off
--POST--
--GET--
--INI-- --INI--
implicit_flush=0 implicit_flush=0
--FILE-- --FILE--

2
tests/func/009.phpt

@ -1,7 +1,5 @@
--TEST-- --TEST--
Test for buffering in core functions with implicit flush on Test for buffering in core functions with implicit flush on
--POST--
--GET--
--INI-- --INI--
implicit_flush=1 implicit_flush=1
--FILE-- --FILE--

Loading…
Cancel
Save