diff options
Diffstat (limited to 'tests/func')
-rw-r--r-- | tests/func/001.phpt | 2 | ||||
-rw-r--r-- | tests/func/005.phpt | 3 | ||||
-rw-r--r-- | tests/func/005a.phpt | 2 | ||||
-rw-r--r-- | tests/func/007.phpt | 2 | ||||
-rw-r--r-- | tests/func/008.phpt | 2 | ||||
-rw-r--r-- | tests/func/009.phpt | 2 |
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-- |