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--
Strlen() function test
--POST--
--GET--
--FILE--
<?php echo strlen("abcdef")?>
--EXPECT--

3
tests/func/005.phpt

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

2
tests/func/005a.phpt

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

2
tests/func/007.phpt

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

2
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--

2
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--

Loading…
Cancel
Save