summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-07-16 09:09:12 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-07-16 18:36:02 +0200
commitae7554270f5dc4bb2bcf4e7ead0c519d98d74bd0 (patch)
tree4c11dc3eaf2e968f4b3aa2c16ef1849f5eda33bc /tests
parent4659c12ae044154d112aec32d9dcb2ee65db7357 (diff)
downloadphp-git-ae7554270f5dc4bb2bcf4e7ead0c519d98d74bd0.tar.gz
Fix #79805: sapi_windows_vt100_support throws TypeError
It does not make sense to throw a `TypeError` when the stream can't be analyzed. If `sapi_windows_vt100_support()` is used as getter, we just return `false` in that case; if the function is used as setter, we additionally trigger a warning. We also fix the test cases for this function, which have been broken before. Note that these tests are still whitespace sensitive.
Diffstat (limited to 'tests')
-rw-r--r--tests/output/sapi_windows_vt100_support.inc1
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_in-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_in-out.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_out-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winko_out.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_in-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_in-out.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_out-err.phpt76
-rw-r--r--tests/output/sapi_windows_vt100_support_winok_out.phpt76
13 files changed, 252 insertions, 661 deletions
diff --git a/tests/output/sapi_windows_vt100_support.inc b/tests/output/sapi_windows_vt100_support.inc
index 9ac54cea61..a9c60a6be9 100644
--- a/tests/output/sapi_windows_vt100_support.inc
+++ b/tests/output/sapi_windows_vt100_support.inc
@@ -35,7 +35,6 @@ function testToStdOut()
'STDERR (constant)' => STDERR,
'STDERR (fopen)' => fopen('php://stderr', 'wb'),
'STDERR (php://fd/2)' => fopen('php://fd/2', 'wb'),
- 'Not a stream' => 'foo',
'Invalid stream (php://temp)' => fopen('php://temp', 'wb'),
'Invalid stream (php://input)' => fopen('php://input', 'wb'),
'Invalid stream (php://memory)' => fopen('php://memory', 'wb'),
diff --git a/tests/output/sapi_windows_vt100_support_winko_err.phpt b/tests/output/sapi_windows_vt100_support_winko_err.phpt
index 72b80891cd..d609e48770 100644
--- a/tests/output/sapi_windows_vt100_support_winko_err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value :bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winko_in-err.phpt b/tests/output/sapi_windows_vt100_support_winko_in-err.phpt
index 45d288f15b..86cf631110 100644
--- a/tests/output/sapi_windows_vt100_support_winko_in-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_in-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt b/tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt
index 6e42372cb8..4c0f5f9909 100644
--- a/tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winko_in-out.phpt b/tests/output/sapi_windows_vt100_support_winko_in-out.phpt
index f3e0502460..01efb3bb4e 100644
--- a/tests/output/sapi_windows_vt100_support_winko_in-out.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_in-out.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(true)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winko_out-err.phpt b/tests/output/sapi_windows_vt100_support_winko_out-err.phpt
index bd95ea7cb7..09d3d8f0be 100644
--- a/tests/output/sapi_windows_vt100_support_winko_out-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_out-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winko_out.phpt b/tests/output/sapi_windows_vt100_support_winko_out.phpt
index a937bb9ac8..65958ae19c 100644
--- a/tests/output/sapi_windows_vt100_support_winko_out.phpt
+++ b/tests/output/sapi_windows_vt100_support_winko_out.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(true)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_err.phpt b/tests/output/sapi_windows_vt100_support_winok_err.phpt
index 2cc9b94fa9..01a31a6b92 100644
--- a/tests/output/sapi_windows_vt100_support_winok_err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_in-err.phpt b/tests/output/sapi_windows_vt100_support_winok_in-err.phpt
index 0f1a9f4625..d36d79c8dc 100644
--- a/tests/output/sapi_windows_vt100_support_winok_in-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_in-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt b/tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt
index 0355dc4091..1606604651 100644
--- a/tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_in-out.phpt b/tests/output/sapi_windows_vt100_support_winok_in-out.phpt
index e751877027..f67942f603 100644
--- a/tests/output/sapi_windows_vt100_support_winok_in-out.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_in-out.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(true)
- disabling VT100: bool(true)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_out-err.phpt b/tests/output/sapi_windows_vt100_support_winok_out-err.phpt
index ce273f1780..ebc6bcb120 100644
--- a/tests/output/sapi_windows_vt100_support_winok_out-err.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_out-err.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(false)
- disabling VT100: bool(false)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)
diff --git a/tests/output/sapi_windows_vt100_support_winok_out.phpt b/tests/output/sapi_windows_vt100_support_winok_out.phpt
index 0ca0cde849..94a5f20a1b 100644
--- a/tests/output/sapi_windows_vt100_support_winok_out.phpt
+++ b/tests/output/sapi_windows_vt100_support_winok_out.phpt
@@ -76,70 +76,36 @@ STDERR (php://fd/2):
- current value : bool(true)
- disabling VT100: bool(true)
- current value : bool(false)
-Not a stream:
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support(): Argument #1 must be of type resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://input):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
Invalid stream (php://memory):
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- enabling VT100 :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
-bool(false)
-- disabling VT100:
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- enabling VT100 :
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
-- current value :
-Warning: sapi_windows_vt100_support() was not able to analyze the specified stream in %s on line %d
+- current value : bool(false)
+- disabling VT100:
+Warning: sapi_windows_vt100_support(): not able to analyze the specified stream in %s on line %d
bool(false)
+- current value : bool(false)
File stream:
- current value : bool(false)
- enabling VT100 : bool(false)