summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fwrite_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fwrite_error.phpt')
-rw-r--r--ext/standard/tests/file/fwrite_error.phpt49
1 files changed, 0 insertions, 49 deletions
diff --git a/ext/standard/tests/file/fwrite_error.phpt b/ext/standard/tests/file/fwrite_error.phpt
index 2c35f15fe6..6b78fcd5bd 100644
--- a/ext/standard/tests/file/fwrite_error.phpt
+++ b/ext/standard/tests/file/fwrite_error.phpt
@@ -88,55 +88,6 @@ int(0)
-- Testing fwrite() with invalid arguments --
-- Iteration 1 --
-Warning: fwrite() expects parameter 1 to be resource, string given in %s on line %d
-NULL
--- Iteration 2 --
-
-Warning: fwrite() expects parameter 1 to be resource, integer given in %s on line %d
-NULL
--- Iteration 3 --
-
-Warning: fwrite() expects parameter 1 to be resource, double given in %s on line %d
-NULL
--- Iteration 4 --
-
-Warning: fwrite() expects parameter 1 to be resource, boolean given in %s on line %d
-NULL
--- Iteration 5 --
-
-Warning: fwrite() expects parameter 1 to be resource, array given in %s on line %d
-NULL
--- Iteration 6 --
-
-Warning: fwrite() expects parameter 1 to be resource, object given in %s on line %d
-NULL
--- Testing fwrite() with closed/unset file handle --
-
-Warning: fwrite(): 6 is not a valid stream resource in %s on line %d
-bool(false)
-
-Warning: fwrite() expects parameter 1 to be resource, null given in %s on line %d
-NULL
-Done
---UEXPECTF--
-*** Testing fwrite() : error conditions ***
--- Testing fwrite() with less than expected number of arguments --
-
-Warning: fwrite() expects at least 2 parameters, 0 given in %s on line %d
-NULL
-
-Warning: fwrite() expects at least 2 parameters, 1 given in %s on line %d
-NULL
--- Testing fwrite() with more than expected number of arguments --
-
-Warning: fwrite() expects at most 3 parameters, 4 given in %s on line %d
-NULL
--- Testing fwrite() with invalid length arguments --
-int(0)
-int(0)
--- Testing fwrite() with invalid arguments --
--- Iteration 1 --
-
Warning: fwrite() expects parameter 1 to be resource, Unicode string given in %s on line %d
NULL
-- Iteration 2 --